Author: qboosh Date: Wed Jul 9 23:13:29 2008 GMT Module: SPECS Tag: HEAD ---- Log message: - updated to 1.4.5-stable (note: new soname, libs split)
---- Files affected: SPECS: libevent.spec (1.20 -> 1.21) ---- Diffs: ================================================================ Index: SPECS/libevent.spec diff -u SPECS/libevent.spec:1.20 SPECS/libevent.spec:1.21 --- SPECS/libevent.spec:1.20 Sat Nov 3 01:23:19 2007 +++ SPECS/libevent.spec Thu Jul 10 01:13:24 2008 @@ -6,14 +6,14 @@ Summary: libevent - an event notification library Summary(pl.UTF-8): libevent - biblioteka powiadamiajÄ…ca o zdarzeniach Name: libevent -Version: 1.3e +Version: 1.4.5 Release: 1 Epoch: 0 License: BSD Group: Libraries #Source0Download: http://www.monkey.org/~provos/libevent/ -Source0: http://www.monkey.org/~provos/%{name}-%{version}.tar.gz -# Source0-md5: 8553ad0f8a35d8d96ae0c69c387e06d3 +Source0: http://www.monkey.org/~provos/%{name}-%{version}-stable.tar.gz +# Source0-md5: efd44048cc890ad11f7099bc01e43e4a URL: http://www.monkey.org/~provos/libevent/ BuildRequires: autoconf BuildRequires: automake @@ -57,7 +57,7 @@ Statyczna biblioteka libevent. %prep -%setup -q +%setup -q -n %{name}-%{version}-stable %build %{__libtoolize} @@ -83,21 +83,37 @@ %files %defattr(644,root,root,755) -%attr(755,root,root) %{_libdir}/libevent-*.so.*.*.* +%attr(755,root,root) %{_libdir}/libevent-1.4.so.*.*.* +%attr(755,root,root) %ghost %{_libdir}/libevent-1.4.so.2 +%attr(755,root,root) %{_libdir}/libevent_core-1.4.so.*.*.* +%attr(755,root,root) %ghost %{_libdir}/libevent_core-1.4.so.2 +%attr(755,root,root) %{_libdir}/libevent_extra-1.4.so.*.*.* +%attr(755,root,root) %ghost %{_libdir}/libevent_extra-1.4.so.2 %files devel %defattr(644,root,root,755) # R: python #%attr(755,root,root) %{_bindir}/event_rpcgen.py %attr(755,root,root) %{_libdir}/libevent.so +%attr(755,root,root) %{_libdir}/libevent_core.so +%attr(755,root,root) %{_libdir}/libevent_extra.so %{_libdir}/libevent.la -%{_includedir}/ev*.h -%{_mandir}/man3/ev*.3* +%{_libdir}/libevent_core.la +%{_libdir}/libevent_extra.la +%{_includedir}/evdns.h +%{_includedir}/event*.h +%{_includedir}/evhttp.h +%{_includedir}/evrpc.h +%{_includedir}/evutil.h +%{_mandir}/man3/evdns.3* +%{_mandir}/man3/event.3* %if %{with static_libs} %files static %defattr(644,root,root,755) %{_libdir}/libevent.a +%{_libdir}/libevent_core.a +%{_libdir}/libevent_extra.a %endif %define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) @@ -106,6 +122,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.21 2008/07/09 23:13:24 qboosh +- updated to 1.4.5-stable (note: new soname, libs split) + Revision 1.20 2007/11/03 00:23:19 qboosh - updated to 1.3e (new soname as usual) ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/libevent.spec?r1=1.20&r2=1.21&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
