forked from pool/zeromq
Accepting request 227754 from home:mvyskocil:branches:devel:libraries:c_c++
- Update to 4.0.4 For details see /usr/share/doc/packages/zeromq-devel/NEWS - Moved most of docs to devel package to reduce a size of libmq3 OBS-URL: https://build.opensuse.org/request/show/227754 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/zeromq?expand=0&rev=14
This commit is contained in:
parent
96344dfbca
commit
d9e3e5e57f
2
_service
2
_service
@ -2,6 +2,6 @@
|
|||||||
<service name="download_url" mode="localonly">
|
<service name="download_url" mode="localonly">
|
||||||
<param name="host">download.zeromq.org</param>
|
<param name="host">download.zeromq.org</param>
|
||||||
<param name="protocol">http</param>
|
<param name="protocol">http</param>
|
||||||
<param name="path">/zeromq-4.0.3.tar.gz</param>
|
<param name="path">/zeromq-4.0.4.tar.gz</param>
|
||||||
</service>
|
</service>
|
||||||
</services>
|
</services>
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:57fa9205bda2813c6f7645d1d6016838d27bac833c1edebaecc7f3626144711a
|
|
||||||
size 2169301
|
|
3
zeromq-4.0.4.tar.gz
Normal file
3
zeromq-4.0.4.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:1ef71d46e94f33e27dd5a1661ed626cd39be4d2d6967792a275040e34457d399
|
||||||
|
size 2149732
|
@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Mar 27 13:36:48 UTC 2014 - mvyskocil@opensuse.org
|
||||||
|
|
||||||
|
- Update to 4.0.4
|
||||||
|
For details see /usr/share/doc/packages/zeromq-devel/NEWS
|
||||||
|
- Moved most of docs to devel package to reduce a size of libmq3
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Dec 13 07:09:00 UTC 2013 - bahid@emc.com
|
Fri Dec 13 07:09:00 UTC 2013 - bahid@emc.com
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package zeromq
|
# spec file for package zeromq
|
||||||
#
|
#
|
||||||
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: zeromq
|
Name: zeromq
|
||||||
Version: 4.0.3
|
Version: 4.0.4
|
||||||
Release: 0
|
Release: 0
|
||||||
Url: http://www.zeromq.org/
|
Url: http://www.zeromq.org/
|
||||||
Summary: Lightweight messaging kernel
|
Summary: Lightweight messaging kernel
|
||||||
@ -120,12 +120,13 @@ find %{buildroot} -name "*.la" -delete
|
|||||||
|
|
||||||
%files -n %{lib_name}
|
%files -n %{lib_name}
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
%doc AUTHORS ChangeLog COPYING COPYING.LESSER NEWS
|
%doc COPYING COPYING.LESSER
|
||||||
%{_libdir}/libzmq.so.*
|
%{_libdir}/libzmq.so.*
|
||||||
%{_bindir}/curve_keygen
|
%{_bindir}/curve_keygen
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
|
%doc AUTHORS ChangeLog COPYING COPYING.LESSER NEWS
|
||||||
%{_includedir}/zmq*
|
%{_includedir}/zmq*
|
||||||
%{_libdir}/libzmq.so
|
%{_libdir}/libzmq.so
|
||||||
%{_libdir}/pkgconfig/libzmq.pc
|
%{_libdir}/pkgconfig/libzmq.pc
|
||||||
|
Loading…
Reference in New Issue
Block a user