]> git.pld-linux.org Git - packages/gnucash.git/blame - gnucash.spec
- updated to 1.4.9
[packages/gnucash.git] / gnucash.spec
CommitLineData
7e42f0e0 1Name: gnucash
2Summary: GnuCash is an application to keep track of your finances.
a9c8aeb2 3Version: 1.4.9
4Release: 1
7e42f0e0 5Copyright: Free Software Foundation
6Group: Applications/Finance
a9c8aeb2 7Source0: http://www.gnucash.org/pub/gnucash/sources/stable/%{name}-%{version}.tar.gz
8URL: http://www.gnucash.org
7e42f0e0 9Requires: slib
10Requires: guile >= 1.3
05c7d5a6 11Requires: g-wrap
7e42f0e0 12BuildRequires: gnome-libs-devel
13BuildRequires: esound-devel
14BuildRequires: libxml-devel
05c7d5a6 15BuildRequires: g-wrap-static
0c0928cf 16BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
42e98a8e 17
a9c8aeb2 18%define _prefix /usr/X11R6
19
42e98a8e 20%description
7e42f0e0 21GnuCash is a personal finance manager. A check-book like register GUI
22allows you to enter and track bank accounts, stocks, income and even
23currency trades. The interface is designed to be simple and easy to use,
24but is backed with double-entry accounting principles to ensure balanced
25books.
42e98a8e 26
42e98a8e 27%prep
7e42f0e0 28%setup -q
42e98a8e 29
30%build
aaaa0722 31automake
32%configure
33%{__make}
42e98a8e 34
42e98a8e 35%install
7e42f0e0 36rm -rf $RPM_BUILD_ROOT
49dc8ea2 37%{__make} DESTDIR=$RPM_BUILD_ROOT GNC_DOC_INSTALL_DIR=%{_docdir}/%{name}-%{version}/ \
a9c8aeb2 38gnomeappdir=%{_applnkdir}/Office/Misc install
7e42f0e0 39
8091f937 40gzip -9nfr $RPM_BUILD_ROOT%{_docdir}/%{name}-%{version}/*
7e42f0e0 41
42%find_lang %{name}
42e98a8e 43
44%clean
45rm -rf $RPM_BUILD_ROOT
46
7e42f0e0 47%files -f %{name}.lang
48%defattr(644,root,root,755)
7e42f0e0 49%attr(755,root,root) %{_bindir}/gnucash
50%attr(755,root,root) %{_bindir}/gnc-prices
aaaa0722 51%{_libdir}/gnucash/perl/*.so*
52%{_libdir}/libgncengine.so*
7e42f0e0 53%{_mandir}/man1/*
54%{_datadir}/gnucash/html/C
55%lang(fr) %{_datadir}/gnucash/html/fr
aaaa0722 56%{_datadir}/gnucash/html/index.html
7e42f0e0 57%{_datadir}/gnucash/html/gnucash.css
58%{_datadir}/gnucash/scm
49dc8ea2 59%{_datadir}/gnucash/perl
7e42f0e0 60%{_sysconfdir}/gnucash/config
a9c8aeb2 61%{_applnkdir}/Office/Misc/gnucash.desktop
7e42f0e0 62%doc %{_docdir}/%{name}-%{version}/
This page took 0.040992 seconds and 4 git commands to generate.