]> git.pld-linux.org Git - packages/zeromq.git/commitdiff
- up to 3.2.2 auto/th/zeromq-3.2.2-1
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Fri, 18 Jan 2013 12:40:38 +0000 (13:40 +0100)
committerArkadiusz Miśkiewicz <arekm@maven.pl>
Fri, 18 Jan 2013 12:40:38 +0000 (13:40 +0100)
zeromq.spec

index 4fc84b1f0b1fd7002ae51378512ee1da978823d8..ee5ecc54b1b81f725debf3f29aad9e489d8154a9 100644 (file)
@@ -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
This page took 0.16612 seconds and 4 git commands to generate.