Hello community, here is the log from the commit of package wv2 for openSUSE:Factory checked in at Mon Mar 1 01:51:05 CET 2010. -------- --- wv2/wv2.changes 2009-01-17 04:11:43.000000000 +0100 +++ /mounts/work_src_done/STABLE/wv2/wv2.changes 2010-02-25 18:50:22.000000000 +0100 @@ -1,0 +2,11 @@ +Thu Feb 25 18:25:12 CET 2010 - dimstar@opensuse.org + +- Update to 0.4.2: + + Basic support for images + + Basic support for tables + + Changed build system to cmake +- Drop patches wv2-gcc43.patch and wv2-diff.patch +- BuildRequire cmake +- Rename the library package according SLPP to libwv2-4 + +------------------------------------------------------------------- calling whatdependson for head-i586 Old: ---- wv2-0.2.3.tar.bz2 wv2-gcc43.patch wv2.diff New: ---- wv2-0.4.2.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ wv2.spec ++++++ --- /var/tmp/diff_new_pack.EUii9z/_old 2010-03-01 01:50:50.000000000 +0100 +++ /var/tmp/diff_new_pack.EUii9z/_new 2010-03-01 01:50:50.000000000 +0100 @@ -1,7 +1,7 @@ # -# spec file for package wv2 (Version 0.2.3) +# spec file for package wv2 (Version 0.4.2) # -# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2010 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,102 +15,91 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # -# norootforbuild Name: wv2 -BuildRequires: gcc-c++ libgsf-devel -License: LGPL v2.1 or later -Group: System/Libraries -AutoReqProv: on -Version: 0.2.3 -Release: 253 +Version: 0.4.2 +Release: 1 +License: LGPLv2.1+ Summary: Library for Importing Microsoft Word (tm) Documents -Source: %name-%{version}.tar.bz2 Url: http://sourceforge.net/projects/wvware -Patch: %name.diff -Patch1: %name-gcc43.patch +Group: System/Libraries +Source: %{name}-%{version}.tar.bz2 +BuildRequires: cmake +BuildRequires: gcc-c++ +BuildRequires: libgsf-devel BuildRoot: %{_tmppath}/%{name}-%{version}-build %description The wv2 library is used to import Microsoft Word documents in koffice for example. +%package -n libwv2-4 +Summary: Library for Importing Microsoft Word (tm) Documents +Group: System/Libraries +License: LGPLv2.1+ - -Authors: --------- - Dom Lachowicz <cinamod@hotmail.com> - Shaheed Haque <srhaque@iee.org> - Werner Trobin <trobin@kde.org> - David Faure <faure@kde.org> +%description -n libwv2-4 +The wv2 library is used to import Microsoft Word documents in koffice +for example. %package devel -License: LGPL v2.1 or later -Group: System/Libraries +License: LGPLv2.1+ Summary: Library for Importing Microsoft Word(tm) Documents - development files -Requires: wv2 = %{version} -Requires: bzip2 libgsf-devel libstdc++-devel +Group: System/Libraries +Requires: bzip2 +Requires: libgsf-devel +Requires: libstdc++-devel +Requires: lib%{name}-4 = %{version} %description devel The wv2 library is used to import Microsoft Word documents in koffice for example. - - -Authors: --------- - Dom Lachowicz <cinamod@hotmail.com> - Shaheed Haque <srhaque@iee.org> - Werner Trobin <trobin@kde.org> - David Faure <faure@kde.org> - %prep %setup -q -%patch -%patch1 -p1 %build - rm -rf autom4te.cache - autoreconf --force --install - CFLAGS="$RPM_OPT_FLAGS -fstack-protector" \ - CXXFLAGS="$RPM_OPT_FLAGS -fstack-protector" \ -%configure --with-pic \ - --disable-debug \ - --disable-static +cmake -DCMAKE_INSTALL_PREFIX=%{_prefix} \ +%ifarch x86_64 +-DLIB_SUFFIX=64 \ +%endif +. +# THAT DOT BELONGS TO THE CMAKE CALL %{__make} %{?jobs:-j%jobs} %install - make DESTDIR=$RPM_BUILD_ROOT install - mkdir -p $RPM_BUILD_ROOT/%_defaultdocdir/wv2/ +%makeinstall + find %{buildroot}%{_libdir} -type f -name '*.la' -delete -print + mkdir -p %{buildroot}%_defaultdocdir/wv2/ cp -a doc AUTHORS README TODO COPYING.LIB \ - $RPM_BUILD_ROOT/%_defaultdocdir/wv2/ - rm -rf $RPM_BUILD_ROOT/%_defaultdocdir/wv2/doc/escher/CVS - rm -rf $RPM_BUILD_ROOT/%_defaultdocdir/wv2/doc/CVS - rm -rf $RPM_BUILD_ROOT/%_defaultdocdir/wv2/doc/.cvsignore -%{__rm} -f %{buildroot}%{_libdir}/*.la + %{buildroot}%_defaultdocdir/wv2/ + rm -rf %{buildroot}%_defaultdocdir/wv2/doc/escher/CVS + rm -rf %{buildroot}%_defaultdocdir/wv2/doc/CVS + rm -rf %{buildroot}%_defaultdocdir/wv2/doc/.cvsignore -%post -p /sbin/ldconfig +%post -n libwv2-4 -p /sbin/ldconfig -%postun -p /sbin/ldconfig +%postun -n libwv2-4 -p /sbin/ldconfig %clean -rm -rf $RPM_BUILD_ROOT +rm -rf %{buildroot} -%files +%files -n libwv2-4 %defattr(-, root, root) %dir %_defaultdocdir/wv2 %doc %_defaultdocdir/wv2/AUTHORS %doc %_defaultdocdir/wv2/COPYING.LIB -/%_libdir/libwv2.so.* +/%{_libdir}/libwv2.so.* %files devel %defattr(-, root, root) %doc %_defaultdocdir/wv2/doc %doc %_defaultdocdir/wv2/README %doc %_defaultdocdir/wv2/TODO -/usr/bin/wv2-config -/usr/include/wv2 -/%_libdir/libwv2.so +%{_bindir}/wv2-config +%{_includedir}/wv2 +%{_libdir}/libwv2.so +%{_libdir}/wvWare %changelog ++++++ wv2-0.2.3.tar.bz2 -> wv2-0.4.2.tar.bz2 ++++++ ++++ 124792 lines of diff (skipped) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... -- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@Hilbert.suse.de