]> git.pld-linux.org Git - packages/libevent.git/commitdiff
- updated to 1.3a (fixes remote DNS DoS) auto/th/libevent-1_3a-1
authorJakub Bogusz <qboosh@pld-linux.org>
Mon, 19 Feb 2007 20:56:52 +0000 (20:56 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    libevent.spec -> 1.17

libevent.spec

index 76ea726414a037d7067ccdf4c544f4807b7f92ac..3f4c5f16a0a33ed3c2adbf4b0e7732853d2383be 100644 (file)
@@ -5,13 +5,14 @@
 Summary:       libevent - an event notification library
 Summary(pl.UTF-8):     libevent - biblioteka powiadamiajÄ…ca o zdarzeniach
 Name:          libevent
-Version:       1.2
+Version:       1.3a
 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: 3b7de04a7fa0ac2d96f714f720161c3f
+# Source0-md5: 92011285cae8d7c37e587b0f82e441e5
 URL:           http://www.monkey.org/~provos/libevent/
 BuildRequires: autoconf
 BuildRequires: automake
@@ -81,17 +82,19 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%attr(755,root,root) %{_libdir}/lib*.so.*.*.*
+%attr(755,root,root) %{_libdir}/libevent-*.so.*.*.*
 
 %files devel
 %defattr(644,root,root,755)
-%attr(755,root,root) %{_libdir}/lib*.so
-%{_libdir}/lib*.la
-%{_includedir}/*.h
-%{_mandir}/man3/*
+# R: python
+#%attr(755,root,root) %{_bindir}/event_rpcgen.py
+%attr(755,root,root) %{_libdir}/libevent.so
+%{_libdir}/libevent.la
+%{_includedir}/ev*.h
+%{_mandir}/man3/ev*.3*
 
 %if %{with static_libs}
 %files static
 %defattr(644,root,root,755)
-%{_libdir}/lib*.a
+%{_libdir}/libevent.a
 %endif
This page took 0.093648 seconds and 4 git commands to generate.