forked from pool/zeromq
Accepting request 104020 from devel:libraries:c_c++
Automatic submission by obs-autosubmit OBS-URL: https://build.opensuse.org/request/show/104020 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/zeromq?expand=0&rev=4
This commit is contained in:
commit
7a0322b1e5
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Jan 28 21:36:20 UTC 2012 - jengelh@medozas.de
|
||||||
|
|
||||||
|
- Remove redundant tags/sections per specfile guideline suggestions
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Sep 28 07:04:21 UTC 2011 - saschpe@gmx.de
|
Wed Sep 28 07:04:21 UTC 2011 - saschpe@gmx.de
|
||||||
|
|
||||||
|
15
zeromq.spec
15
zeromq.spec
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-4Suite-XML
|
# spec file for package zeromq
|
||||||
#
|
#
|
||||||
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2012 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
|
||||||
@ -11,10 +11,12 @@
|
|||||||
# case the license is the MIT License). An "Open Source License" is a
|
# case the license is the MIT License). An "Open Source License" is a
|
||||||
# license that conforms to the Open Source Definition (Version 1.9)
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
# published by the Open Source Initiative.
|
# published by the Open Source Initiative.
|
||||||
#
|
|
||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Name: zeromq
|
Name: zeromq
|
||||||
Version: 2.1.7
|
Version: 2.1.7
|
||||||
Release: 0
|
Release: 0
|
||||||
@ -63,6 +65,7 @@ message filtering (subscriptions), seamless access to multiple transport
|
|||||||
protocols and more.
|
protocols and more.
|
||||||
|
|
||||||
%define lib_name libzmq1
|
%define lib_name libzmq1
|
||||||
|
|
||||||
%package -n %{lib_name}
|
%package -n %{lib_name}
|
||||||
Summary: Shared Library for ZeroMQ
|
Summary: Shared Library for ZeroMQ
|
||||||
Group: Productivity/Networking/Web/Servers
|
Group: Productivity/Networking/Web/Servers
|
||||||
@ -110,12 +113,10 @@ make %{?_smp_mflags} V=1
|
|||||||
|
|
||||||
%install
|
%install
|
||||||
%makeinstall V=1
|
%makeinstall V=1
|
||||||
find %{buildroot} -name \*.la -print0 | xargs -r0 rm -v
|
find %{buildroot} -name "*.la" -delete
|
||||||
|
|
||||||
%clean
|
|
||||||
rm -rf %{buildroot}
|
|
||||||
|
|
||||||
%post -n %{lib_name} -p /sbin/ldconfig
|
%post -n %{lib_name} -p /sbin/ldconfig
|
||||||
|
|
||||||
%postun -n %{lib_name} -p /sbin/ldconfig
|
%postun -n %{lib_name} -p /sbin/ldconfig
|
||||||
|
|
||||||
%files -n %{lib_name}
|
%files -n %{lib_name}
|
||||||
|
Loading…
Reference in New Issue
Block a user