commit b70f87eb0db22a1d6ab5e45bba6258e9d0147d6d
Author: Arkadiusz Miśkiewicz <[email protected]>
Date:   Fri Jan 18 13:40:38 2013 +0100

    - up to 3.2.2

 zeromq.spec | 12 ++++++++----
 1 file changed, 8 insertions(+), 4 deletions(-)
---
diff --git a/zeromq.spec b/zeromq.spec
index 4fc84b1..ee5ecc5 100644
--- a/zeromq.spec
+++ b/zeromq.spec
@@ -1,11 +1,12 @@
+%bcond_without tests
 Summary:       ØMQ - Zero Message Queue
 Name:          zeromq
-Version:       2.2.0
+Version:       3.2.2
 Release:       1
 License:       LGPL v3+
 Group:         Libraries
 Source0:       http://download.zeromq.org/%{name}-%{version}.tar.gz
-# Source0-md5: 1b11aae09b19d18276d0717b2ea288f6
+# Source0-md5: df68431d9300da84a1a5f9a2784e33de
 URL:           http://www.zeromq.org/
 BuildRequires: autoconf >= 2.12
 BuildRequires: automake
@@ -61,6 +62,10 @@ Statyczna biblioteka ØMQ.
 %configure
 %{__make}
 
+%if %{with tests}
+%{__make} check
+%endif
+
 %install
 rm -rf $RPM_BUILD_ROOT
 
@@ -78,12 +83,11 @@ rm -rf $RPM_BUILD_ROOT
 %files
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_libdir}/libzmq.so.*.*.*
-%attr(755,root,root) %ghost %{_libdir}/libzmq.so.1
+%attr(755,root,root) %ghost %{_libdir}/libzmq.so.3
 
 %files devel
 %defattr(644,root,root,755)
 %{_includedir}/zmq.h
-%{_includedir}/zmq.hpp
 %{_includedir}/zmq_utils.h
 %{_libdir}/libzmq.so
 %{_pkgconfigdir}/libzmq.pc
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/zeromq.git/commitdiff/b70f87eb0db22a1d6ab5e45bba6258e9d0147d6d

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to