rpms/eventlog/EL-4 eventlog.spec,1.12,1.13

Douglas E. Warner silfreed at fedoraproject.org
Tue Mar 24 15:23:09 UTC 2009


Author: silfreed

Update of /cvs/pkgs/rpms/eventlog/EL-4
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv7023

Modified Files:
	eventlog.spec 
Log Message:
* Tue Mar 24 2009 Douglas E. Warner <silfreed at silfreed.net> 0.2.7-3
- re-added the -static package



Index: eventlog.spec
===================================================================
RCS file: /cvs/pkgs/rpms/eventlog/EL-4/eventlog.spec,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- eventlog.spec	24 Sep 2008 14:38:17 -0000	1.12
+++ eventlog.spec	24 Mar 2009 15:22:38 -0000	1.13
@@ -2,7 +2,7 @@
 
 Name: eventlog
 Version: 0.2.7
-Release: 1%{?dist}
+Release: 3%{?dist}
 Summary: Syslog-ng v2 support library
 
 Group: System Environment/Libraries
@@ -43,6 +43,23 @@
 This package contains the development files.
 
 
+%package static
+Summary: Syslog-ng v2 support static library files
+Group: Development/Libraries
+Requires: %{name} = %{version}-%{release}
+
+%description static
+The EventLog library aims to be a replacement of the simple syslog() API
+provided on UNIX systems. The major difference between EventLog and syslog
+is that EventLog tries to add structure to messages.
+
+EventLog provides an interface to build, format and output an event record.
+The exact format and output method can be customized by the administrator
+via a configuration file.
+
+This package contains the static library files.
+
+
 %prep
 %setup -q
 
@@ -65,7 +82,6 @@
 popd
 
 rm -f %{buildroot}%{_libdir}/libevtlog.la
-rm -f %{buildroot}%{_libdir}/libevtlog.a
 
 
 %clean
@@ -90,8 +106,18 @@
 %dir %{_includedir}/%{name}
 %{_includedir}/%{name}
 
+%files static
+%defattr(-,root,root,-)
+%{_libdir}/libevtlog.a
+
 
 %changelog
+* Tue Mar 24 2009 Douglas E. Warner <silfreed at silfreed.net> 0.2.7-3
+- re-added the -static package
+
+* Tue Feb 24 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.2.7-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
+
 * Wed Apr 09 2008 Douglas E. Warner <silfreed at silfreed.net> 0.2.7-1
 - updated to 0.2.7 library
 - removed static library




More information about the fedora-extras-commits mailing list