mirror of
https://github.com/Gnucash/gnucash.git
synced 2024-11-23 01:16:43 -06:00
add new file
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@1329 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
b81b256508
commit
6d3e189405
47
rpm/gnucash.spec
Normal file
47
rpm/gnucash.spec
Normal file
@ -0,0 +1,47 @@
|
|||||||
|
Name: gnucash
|
||||||
|
Summary: GnuCash is an application to keep track of your finances.
|
||||||
|
Version: 1.1.20
|
||||||
|
Release: 1
|
||||||
|
Copyright: Free Software Foundation
|
||||||
|
Group: Applications/Finance
|
||||||
|
Source: ftp://ftp.gnucash.org/pub/gnucash/gnucash-1.1.20.tar.gz
|
||||||
|
Patch0: configure.in.patch
|
||||||
|
Packager: Eugene Kanter (eugene@bgs.com)
|
||||||
|
|
||||||
|
BuildRoot: /tmp/gnucash-build
|
||||||
|
|
||||||
|
|
||||||
|
%description
|
||||||
|
Gnucash is an application to keep track of your finances. It is similar in
|
||||||
|
concept to Quicken(TM). Although GnuCash still lacks the advanced
|
||||||
|
features of Quicken, it does have the basic functionality.
|
||||||
|
|
||||||
|
|
||||||
|
%prep
|
||||||
|
%setup
|
||||||
|
%patch -p1
|
||||||
|
|
||||||
|
%build
|
||||||
|
mkdir -p share
|
||||||
|
autoconf
|
||||||
|
X_LIBS=-lXp ./configure --prefix=/usr
|
||||||
|
make motif
|
||||||
|
|
||||||
|
|
||||||
|
%install
|
||||||
|
make prefix=$RPM_BUILD_ROOT/usr install
|
||||||
|
|
||||||
|
|
||||||
|
%clean
|
||||||
|
rm -rf $RPM_BUILD_ROOT
|
||||||
|
|
||||||
|
|
||||||
|
%files
|
||||||
|
%defattr(444,root,root,755)
|
||||||
|
%attr(555,-,-) /usr/bin/gnucash.motif
|
||||||
|
/usr/bin/gnucash
|
||||||
|
/usr/doc/gnucash
|
||||||
|
/usr/etc
|
||||||
|
/usr/share/gnucash
|
||||||
|
|
||||||
|
%doc README CHANGES TODO
|
Loading…
Reference in New Issue
Block a user