[gnucash-docs/f19] Update to 2.4.2

Bill Nottingham notting at fedoraproject.org
Wed Apr 24 20:20:19 UTC 2013


commit 7e9c31ae8735da0e57681024e7a0069777d3ddc0
Author: Bill Nottingham <notting at redhat.com>
Date:   Wed Apr 24 16:20:36 2013 -0400

    Update to 2.4.2

 .gitignore        |    1 -
 gnucash-docs.spec |   14 +++-----------
 sources           |    1 -
 3 files changed, 3 insertions(+), 13 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 04ae317..777f65e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1 @@
-/gnucash-docs-2.4.1.tar.gz
 /gnucash-docs-2.4.2.tar.gz
diff --git a/gnucash-docs.spec b/gnucash-docs.spec
index 42bf3a0..6c8d0d4 100644
--- a/gnucash-docs.spec
+++ b/gnucash-docs.spec
@@ -7,11 +7,8 @@ License: GFDL
 Group: Applications/Productivity
 Source: http://www.gnucash.org/pub/gnucash/sources/stable/gnucash-docs-%{version}.tar.gz
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-BuildRequires: scrollkeeper
 BuildArchitectures: noarch
 Requires: yelp
-Requires(post): scrollkeeper >= 0.3.4
-Requires(postun): scrollkeeper >= 0.3.4
 # HAAACK. Obsolete old multiarch gnucash here. Require new one.
 Requires: gnucash >= 2.2.1-4
 Obsoletes: gnucash < 2.2.1-4
@@ -24,7 +21,7 @@ help files and documentation for GnuCash.
 %setup -q
 
 %build
-%configure
+%configure --disable-scrollkeeper
 make
 
 %install
@@ -37,20 +34,15 @@ rm -rf	$RPM_BUILD_ROOT/var/scrollkeeper
 %clean
 rm -rf $RPM_BUILD_ROOT
 
-%post
-/usr/bin/scrollkeeper-update -o %{_datadir}/omf/gnucash-docs
-
-%postun -p/usr/bin/scrollkeeper-update
-
 %files
 %defattr(-,root,root)
-%{_datadir}/gnome/help/gnucash
-%{_datadir}/omf/gnucash-docs
+%{_datadir}/gnome/help/*
 %doc AUTHORS COPYING* ChangeLog* HACKING NEWS README
 
 %changelog
 * Wed Apr 24 2013 Bill Nottingham <notting at redhat.com> - 2.4.2-1
 - update to 2.4.2
+- drop scrollkeeper bits
 
 * Thu Feb 14 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2.4.1-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
diff --git a/sources b/sources
index bf15691..6c1a9ab 100644
--- a/sources
+++ b/sources
@@ -1,2 +1 @@
-38daeb3b15f296726ee8124122040f08  gnucash-docs-2.4.1.tar.gz
 5c9615f361ae1fc1560cdcc3701ab5c3  gnucash-docs-2.4.2.tar.gz


More information about the scm-commits mailing list