Hello community,

here is the log from the commit of package zeromq for openSUSE:Factory checked 
in at 2014-05-13 20:50:20
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/zeromq (Old)
 and      /work/SRC/openSUSE:Factory/.zeromq.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "zeromq"

Changes:
--------
--- /work/SRC/openSUSE:Factory/zeromq/zeromq.changes    2014-03-28 
12:15:03.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.zeromq.new/zeromq.changes       2014-05-13 
20:50:21.000000000 +0200
@@ -1,0 +2,8 @@
+Mon May 12 09:23:17 UTC 2014 - [email protected]
+
+- Cleanup to remove SLE10 and older mentions
+- Remove other distros from rules as we don't build for them anyway.
+- Cleanup with spec-cleaner.
+- Enable tests.
+
+-------------------------------------------------------------------

Old:
----
  _service

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ zeromq.spec ++++++
--- /var/tmp/diff_new_pack.dtelmW/_old  2014-05-13 20:50:21.000000000 +0200
+++ /var/tmp/diff_new_pack.dtelmW/_new  2014-05-13 20:50:21.000000000 +0200
@@ -16,35 +16,21 @@
 #
 
 
+%define lib_name libzmq3
+%ifarch %ix86 x86_64
+%define with_pgm 1
+%endif
 Name:           zeromq
 Version:        4.0.4
 Release:        0
-Url:            http://www.zeromq.org/
 Summary:        Lightweight messaging kernel
 License:        LGPL-3.0+
 Group:          Productivity/Networking/Web/Servers
+Url:            http://www.zeromq.org/
 Source:         http://download.zeromq.org/%{name}-%{version}.tar.gz
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-%ifarch %ix86 x86_64
-%if 0%{?suse_version} >= 1100
-%define with_pgm 1
-%endif
-%endif
 BuildRequires:  gcc-c++
-%if 0%{?suse_version} && 0%{?suse_version} < 1100
-BuildRequires:  e2fsprogs-devel
-%else
-%if 0%{?rhel} || 0%{?centos_version}
-BuildRequires:  e2fsprogs-devel
 BuildRequires:  libuuid-devel
-%else
-%if 0%{?mdkversion} && 0%{?mdkversion} < 201000
-BuildRequires:  e2fsprogs-devel
-%else
-BuildRequires:  libuuid-devel
-%endif
-%endif
-%endif
+BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 %if 0%{?with_pgm}
 BuildRequires:  pkgconfig
 BuildRequires:  python
@@ -63,8 +49,6 @@
 message filtering (subscriptions), seamless access to multiple transport
 protocols and more.
 
-%define lib_name libzmq3
-
 %package -n %{lib_name}
 Summary:        Shared Library for ZeroMQ
 Group:          Productivity/Networking/Web/Servers
@@ -99,20 +83,21 @@
 %setup -q
 
 %build
-%if 0%{?with_pgm} && 0%{?sles_version} == 9
-export PKG_CONFIG_PATH="/opt/gnome/%{_lib}/pkgconfig:$PKG_CONFIG_PATH"
-%endif
 %configure \
+  --disable-silent-rules \
 %if 0%{?with_pgm}
   --with-pgm \
 %endif
   --disable-static \
   --with-pic
-make %{?_smp_mflags} V=1
+make %{?_smp_mflags}
 
 %install
-%makeinstall V=1
-find %{buildroot} -name "*.la" -delete
+make DESTDIR=%{buildroot} install %{?_smp_mflags}
+find %{buildroot} -type f -name "*.la" -delete -print
+
+%check
+make check %{?_smp_mflags}
 
 %post   -n %{lib_name} -p /sbin/ldconfig
 

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to