]> git.pld-linux.org Git - packages/gnucash.git/blame - gnucash.spec
- raw version.
[packages/gnucash.git] / gnucash.spec
CommitLineData
42e98a8e 1Name: gnucash
2Summary: GnuCash is an application to keep track of your finances.
3Version: 1.2.5
4Release: 1
5Copyright: Free Software Foundation
6Group: Applications/Finance
7Source: ftp://ftp.gnucash.org/pub/gnucash/sources/stable/gnucash-1.2.5.tar.gz
8Packager: Eugene Kanter (eugene@bgs.com)
9
10BuildRoot: /tmp/gnucash-%version
11
12%description
13GnuCash is a personal finance manager. A check-book like
14register GUI allows you to enter and track bank accounts,
15stocks, income and even currency trades. The interface is
16designed to be simple and easy to use, but is backed with
17double-entry accounting principles to ensure balanced books.
18
19
20%prep
21%setup
22
23%build
24X_LIBS=-lXp ./configure --prefix=/usr --sysconfdir=/etc
25make motif
26
27
28%install
29make prefix=$RPM_BUILD_ROOT/usr sysconfdir=$RPM_BUILD_ROOT/etc GNC_CONFIGDIR=$RPM_BUILD_ROOT/etc/gnucash install
30#make prefix=$RPM_BUILD_ROOT/usr sysconfdir=$RPM_BUILD_ROOT/etc GNC_BINDIR=$RPM_BUILD_ROOT/usr/bin GNC_CONFIGDIR=$RPM_BUILD_ROOT/etc/gnucash GNC_DOCDIR=$RPM_BUILD_ROOT/usr/doc/gnucash install
31#rm -rf $RPM_BUILD_ROOT/usr/doc/gnucash
32
33%clean
34rm -rf $RPM_BUILD_ROOT
35
36
37%files
38%defattr(444,root,root,755)
39%attr(555,-,-) /usr/bin/gnucash.motif
40/usr/bin/gnucash
41/usr/bin/gnc-prices
42/usr/lib/gnucash
43/usr/share/gnucash
44
45%doc /usr/doc/gnucash
This page took 0.030694 seconds and 4 git commands to generate.