Hello community, here is the log from the commit of package libwpd for openSUSE:Factory checked in at 2012-02-16 16:19:13 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libwpd (Old) and /work/SRC/openSUSE:Factory/.libwpd.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libwpd", Maintainer is "[email protected]" Changes: -------- --- /work/SRC/openSUSE:Factory/libwpd/libwpd.changes 2011-11-29 17:16:08.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.libwpd.new/libwpd.changes 2012-02-16 16:19:15.000000000 +0100 @@ -0,0 +1,18 @@ +------------------------------------------------------------------- +Tue Jan 24 09:40:19 UTC 2012 - [email protected] + +- Use SPDX-style license field + +------------------------------------------------------------------- +Mon Jan 23 18:13:12 UTC 2012 - [email protected] + +- Build with fvisibility-inlines-hidden, saves around + 600 entries in the exported symbol table. + +------------------------------------------------------------------- +Tue Nov 29 15:10:34 UTC 2011 - [email protected] + +- Remove redundant/unwanted tags/section (cf. specfile guidelines) +- Use %_smp_mflags for parallel building +- Set proper group on subpackages + ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libwpd.spec ++++++ --- /var/tmp/diff_new_pack.VG3VjC/_old 2012-02-16 16:19:16.000000000 +0100 +++ /var/tmp/diff_new_pack.VG3VjC/_new 2012-02-16 16:19:16.000000000 +0100 @@ -1,7 +1,7 @@ # # spec file for package libwpd # -# 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,22 +15,19 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # -# norootforbuild Name: libwpd # note: the main package is empty, it only sets a sane name for the source rpm BuildRequires: doxygen gcc-c++ pkgconfig -License: LGPLv2.1+ -Group: System/Libraries -AutoReqProv: on +License: LGPL-2.1+ +Group: Productivity/Publishing/Word Version: 0.9.4 Release: 0 Summary: Library for Importing WordPerfect (tm) Documents Source: libwpd-%{version}.tar.bz2 Url: http://libwpd.sourceforge.net BuildRoot: %{_tmppath}/%{name}-%{version}-build -%define debug_package_requires libwpd-0_9-9 = %{version}-%{release} %description libwpd is a general purpose library for reading or interpreting data @@ -38,17 +35,9 @@ designed to be used by another program (for example, a word processor) as an in-process component. - - -Authors: --------- - William Lachance <[email protected]> - Marc Maurer <[email protected]> - Fridrich Strba <[email protected]> - -%package -n libwpd-0_9-9 -License: LGPLv2.1+ %define libname libwpd-0_9-9 + +%package -n %libname Group: System/Libraries # remove the old non-versioned package (built in the bs for instance) Obsoletes: libwpd < %version @@ -60,20 +49,9 @@ designed to be used by another program (for example, a word processor) as an in-process component. - - -Authors: --------- - William Lachance <[email protected]> - Marc Maurer <[email protected]> - Fridrich Strba <[email protected]> - - %package devel -License: LGPLv2.1+ -Group: System/Libraries +Group: Development/Libraries/C and C++ Summary: Library for importing WordPerfect (tm) documents -Provides: libwpd-devel = %{version}-%{release} Requires: %{libname} = %{version} libstdc++-devel %description devel @@ -82,33 +60,15 @@ is designed to be used by another program (e.g.: a word processor) as an in-process component. - - -Authors: --------- - William Lachance <[email protected]> - Marc Maurer <[email protected]> - Fridrich Strba <[email protected]> - %package devel-doc -License: LGPLv2.1+ -Group: System/Libraries +Group: Documentation Summary: Documentation for the libwpd API Requires: libwpd-devel %description devel-doc This package contains documentation for the libwpd API. - - -Authors: --------- - William Lachance <[email protected]> - Marc Maurer <[email protected]> - Fridrich Strba <[email protected]> - %package tools -License: LGPLv2.1+ Group: Productivity/Publishing/Word Summary: Library for importing WordPerfect (tm) documents @@ -116,28 +76,18 @@ Tools to transform WordPerfect Documents into other formats. Currently supported: html, raw, text - - -Authors: --------- - William Lachance <[email protected]> - Marc Maurer <[email protected]> - Fridrich Strba <[email protected]> - %prep %setup -q %build +export CXXFLAGS="%optflags -fvisibility-inlines-hidden" %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 -%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]
