]> git.pld-linux.org Git - packages/gnucash.git/blob - gnucash.spec
- raw version.
[packages/gnucash.git] / gnucash.spec
1 Name: gnucash
2 Summary: GnuCash is an application to keep track of your finances.
3 Version: 1.2.5
4 Release: 1
5 Copyright: Free Software Foundation
6 Group: Applications/Finance
7 Source: ftp://ftp.gnucash.org/pub/gnucash/sources/stable/gnucash-1.2.5.tar.gz
8 Packager: Eugene Kanter (eugene@bgs.com)
9
10 BuildRoot: /tmp/gnucash-%version
11
12 %description
13 GnuCash is a personal finance manager.  A check-book like
14 register GUI allows you to enter and track bank accounts,
15 stocks, income and even currency trades.  The interface is
16 designed to be simple and easy to use, but is backed with
17 double-entry accounting principles to ensure balanced books.
18
19
20 %prep
21 %setup
22
23 %build
24 X_LIBS=-lXp ./configure --prefix=/usr --sysconfdir=/etc
25 make motif
26
27
28 %install
29 make 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
34 rm -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.128621 seconds and 4 git commands to generate.