84 lines
2.5 KiB
RPMSpec
84 lines
2.5 KiB
RPMSpec
|
#
|
||
|
# spec file for package gnucash-docs (Version 2.0.1)
|
||
|
#
|
||
|
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||
|
# This file and all modifications and additions to the pristine
|
||
|
# package are under the same license as the package itself.
|
||
|
#
|
||
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||
|
#
|
||
|
|
||
|
# norootforbuild
|
||
|
|
||
|
Name: gnucash-docs
|
||
|
BuildRequires: kdelibs3-doc scrollkeeper sgml-skel
|
||
|
# Only for directory ownership:
|
||
|
BuildRequires: libgnome
|
||
|
Version: 2.0.1
|
||
|
Release: 3
|
||
|
URL: http://www.gnucash.org/
|
||
|
Group: Productivity/Office/Finance
|
||
|
License: GNU Free Documentation License, Version 1.1 (GFDL), GNU General Public License (GPL)
|
||
|
Summary: Documentation Module for GnuCash
|
||
|
Source: %{name}-%{version}.tar.bz2
|
||
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||
|
BuildArch: noarch
|
||
|
|
||
|
%description
|
||
|
GnuCash is a personal finance manager. A check-book like register GUI
|
||
|
allows you to enter and track bank accounts, stocks, income and even
|
||
|
currency trades. The interface is designed to be simple and easy to
|
||
|
use, but is backed with double-entry accounting principles to ensure
|
||
|
balanced books. This is the documentation module for GnuCash.
|
||
|
|
||
|
|
||
|
|
||
|
Authors:
|
||
|
--------
|
||
|
Chris Lyttle <chris@wilddev.net>
|
||
|
Christian Stimmings <stimming@tuhh.de>
|
||
|
Bengt Thuree <bengt@thuree.com>
|
||
|
Dave Herman <dvherman@bigfoot.com>
|
||
|
Patrick Schweiger <pks@spiffykitty.com>
|
||
|
David Hampton <hampton@employees.org>
|
||
|
Neil Williams <linux@codehelp.co.uk>
|
||
|
Jon Lapham <lapham@extracta.com.br>
|
||
|
Carol Champagne <carol@io.com>
|
||
|
Linas Vepstas <linas@linas.org>
|
||
|
Christopher Browne <gnucash@cbbrowne.com>
|
||
|
Bill Gribble <grib@billgribble.com>
|
||
|
Robert Graham Merkel <rgmerk@mira.net>
|
||
|
Glen Ditchfield <gjditchfield@acm.org>
|
||
|
Eric Hanchrow <offby1@blarg.net>
|
||
|
James A. Treacy <treacy@debian.org>
|
||
|
|
||
|
%prep
|
||
|
%setup -q
|
||
|
|
||
|
%build
|
||
|
%configure
|
||
|
make %{?jobs:-j%jobs}
|
||
|
|
||
|
%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
|
||
|
meinproc --check --cache `echo $xml | sed 's/xml$/cache.bz2/'` $xml || :
|
||
|
fi
|
||
|
done
|
||
|
%find_lang gnucash
|
||
|
|
||
|
%clean
|
||
|
rm -rf $RPM_BUILD_ROOT
|
||
|
|
||
|
%files -f gnucash.lang
|
||
|
%defattr(-,root,root)
|
||
|
%doc AUTHORS COPYING COPYING-DOCS HACKING NEWS README
|
||
|
%{_datadir}/omf/gnucash-docs
|
||
|
|
||
|
%changelog
|
||
|
* Wed Mar 07 2007 - jhargadon@suse.de
|
||
|
- removed Requires: yelp (#250500)
|
||
|
* Fri Feb 16 2007 - sbrabec@suse.cz
|
||
|
- New SuSE package, version 2.0.1 (#231168),
|