Hello community, here is the log from the commit of package libwps for openSUSE:Factory checked in at 2012-02-16 10:06:05 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libwps (Old) and /work/SRC/openSUSE:Factory/.libwps.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libwps", Maintainer is "[email protected]" Changes: -------- --- /work/SRC/openSUSE:Factory/libwps/libwps.changes 2011-12-06 13:52:25.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.libwps.new/libwps.changes 2012-02-16 10:06:06.000000000 +0100 @@ -1,0 +2,12 @@ +Mon Feb 13 10:49:38 UTC 2012 - [email protected] + +- patch license to follow spdx.org standard + +------------------------------------------------------------------- +Tue Nov 29 15:16:42 UTC 2011 - [email protected] + +- Remove redundant/unwanted tags/section (cf. specfile guidelines) +- Use %_smp_mflags for parallel building +- Set appropriate package group + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libwps.spec ++++++ --- /var/tmp/diff_new_pack.duCoXi/_old 2012-02-16 10:06:08.000000000 +0100 +++ /var/tmp/diff_new_pack.duCoXi/_new 2012-02-16 10:06:08.000000000 +0100 @@ -1,7 +1,7 @@ # # spec file for package libwps # -# 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,35 +16,27 @@ # - Name: libwps # note: the main package is empty, it only sets a sane name for the source rpm -BuildRequires: gcc-c++ libwpd-devel >= 0.9.0 pkgconfig +BuildRequires: gcc-c++ +BuildRequires: libwpd-devel >= 0.9.0 +BuildRequires: pkgconfig Summary: Library for importing the Microsoft Works word processor file format +License: LGPL-2.1+ +Group: Productivity/Publishing/Word Version: 0.2.4 Release: 0 -License: LGPLv2.1+ -Group: System/Libraries Url: http://libwps.sourceforge.net/ Source: libwps-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-build -%define debug_package_requires libwps-0_2-2 = %{version}-%{release} %description libwps is a library (for use by word procesors, for example) for importing the Microsoft Works word processor file format. - - -Authors: --------- - Fridrich Strba <[email protected]> - Andrew Ziem <andrew ziem users sourceforge net> - Laurent Alonso <[email protected]> - -%package -n libwps-0_2-2 %define libname libwps-0_2-2 -License: LGPLv2.1+ + +%package -n %libname # remove the old non-versioned package (built in the bs for instance) Obsoletes: libwps < %version Summary: Library for importing the Microsoft Works word processor file format @@ -55,10 +47,8 @@ Microsoft Works word processor file format. %package devel -License: LGPLv2.1+ Summary: Files for Developing with libwps -Group: System/Libraries -Provides: libwps-devel = %version-%release +Group: Development/Libraries/C and C++ Requires: %libname = %version libwpd-devel >= 0.9.0 %description devel @@ -67,46 +57,26 @@ This package contains the libwps development files. - - -Authors: --------- - Fridrich Strba <[email protected]> - Andrew Ziem <andrew ziem users sourceforge net> - Laurent Alonso <[email protected]> - %package tools -License: LGPLv2.1+ Summary: Tools for converting the Microsoft Works word processor file format -Group: System/Libraries +Group: Productivity/Publishing/Word %description tools Tools to work with the Microsoft Works word processor file format, based on libwps. - - -Authors: --------- - Fridrich Strba <[email protected]> - Andrew Ziem <andrew ziem users sourceforge net> - Laurent Alonso <[email protected]> - %prep %setup -q %build %configure --disable-static --docdir=%_docdir/%name -make %{?jobs:-j%jobs} +make %{?_smp_mflags} %install make DESTDIR=$RPM_BUILD_ROOT install rm $RPM_BUILD_ROOT%_libdir/*.la mkdir -p $RPM_BUILD_ROOT%_docdir/%name -%clean -rm -rf $RPM_BUILD_ROOT - %post -n %libname -p /sbin/ldconfig %postun -n %libname -p /sbin/ldconfig -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
