Hello community, here is the log from the commit of package libplist for openSUSE:Factory checked in at 2012-02-15 16:16:16 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libplist (Old) and /work/SRC/openSUSE:Factory/.libplist.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libplist", Maintainer is "[email protected]" Changes: -------- --- /work/SRC/openSUSE:Factory/libplist/libplist.changes 2011-11-21 15:47:35.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.libplist.new/libplist.changes 2012-02-15 16:16:36.000000000 +0100 @@ -1,0 +2,6 @@ +Tue Jan 31 10:50:25 UTC 2012 - [email protected] + +- Remove redundant tags/sections per specfile guideline suggestions +- Parallel building using %_smp_mflags + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libplist.spec ++++++ --- /var/tmp/diff_new_pack.lVomTA/_old 2012-02-15 16:16:37.000000000 +0100 +++ /var/tmp/diff_new_pack.lVomTA/_new 2012-02-15 16:16:37.000000000 +0100 @@ -1,7 +1,7 @@ # # spec file for package libplist # -# 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 @@ -16,14 +16,13 @@ # - Name: libplist Version: 1.4 -Release: 5 -License: LGPL-2.1 or GPL-2.0 +Release: 0 Summary: Library for handling Apple Binary and XML Property Lists -Url: http://cgit.sukimashita.com/libplist.git +License: LGPL-2.1 or GPL-2.0 Group: System/Libraries +Url: http://cgit.sukimashita.com/libplist.git Source: %{name}-%{version}.tar.bz2 BuildRequires: cmake BuildRequires: gcc-c++ @@ -40,7 +39,6 @@ libplist is a library for handling Apple Binary and XML Property Lists. %package -n libplist1 -License: LGPL-2.1 or GPL-2.0 Summary: Library for handling Apple Binary and XML Property Lists Group: System/Libraries Provides: libplist = %{version} @@ -50,7 +48,6 @@ libplist is a library for handling Apple Binary and XML Property Lists. %package -n libplist++1 -License: LGPL-2.1 or GPL-2.0 Summary: Library for handling Apple Binary and XML Property Lists Group: System/Libraries Provides: libplist++ = %{version} @@ -60,7 +57,6 @@ libplist is a library for handling Apple Binary and XML Property Lists. %package -n plutil -License: LGPL-2.1 or GPL-2.0 Summary: Library for handling Apple Binary and XML Property Lists Group: System/Libraries Requires: libplist1 = %{version} @@ -72,7 +68,6 @@ from XML to binary. %package devel -License: LGPL-2.1 or GPL-2.0 Summary: Library for handling Apple Binary and XML Property Lists -- Development Files Group: Development/Libraries/C and C++ Requires: libplist1 = %{version} @@ -84,7 +79,6 @@ This package contains the development files for C. %package -n libplist++-devel -License: LGPL-2.1 or GPL-2.0 Summary: Library for handling Apple Binary and XML Property Lists -- Development Files Group: Development/Libraries/C and C++ Requires: libplist++1 = %{version} @@ -97,7 +91,6 @@ This package contains the development files for C++. %package -n python-plist -License: LGPL-2.1 or GPL-2.0 Summary: Library for handling Apple Binary and XML Property Lists -- Python Bindings Group: Development/Languages/Python Requires: libplist1 = %{version} @@ -125,7 +118,7 @@ -DPYTHON_LIBRARY=%_libdir/python%{py_ver} \ -DPYTHON_INCLUDE_DIR=%{?_sysroot}/usr/include/python \ . -make %{?jobs:-j%jobs} +make %{?_smp_mflags} %install %makeinstall @@ -137,9 +130,6 @@ rm -fr %{buildroot}%{?_sysroot} %endif -%clean -rm -rf %{buildroot} - %post -n libplist1 -p /sbin/ldconfig %postun -n libplist1 -p /sbin/ldconfig -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
