merge in extras specfile stuff
This commit is contained in:
parent
55ff9da970
commit
72e2da4804
@ -14,6 +14,16 @@ BuildRequires: lynx
|
|||||||
|
|
||||||
%description
|
%description
|
||||||
libdaemon is a lightweight C library which eases the writing of UNIX daemons.
|
libdaemon is a lightweight C library which eases the writing of UNIX daemons.
|
||||||
|
It consists of the following parts:
|
||||||
|
* A wrapper around fork() which does the correct daemonization
|
||||||
|
procedure of a process
|
||||||
|
* A wrapper around syslog() for simpler and compatible log output to
|
||||||
|
Syslog or STDERR
|
||||||
|
* An API for writing PID files
|
||||||
|
* An API for serializing UNIX signals into a pipe for usage with
|
||||||
|
select() or poll()
|
||||||
|
* An API for running subprocesses with STDOUT and STDERR redirected
|
||||||
|
to syslog.
|
||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
@ -37,13 +47,13 @@ make install DESTDIR=$RPM_BUILD_ROOT
|
|||||||
|
|
||||||
rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
|
rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
|
||||||
|
|
||||||
|
%clean
|
||||||
|
rm -rf $RPM_BUILD_ROOT
|
||||||
|
|
||||||
%post -p /sbin/ldconfig
|
%post -p /sbin/ldconfig
|
||||||
|
|
||||||
%postun -p /sbin/ldconfig
|
%postun -p /sbin/ldconfig
|
||||||
|
|
||||||
%clean
|
|
||||||
rm -rf $RPM_BUILD_ROOT
|
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%doc LICENSE README
|
%doc LICENSE README
|
||||||
@ -59,4 +69,28 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Thu Oct 20 2005 Alexander Larsson <alexl@redhat.com> - 0.8-1
|
* Thu Oct 20 2005 Alexander Larsson <alexl@redhat.com> - 0.8-1
|
||||||
- Fedora specfile, loosely based on specfile from tarball
|
- Update to 0.8, move from extras to core, split out devel package
|
||||||
|
|
||||||
|
* Sun May 22 2005 Jeremy Katz <katzj@redhat.com> - 0.6-6
|
||||||
|
- rebuild on all arches
|
||||||
|
|
||||||
|
* Fri Apr 7 2005 Michael Schwendt <mschwendt[AT]users.sf.net>
|
||||||
|
- rebuilt
|
||||||
|
|
||||||
|
* Thu May 13 2004 Aaron Bennett <aaron.bennett@olin.edu> 0:0.6-0.fdr.4
|
||||||
|
- Added post and postun scripts to run ldconfig
|
||||||
|
- changed group to standard System/Libraries group
|
||||||
|
- removed libtool *.la files
|
||||||
|
|
||||||
|
* Tue May 4 2004 Aaron Bennett <aaron.bennett@olin.edu> 0:0.6.-0.fdr.3
|
||||||
|
- Signed packaged with GPG key
|
||||||
|
|
||||||
|
* Tue May 4 2004 Aaron Bennett <aaron.bennett@olin.edu> - 0:0.6-0.fdr.2
|
||||||
|
- Changed URL and Source tag for Fedora.us packaging compliance
|
||||||
|
- Incremented release tag
|
||||||
|
|
||||||
|
* Thu Apr 29 2004 Aaron Bennett <abennett@olin.edu> - 0:0.6-1
|
||||||
|
- Changed to version 0.6 of libdaemon
|
||||||
|
|
||||||
|
* Wed Mar 31 2004 Aaron Bennett <abennett@olin.edu>
|
||||||
|
- Initial build.
|
||||||
|
Loading…
Reference in New Issue
Block a user