]> git.pld-linux.org Git - packages/libevent.git/commitdiff
- updated to 1.4.5-stable (note: new soname, libs split) auto/th/libevent-1_4_5-1 auto/ti/libevent-1_4_5-1
authorJakub Bogusz <qboosh@pld-linux.org>
Wed, 9 Jul 2008 23:13:24 +0000 (23:13 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    libevent.spec -> 1.21

libevent.spec

index 745bc51514c81d625d118a20a1838c9698835ad7..8a6528226bc06bc2361ac7ad028ca40632995bdd 100644 (file)
@@ -5,14 +5,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
@@ -56,7 +56,7 @@ Static libevent library.
 Statyczna biblioteka libevent.
 
 %prep
-%setup -q
+%setup -q -n %{name}-%{version}-stable
 
 %build
 %{__libtoolize}
@@ -82,19 +82,35 @@ rm -rf $RPM_BUILD_ROOT
 
 %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
This page took 0.217284 seconds and 4 git commands to generate.