Hello community, here is the log from the commit of package gnucash-docs for openSUSE:Factory checked in at Mon Aug 15 12:27:33 CEST 2011.
-------- --- GNOME/gnucash-docs/gnucash-docs.changes 2007-07-27 14:52:30.000000000 +0200 +++ /mounts/work_src_done/STABLE/gnucash-docs/gnucash-docs.changes 2011-08-04 14:47:49.000000000 +0200 @@ -1,0 +2,10 @@ +Thu Aug 4 14:00:18 CEST 2011 - [email protected] + +- Update to version 2.4.1: + + Allow control over scrollkeeper omf file installation using + --disable-scrollkeeper as configure parameter. + + Other buildsystem fixes. +- Clean spec-file using spec-cleaner. +- Use grep -E instead of egrep to fix a rpmlint warning. + +------------------------------------------------------------------- calling whatdependson for head-i586 Old: ---- gnucash-docs-2.2.0.tar.bz2 New: ---- gnucash-docs-2.4.1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ gnucash-docs.spec ++++++ --- /var/tmp/diff_new_pack.wMTns5/_old 2011-08-15 12:25:25.000000000 +0200 +++ /var/tmp/diff_new_pack.wMTns5/_new 2011-08-15 12:25:25.000000000 +0200 @@ -1,7 +1,7 @@ # -# spec file for package gnucash-docs (Version 2.2.0) +# spec file for package gnucash-docs # -# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2011 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,20 +15,22 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # -# norootforbuild Name: gnucash-docs -BuildRequires: fdupes kdelibs3-doc scrollkeeper sgml-skel -# Only for directory ownership: -BuildRequires: libgnome -Version: 2.2.0 -Release: 176 +Version: 2.4.1 +Release: 1 +License: GNU Free Documentation License, Version 1.1 (GFDL 1.1) ; GPLv2+ +Summary: Documentation Module for GnuCash Url: http://www.gnucash.org/ Group: Productivity/Office/Finance -License: GNU Free Documentation License, Version 1.1 (GFDL 1.1); GPL v2 or later -Summary: Documentation Module for GnuCash -Source: %{name}-%{version}.tar.bz2 +Source: http://downloads.sourceforge.net/project/gnucash/gnucash-docs/2.4.1/%{name}-%{version}.tar.gz +BuildRequires: fdupes +BuildRequires: kdelibs3-doc +# Only for directory ownership: +BuildRequires: libgnome +BuildRequires: scrollkeeper +BuildRequires: sgml-skel BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildArch: noarch @@ -39,46 +41,25 @@ use, but is backed with double-entry accounting principles to ensure balanced books. This is the documentation module for GnuCash. - - -Authors: --------- - Chris Lyttle <[email protected]> - Christian Stimmings <[email protected]> - Bengt Thuree <[email protected]> - Dave Herman <[email protected]> - Patrick Schweiger <[email protected]> - David Hampton <[email protected]> - Neil Williams <[email protected]> - Jon Lapham <[email protected]> - Carol Champagne <[email protected]> - Linas Vepstas <[email protected]> - Christopher Browne <[email protected]> - Bill Gribble <[email protected]> - Robert Graham Merkel <[email protected]> - Glen Ditchfield <[email protected]> - Eric Hanchrow <[email protected]> - James A. Treacy <[email protected]> - %prep %setup -q %build %configure -make %{?jobs:-j%jobs} +make %{?_smp_mflags} %install %makeinstall -for xml in $RPM_BUILD_ROOT%{_datadir}/gnome/help/*/*/*.xml; do - if echo $xml | egrep 'share/gnome/help/([^/]*)/[^/]*/\1\.xml$' > /dev/null; then +for xml in %{buildroot}%{_datadir}/gnome/help/*/*/*.xml; do + if echo $xml | grep -E 'share/gnome/help/([^/]*)/[^/]*/\1\.xml$' > /dev/null; then meinproc --check --cache `echo $xml | sed 's/xml$/cache.bz2/'` $xml || : fi done %find_lang gnucash -%fdupes $RPM_BUILD_ROOT%{_datadir} +%fdupes %{buildroot}%{_datadir} %clean -rm -rf $RPM_BUILD_ROOT +rm -rf %{buildroot} %files -f gnucash.lang %defattr(-,root,root) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
