Hello community, here is the log from the commit of package librtas for openSUSE:Factory checked in at 2012-02-08 15:39:03 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/librtas (Old) and /work/SRC/openSUSE:Factory/.librtas.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "librtas", Maintainer is "[email protected]" Changes: -------- --- /work/SRC/openSUSE:Factory/librtas/librtas.changes 2011-11-14 14:52:40.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.librtas.new/librtas.changes 2012-02-08 15:39:04.000000000 +0100 @@ -1,0 +2,6 @@ +Tue Jan 31 10:48:35 UTC 2012 - [email protected] + +- Remove redundant tags/sections per specfile guideline suggestions +- Parallel building using %_smp_mflags + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ librtas.spec ++++++ --- /var/tmp/diff_new_pack.d3aery/_old 2012-02-08 15:39:05.000000000 +0100 +++ /var/tmp/diff_new_pack.d3aery/_new 2012-02-08 15:39:05.000000000 +0100 @@ -1,7 +1,7 @@ # # spec file for package librtas # -# 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 @@ -15,17 +15,15 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # -# norootforbuild - Name: librtas BuildRequires: doxygen Version: 1.3.6 -Release: 1 -Group: System/Libraries -License: IPL-1.0 +Release: 0 BuildRequires: fdupes Summary: Libraries to provide access to RTAS calls and RTAS events +License: IPL-1.0 +Group: System/Libraries BuildRoot: %{_tmppath}/%{name}-%{version}-build ExclusiveArch: ppc ppc64 Url: http://librtas.ozlabs.org/ @@ -51,7 +49,6 @@ Michael Strosaker <[email protected]> %package devel -License: IPL-1.0 Summary: Devel librtas files Group: Development/Libraries/C and C++ Requires: librtas1 = 1.3.6 @@ -66,9 +63,8 @@ Michael Strosaker <[email protected]> %package doc -License: IPL-1.0 -Group: Documentation/Other Summary: Documentation for librtas +Group: Documentation/Other %description doc This package provides librtas documentation @@ -81,9 +77,8 @@ %package -n librtas1 -License: IPL-1.0 -Group: System/Libraries Summary: Libraries to provide access to RTAS calls and RTAS events +Group: System/Libraries %description -n librtas1 The librtas shared library provides userspace with an interface through @@ -101,7 +96,7 @@ sed s,rtasevent,ofdt,g <doxygen.rtasevent >doxygen.ofdt %build -make CFLAGS="$RPM_OPT_FLAGS -fPIC -g -I $PWD/librtasevent_src" LIB_DIR="%{_libdir}" %{?jobs:-j%jobs} +make CFLAGS="$RPM_OPT_FLAGS -fPIC -g -I $PWD/librtasevent_src" LIB_DIR="%{_libdir}" %{?_smp_mflags} make doc %install @@ -111,11 +106,9 @@ %fdupes $RPM_BUILD_ROOT/%_docdir /sbin/ldconfig -n $RPM_BUILD_ROOT%{_libdir} -%post -n librtas1 -%{run_ldconfig} +%post -n librtas1 -p /sbin/ldconfig -%postun -n librtas1 -%{run_ldconfig} +%postun -n librtas1 -p /sbin/ldconfig %files -n librtas1 %defattr(-, root, root) -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
