rpms/eventlog/FC-5 eventlog.spec,1.2,1.3

Jose Pedro Oliveira (jpo) fedora-extras-commits at redhat.com
Sat Feb 10 19:35:43 UTC 2007


Author: jpo

Update of /cvs/extras/rpms/eventlog/FC-5
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32155/FC-5

Modified Files:
	eventlog.spec 
Log Message:
Sync with devel.


Index: eventlog.spec
===================================================================
RCS file: /cvs/extras/rpms/eventlog/FC-5/eventlog.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- eventlog.spec	23 Sep 2006 18:43:33 -0000	1.2
+++ eventlog.spec	10 Feb 2007 19:35:10 -0000	1.3
@@ -1,6 +1,6 @@
 Name:           eventlog
 Version:        0.2.5
-Release:        1%{?dist}
+Release:        3%{?dist}
 Summary:        Syslog-ng v2 support library
 
 Group:          System Environment/Libraries
@@ -38,6 +38,15 @@
 This package contains the development files.
 
 
+%package static
+Summary:        Eventlog static library
+Group:          Development/Libraries
+Requires:       %{name}-devel = %{version}-%{release}
+
+%description static
+The eventlog-static package includes the eventlog static library.
+
+
 %prep
 %setup -q
 
@@ -69,13 +78,22 @@
 %files devel
 %defattr(-,root,root,-)
 %doc doc/*
-%{_libdir}/libevtlog.a
 %{_libdir}/libevtlog.so
 %{_libdir}/pkgconfig/eventlog.pc
 %{_includedir}/%{name}/
 
+%files static
+%defattr(-,root,root,-)
+%{_libdir}/libevtlog.a
+
 
 %changelog
+* Sat Feb 10 2007 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0.2.5-3
+- Create a -static subpackage.
+
+* Thu Oct 05 2006 Christian Iseli <Christian.Iseli at licr.org> 0.2.5-2
+- rebuilt for unwind info generation, broken in gcc-4.1.1-21
+
 * Sun Jul 16 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0.2.5-1
 - Update to 0.25.
 




More information about the scm-commits mailing list