Hello community, here is the log from the commit of package wv for openSUSE:Factory checked in at 2012-01-04 07:32:43 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/wv (Old) and /work/SRC/openSUSE:Factory/.wv.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "wv", Maintainer is "[email protected]" Changes: -------- --- /work/SRC/openSUSE:Factory/wv/wv.changes 2011-11-16 17:23:20.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.wv.new/wv.changes 2012-01-04 07:32:44.000000000 +0100 @@ -1,0 +2,12 @@ +Tue Nov 22 15:34:06 UTC 2011 - [email protected] + +- Correct License: field and use SPDX format (bnc#731983) + +------------------------------------------------------------------- +Tue Nov 15 16:14:30 UTC 2011 - [email protected] + +- Remove redundant/unwanted tags/section (cf. specfile guidelines) +- Use %_smp_mflags for parallel building +- Apply shared library packaging (-> libwv-1_2 subpackage) + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ wv.spec ++++++ --- /var/tmp/diff_new_pack.6SrNRs/_old 2012-01-04 07:32:45.000000000 +0100 +++ /var/tmp/diff_new_pack.6SrNRs/_new 2012-01-04 07:32:45.000000000 +0100 @@ -15,18 +15,17 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # -# norootforbuild Name: wv +%define lname libwv-1_2-1 BuildRequires: glib2-devel libgsf-devel libtiff-devel libtool libwmf-devel libxml2-devel pkgconfig -License: GPL v2 or later ; LGPL v2.1 or later +License: GPL-2.0+ Group: Productivity/Publishing/Word -AutoReqProv: on Version: 1.2.2 Release: 216 -Summary: Library and Tools for Importing Microsoft Word (tm) Documents -Url: http://wvWare.sourceforge.net/ +Summary: Tools for Importing Microsoft Word (tm) Documents +URL: http://wvWare.sourceforge.net/ Source: wv-%{version}.tar.gz Patch: wv-1.2.2-automake.patch Patch5: wv-1.0.3-wvText.patch @@ -47,12 +46,17 @@ -------- Caolan McNamara <[email protected]> +%package -n %lname +Summary: Library for importing Microsoft Word documents +Group: System/Libraries + +%description -n %lname +libwv can parse the Microsoft Word 8 binary file format (Office97). + %package devel -License: GPL v2 or later -Requires: %{name} = %{version} libgsf-devel libwmf-devel +Requires: %lname = %version, libgsf-devel libwmf-devel Summary: Static Libraries and Header Files for wv Group: Development/Libraries/C and C++ -AutoReqProv: on %description devel Static Libraries and Header Files for wv. @@ -82,12 +86,9 @@ make DESTDIR=$RPM_BUILD_ROOT manonedir=%{_mandir}/man1 install rm -f %{buildroot}%{_libdir}/*.la -%clean -rm -rf $RPM_BUILD_ROOT - -%post -p /sbin/ldconfig +%post -n %lname -p /sbin/ldconfig -%postun -p /sbin/ldconfig +%postun -n %lname -p /sbin/ldconfig %files %defattr(-,root,root) @@ -108,10 +109,13 @@ /usr/bin/wvWml /usr/bin/wvDocBook /usr/share/wv -%{_libdir}/*.so.* %doc %{_mandir}/*/* %doc COPYING README +%files -n %lname +%defattr(-,root,root) +%_libdir/libwv-1.2.so.1* + %files devel %defattr(-,root,root) %_libdir/pkgconfig/* -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
