Hello community,

here is the log from the commit of package libcpuset for openSUSE:Factory 
checked in at 2015-09-08 17:43:12
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libcpuset (Old)
 and      /work/SRC/openSUSE:Factory/.libcpuset.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libcpuset"

Changes:
--------
--- /work/SRC/openSUSE:Factory/libcpuset/libcpuset.changes      2015-02-16 
21:47:19.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.libcpuset.new/libcpuset.changes 2015-09-08 
17:48:50.000000000 +0200
@@ -1,0 +2,7 @@
+Sat Sep  5 09:29:40 UTC 2015 - mplus...@suse.com
+
+- Use url for source
+- Cleanup spec file with spec-cleaner
+- Explicit dependencies on autotools
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ libcpuset.spec ++++++
--- /var/tmp/diff_new_pack.0IoQDt/_old  2015-09-08 17:48:51.000000000 +0200
+++ /var/tmp/diff_new_pack.0IoQDt/_new  2015-09-08 17:48:51.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libcpuset
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,24 +16,25 @@
 #
 
 
-Url:            http://oss.sgi.com/projects/cpusets/
-
+%define debug_package_requires libcpuset1 = %{version}-%{release}
 Name:           libcpuset
+Version:        1.0
+Release:        0
 Summary:        cpuset processor and memory placement library
 License:        LGPL-2.1+
 Group:          Development/Libraries/C and C++
-Version:        1.0
-Release:        0
-Source:         libcpuset-%{version}.tar.bz2
+Url:            http://oss.sgi.com/projects/cpusets/
+Source:         
ftp://oss.sgi.com/projects/cpusets/download/libcpuset-%{version}.tar.bz2
 Patch0:         libcpuset-fix-missing-syscall.diff
 Patch1:         libcpuset-rm-cpuonline.diff
 Patch2:         bug-514127_libcpuset-cpuset_set_iopt-adds.patch
 Patch3:         libcpuset-agnostic-mountpoint.diff
 Patch4:         libcpuset-handle-cgroup-mount.diff
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
+BuildRequires:  autoconf
+BuildRequires:  automake
 BuildRequires:  libbitmask-devel
 BuildRequires:  libtool
-%define debug_package_requires libcpuset1 = %{version}-%{release}
+BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
 The Cpuset System is a processor and memory placement mechanism that
@@ -73,13 +74,15 @@
 
 %build
 sed -i -e 's@-Werror@@g' configure.in
-autoreconf -i
-%configure --disable-static --with-pic
+autoreconf -fiv
+%configure \
+  --disable-static \
+  --with-pic
 make %{?_smp_mflags}
 
 %install
-%makeinstall
-rm -f $RPM_BUILD_ROOT/%{_libdir}/*.la
+make DESTDIR=%{buildroot} install %{?_smp_mflags}
+find %{buildroot} -type f -name "*.la" -delete -print
 
 %post -n libcpuset1 -p /sbin/ldconfig
 
@@ -91,8 +94,8 @@
 
 %files -n libcpuset-devel
 %defattr(-,root,root)
-%doc %{_mandir}/man3/*
-%doc %{_mandir}/man4/*
+%{_mandir}/man3/*
+%{_mandir}/man4/*
 %{_includedir}/*
 %{_libdir}/lib*so
 %{_docdir}/libcpuset/libcpuset.*


Reply via email to