Accepting request 142553 from GNOME:Apps

Fix source path.. no .changes entry.. this was never in Factory after all (forwarded request 142551 from dimstar)

OBS-URL: https://build.opensuse.org/request/show/142553
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnucash-docs?expand=0&rev=17
This commit is contained in:
Ismail Dönmez 2012-12-07 13:10:04 +00:00 committed by Git OBS Bridge
parent dc333b6d5c
commit 8cdfde1082
5 changed files with 22 additions and 31 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:775eef2e4e83e3039d4b5154d1b2e398e58b5118d2e783137928bb32b8f57f90
size 34044939

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b1a41082acaf86358cba3656e43e01a68e18570ec698906430bcdc8b2a103654
size 52521317

View File

@ -1,15 +0,0 @@
Index: help/de_DE/Makefile.am
===================================================================
--- help/de_DE/Makefile.am (revision 22269)
+++ help/de_DE/Makefile.am (working copy)
@@ -7,7 +7,9 @@
legal.xml \
chartofaccts.xml \
chtacctseg.xml \
- txf-categories.xml
+ txf-categories.xml \
+ Help_ch_GettingStarted.xml \
+ Help_ch_Intro.xml
DISTCLEANFILES = $(docname)-de_DE.omf.out
CLEANFILES = $(DISTCLEANFILES)
include $(top_srcdir)/xmldocs.make

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Tue Nov 20 20:15:18 UTC 2012 - dimstar@opensuse.org
- Update to version 2.4.2:
+ New or improved documentation for "Data migration".
+ New documentation formats: epub and mobi.
+ Several small updates and fixes.
+ Updated translations.
- Drop gnucash-docs-fixup.patch: fixed upstream.
- Drop libtool BuildRequires and call to autogen.sh, as we are
able to use the upstream tarball again.
-------------------------------------------------------------------
Fri Jul 20 20:27:18 UTC 2012 - dimstar@opensuse.org

View File

@ -17,23 +17,17 @@
Name: gnucash-docs
Version: 2.4.1.svn
Version: 2.4.2
Release: 0
Summary: Documentation Module for GnuCash
License: GFDL-1.1 ; GPL-2.0+
License: GFDL-1.1 and GPL-2.0+
Group: Productivity/Office/Finance
Url: http://www.gnucash.org/
#Source: http://downloads.sourceforge.net/project/gnucash/gnucash-docs/2.4.1/%{name}-%{version}.tar.gz
# The upstream tarball is actually rather broken, missing a bunch of files, which are all in svn. So we ship an
# own tarball, which was created using "svn export http://code.gnucash.org/repo/gnucash-docs/tags/2.4.1 gnucash-docs-2.4.1.svn"
Source: %{name}-%{version}.tar.xz
Patch0: gnucash-docs-fixup.patch
Source: http://downloads.sourceforge.net/project/gnucash/gnucash-docs/2.4.2/%{name}-%{version}.tar.gz
BuildRequires: fdupes
BuildRequires: kdelibs3-doc
# Only for directory ownership:
BuildRequires: libgnome
# Needed for the svn exported tarball.
BuildRequires: libtool
BuildRequires: scrollkeeper
BuildRequires: sgml-skel
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@ -48,11 +42,8 @@ balanced books. This is the documentation module for GnuCash.
%prep
%setup -q
%patch0 -p0
%build
# Needed for the svn exported tarball.
./autogen.sh
%configure
make %{?_smp_mflags}
@ -72,6 +63,9 @@ rm -rf %{buildroot}
%files -f gnucash.lang
%defattr(-,root,root)
%doc AUTHORS COPYING COPYING-DOCS HACKING NEWS README
%{_datadir}/omf/gnucash-docs
%{_datadir}/gnome/help/gnucash-guide
%{_datadir}/gnome/help/gnucash-help
%{_datadir}/omf/gnucash-guide/
%{_datadir}/omf/gnucash-help/
%changelog