Hello community, here is the log from the commit of package libcpuset for openSUSE:Factory checked in at 2011-11-21 15:45:52 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libcpuset (Old) and /work/SRC/openSUSE:Factory/.libcpuset.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libcpuset", Maintainer is "[email protected]" Changes: -------- --- /work/SRC/openSUSE:Factory/libcpuset/libcpuset.changes 2011-11-14 11:59:42.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.libcpuset.new/libcpuset.changes 2011-11-21 15:46:07.000000000 +0100 @@ -1,0 +2,6 @@ +Sun Nov 13 14:57:26 UTC 2011 - [email protected] + +- Remove redundant/unwanted tags/section (cf. specfile guidelines) +- Use %_smp_mflags for parallel building + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libcpuset.spec ++++++ --- /var/tmp/diff_new_pack.P0vDLQ/_old 2011-11-21 15:46:08.000000000 +0100 +++ /var/tmp/diff_new_pack.P0vDLQ/_new 2011-11-21 15:46:08.000000000 +0100 @@ -15,16 +15,14 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # -# norootforbuild -Url: http://oss.sgi.com/projects/cpusets/ +URL: http://oss.sgi.com/projects/cpusets/ Name: libcpuset License: LGPL v2.1 or later Summary: cpuset processor and memory placement library Version: 1.0 Release: 8 -AutoReqProv: on Source: libcpuset-%{version}.tar.bz2 Patch0: libcpuset-fix-missing-syscall.diff Patch1: libcpuset-rm-cpuonline.diff @@ -39,17 +37,9 @@ CPUs, and to allocating memory on certain Memory Nodes. The libcpuset library provides a convenient 'C' API to cpusets. - - -Authors: --------- - Paul Jackson <[email protected]> - %package -n libcpuset1 -License: LGPL v2.1 or later Summary: cpuset processor and memory placement library Group: Development/Libraries/C and C++ -AutoReqProv: on %description -n libcpuset1 The Cpuset System is a processor and memory placement mechanism that @@ -57,17 +47,9 @@ CPUs, and to allocating memory on certain Memory Nodes. The libcpuset library provides a convenient 'C' API to cpusets. - - -Authors: --------- - Paul Jackson <[email protected]> - %package -n libcpuset-devel -License: LGPL v2.1 or later Summary: cpuset processor and memory placement library Group: Development/Libraries/C and C++ -AutoReqProv: on Requires: libcpuset1 = %{version} glibc-devel %description -n libcpuset-devel @@ -76,12 +58,6 @@ CPUs, and to allocating memory on certain Memory Nodes. The libcpuset library provides a convenient 'C' API to cpusets. - - -Authors: --------- - Paul Jackson <[email protected]> - %prep %setup -q -n %{name} %patch0 -p1 @@ -90,15 +66,12 @@ %build autoreconf -i %configure --disable-static --with-pic -%{__make} %{?jobs:-j%jobs} +make %{?_smp_mflags} %install %makeinstall rm -f $RPM_BUILD_ROOT/%{_libdir}/*.la -%clean -rm -rf $RPM_BUILD_ROOT - %post -n libcpuset1 -p /sbin/ldconfig %postun -n libcpuset1 -p /sbin/ldconfig -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
