forked from pool/zeromq
Accepting request 227758 from devel:libraries:c_c++
- Move to 'download_files' source service which is in better shap and easier to use - 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/227758 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/zeromq?expand=0&rev=11
This commit is contained in:
commit
7e89ad61e2
5
_service
5
_service
@ -1,7 +1,4 @@
|
||||
<services>
|
||||
<service name="download_url" mode="localonly">
|
||||
<param name="host">download.zeromq.org</param>
|
||||
<param name="protocol">http</param>
|
||||
<param name="path">/zeromq-4.0.3.tar.gz</param>
|
||||
<service name="download_files" mode="localonly">
|
||||
</service>
|
||||
</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,16 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 27 13:42:35 UTC 2014 - speilicke@suse.com
|
||||
|
||||
- Move to 'download_files' source service which is in better shap
|
||||
and easier to use
|
||||
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# 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
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: zeromq
|
||||
Version: 4.0.3
|
||||
Version: 4.0.4
|
||||
Release: 0
|
||||
Url: http://www.zeromq.org/
|
||||
Summary: Lightweight messaging kernel
|
||||
@ -120,12 +120,13 @@ find %{buildroot} -name "*.la" -delete
|
||||
|
||||
%files -n %{lib_name}
|
||||
%defattr(-,root,root,-)
|
||||
%doc AUTHORS ChangeLog COPYING COPYING.LESSER NEWS
|
||||
%doc COPYING COPYING.LESSER
|
||||
%{_libdir}/libzmq.so.*
|
||||
%{_bindir}/curve_keygen
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root,-)
|
||||
%doc AUTHORS ChangeLog COPYING COPYING.LESSER NEWS
|
||||
%{_includedir}/zmq*
|
||||
%{_libdir}/libzmq.so
|
||||
%{_libdir}/pkgconfig/libzmq.pc
|
||||
|
Loading…
Reference in New Issue
Block a user