packages (DEVEL): libevent/libevent.spec - up to 2.0.9-rc - drop zero epoch...

lisu lisu at pld-linux.org
Wed Dec 15 13:13:21 CET 2010


Author: lisu                         Date: Wed Dec 15 12:13:21 2010 GMT
Module: packages                      Tag: DEVEL
---- Log message:
- up to 2.0.9-rc
- drop zero epoch
- skip symbol checking for some broken libs
- package more .pc files

---- Files affected:
packages/libevent:
   libevent.spec (1.27.2.7 -> 1.27.2.8) 

---- Diffs:

================================================================
Index: packages/libevent/libevent.spec
diff -u packages/libevent/libevent.spec:1.27.2.7 packages/libevent/libevent.spec:1.27.2.8
--- packages/libevent/libevent.spec:1.27.2.7	Tue Sep 14 09:24:37 2010
+++ packages/libevent/libevent.spec	Wed Dec 15 13:13:15 2010
@@ -8,13 +8,12 @@
 Summary:	libevent - an event notification library
 Summary(pl.UTF-8):	libevent - biblioteka powiadamiająca o zdarzeniach
 Name:		libevent
-Version:	2.0.7
+Version:	2.0.9
 Release:	0.rc.1
-Epoch:		0
 License:	BSD
 Group:		Libraries
 Source0:	http://www.monkey.org/~provos/%{name}-%{version}-rc.tar.gz
-# Source0-md5:	c14d4cf6e7b0d94fe69b88a977214432
+# Source0-md5:	c2f535597ddb1e2acc657dd9b7c075cc
 Patch0:		%{name}-fpm.patch
 URL:		http://www.monkey.org/~provos/libevent/
 BuildRequires:	autoconf
@@ -23,6 +22,8 @@
 BuildRequires:	pkgconfig
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
+%define		skip_post_check_so	libevent_pthreads-2.0.so.* libevent_extra-2.0.so.* libevent_openssl-2.0.so.*
+
 %description
 The libevent API provides a mechanism to execute a callback function
 when a specific event occurs on a file descriptor or after a timeout
@@ -88,15 +89,15 @@
 %files
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_libdir}/libevent-2.0.so.*.*.*
-%attr(755,root,root) %ghost %{_libdir}/libevent-2.0.so.2
+%attr(755,root,root) %ghost %{_libdir}/libevent-2.0.so.5
 %attr(755,root,root) %{_libdir}/libevent_core-2.0.so.*.*.*
-%attr(755,root,root) %ghost %{_libdir}/libevent_core-2.0.so.2
+%attr(755,root,root) %ghost %{_libdir}/libevent_core-2.0.so.5
 %attr(755,root,root) %{_libdir}/libevent_extra-2.0.so.*.*.*
-%attr(755,root,root) %ghost %{_libdir}/libevent_extra-2.0.so.2
+%attr(755,root,root) %ghost %{_libdir}/libevent_extra-2.0.so.5
 %attr(755,root,root) %{_libdir}/libevent_openssl-2.0.so.*.*.*
-%attr(755,root,root) %ghost %{_libdir}/libevent_openssl-2.0.so.2
+%attr(755,root,root) %ghost %{_libdir}/libevent_openssl-2.0.so.5
 %attr(755,root,root) %{_libdir}/libevent_pthreads-2.0.so.*.*.*
-%attr(755,root,root) %ghost %{_libdir}/libevent_pthreads-2.0.so.2
+%attr(755,root,root) %ghost %{_libdir}/libevent_pthreads-2.0.so.5
 
 %files devel
 %defattr(644,root,root,755)
@@ -122,6 +123,8 @@
 #%%{_mandir}/man3/evdns.3*
 #%%{_mandir}/man3/event.3*
 %{_pkgconfigdir}/libevent.pc
+%{_pkgconfigdir}/libevent_openssl.pc
+%{_pkgconfigdir}/libevent_pthreads.pc
 
 %if %{with static_libs}
 %files static
@@ -139,6 +142,12 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.27.2.8  2010/12/15 12:13:15  lisu
+- up to 2.0.9-rc
+- drop zero epoch
+- skip symbol checking for some broken libs
+- package more .pc files
+
 Revision 1.27.2.7  2010/09/14 07:24:37  lisu
 - 2.0.7-rc
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/libevent/libevent.spec?r1=1.27.2.7&r2=1.27.2.8&f=u



More information about the pld-cvs-commit mailing list