SHA256
1
0
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:
Stephan Kulow 2012-02-14 18:10:18 +00:00 committed by Git OBS Bridge
commit 7a0322b1e5
2 changed files with 13 additions and 7 deletions

View File

@ -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

View File

@ -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
# 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
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
#
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
Name: zeromq
Version: 2.1.7
Release: 0
@ -63,6 +65,7 @@ message filtering (subscriptions), seamless access to multiple transport
protocols and more.
%define lib_name libzmq1
%package -n %{lib_name}
Summary: Shared Library for ZeroMQ
Group: Productivity/Networking/Web/Servers
@ -110,12 +113,10 @@ make %{?_smp_mflags} V=1
%install
%makeinstall V=1
find %{buildroot} -name \*.la -print0 | xargs -r0 rm -v
%clean
rm -rf %{buildroot}
find %{buildroot} -name "*.la" -delete
%post -n %{lib_name} -p /sbin/ldconfig
%postun -n %{lib_name} -p /sbin/ldconfig
%files -n %{lib_name}