Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:redwil:vzpk
msgbus
msgbus.spec
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File msgbus.spec of Package msgbus
Name: msgbus # List of additional build dependencies #BuildRequires: gcc-c++ libxml2-devel Version: 0.1 Release: 1 License: GPL v2 or later Source: %{name}-%{version}.tar.gz Group: System/Daemons Summary: lightweight, evented HTTP/HTTPS pub/sub message bus BuildRoot: %{_tmppath}/%{name}-%{version}-build %description implements scalable server push via HTTP multipart/x-mixed-replace for local or remote messaging, and a minimal (optional) webserver. %prep %setup -q -n %{name}-%{version} %build # Assume that the package is built by plain 'make' if there's no ./configure. # This test is there only because the wizard doesn't know much about the # package, feel free to clean it up # a simple "sh ./configure --prefix=/usr" should be enought if test -x ./configure; then %configure fi make %install make DESTDIR=%buildroot install # Write a proper %%files section and remove these two commands and # the '-f filelist' option to %%files echo '%%defattr(-,root,root)' >filelist find %buildroot -type f -printf '/%%P*\n' >>filelist %clean rm -rf %buildroot %files -f filelist %defattr(-,root,root) # This is a place for a proper filelist: # /usr/bin/msgbus # You can also use shell wildcards: # /usr/share/msgbus/* # This installs documentation files from the top build directory # into /usr/share/doc/... # %doc README COPYING # The advantage of using a real filelist instead of the '-f filelist' trick is # that rpmbuild will detect if the install section forgets to install # something that is listed here %changelog * Mon Nov 9 2009 PackagerName@BuildingRpm.com - packaged msgbus version 0.1 using the MonoOSC spec file wizard
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor