Author: lisu Date: Thu May 13 09:09:55 2010 GMT Module: packages Tag: DEVEL ---- Log message: - updated to 2.0.5-beta - add libevent_openssl libraries - no manual pages
---- Files affected: packages/libevent: libevent.spec (1.27.2.4 -> 1.27.2.5) ---- Diffs: ================================================================ Index: packages/libevent/libevent.spec diff -u packages/libevent/libevent.spec:1.27.2.4 packages/libevent/libevent.spec:1.27.2.5 --- packages/libevent/libevent.spec:1.27.2.4 Fri Mar 5 12:12:02 2010 +++ packages/libevent/libevent.spec Thu May 13 11:09:49 2010 @@ -8,13 +8,13 @@ Summary: libevent - an event notification library Summary(pl.UTF-8): libevent - biblioteka powiadamiajÄ…ca o zdarzeniach Name: libevent -Version: 2.0.4 -Release: 0.alpha.1 +Version: 2.0.5 +Release: 0.beta.1 Epoch: 0 License: BSD Group: Libraries -Source0: http://www.monkey.org/~provos/%{name}-%{version}-alpha.tar.gz -# Source0-md5: dbc50f32af9f2ade151a0737e5edf205 +Source0: http://www.monkey.org/~provos/%{name}-%{version}-beta.tar.gz +# Source0-md5: 600c2ebbcc04b1235df2baccf2767307 Patch0: %{name}-fpm.patch URL: http://www.monkey.org/~provos/libevent/ BuildRequires: autoconf @@ -60,7 +60,7 @@ Statyczna biblioteka libevent. %prep -%setup -q -n %{name}-%{version}-alpha +%setup -q -n %{name}-%{version}-beta %patch0 -p1 %build @@ -88,11 +88,13 @@ %files %defattr(644,root,root,755) %attr(755,root,root) %{_libdir}/libevent.so.*.*.* -%attr(755,root,root) %ghost %{_libdir}/libevent.so.3 +%attr(755,root,root) %ghost %{_libdir}/libevent.so.4 %attr(755,root,root) %{_libdir}/libevent_core.so.*.*.* -%attr(755,root,root) %ghost %{_libdir}/libevent_core.so.3 +%attr(755,root,root) %ghost %{_libdir}/libevent_core.so.4 %attr(755,root,root) %{_libdir}/libevent_extra.so.*.*.* -%attr(755,root,root) %ghost %{_libdir}/libevent_extra.so.3 +%attr(755,root,root) %ghost %{_libdir}/libevent_extra.so.4 +%attr(755,root,root) %{_libdir}/libevent_openssl.so.*.*.* +%attr(755,root,root) %ghost %{_libdir}/libevent_openssl.so.4 %attr(755,root,root) %{_libdir}/libevent_pthreads.so.*.*.* %attr(755,root,root) %ghost %{_libdir}/libevent_pthreads.so.0 @@ -117,8 +119,8 @@ %{_includedir}/evhttp.h %{_includedir}/evrpc.h %{_includedir}/evutil.h -%{_mandir}/man3/evdns.3* -%{_mandir}/man3/event.3* +#%%{_mandir}/man3/evdns.3* +#%%{_mandir}/man3/event.3* %{_pkgconfigdir}/libevent.pc %if %{with static_libs} @@ -137,6 +139,11 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.27.2.5 2010/05/13 09:09:49 lisu +- updated to 2.0.5-beta +- add libevent_openssl libraries +- no manual pages + Revision 1.27.2.4 2010/03/05 11:12:02 lisu - updated to 2.0.4-alpha - package libevent_openssl files ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/libevent/libevent.spec?r1=1.27.2.4&r2=1.27.2.5&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
