]> git.pld-linux.org Git - packages/gnucash.git/blobdiff - gnucash.spec
1.6.1
[packages/gnucash.git] / gnucash.spec
index eda004df3355d5fbe942aed38a5c48b0c6345720..9b976b7b24966617a4cc606674cf7a7431e3eccf 100644 (file)
@@ -1,19 +1,30 @@
 %include       /usr/lib/rpm/macros.perl
+Summary:       GnuCash is an application to keep track of your finances
+Summary(pl):   GnuCash - aplikacja do zarz±dzania twoimi finansami
 Name:          gnucash
-Summary:       GnuCash is an application to keep track of your finances.
-Version:       1.4.9
+Version:       1.6.1
 Release:       1
-Copyright:     Free Software Foundation
-Group:         Applications/Finance
+License:       GPL
+Group:         X11/Applications
+Group(de):     X11/Applikationen
+Group(pl):     X11/Aplikacje
 Source0:       http://www.gnucash.org/pub/gnucash/sources/stable/%{name}-%{version}.tar.gz
-URL:           http://www.gnucash.org
+URL:           http://www.gnucash.org/
 Requires:      slib
-Requires:      guile >= 1.3
+Requires:      guile >= 1.3.4
 Requires:      g-wrap
+Requires:      gnome-print >= 0.21
 BuildRequires: gnome-libs-devel
 BuildRequires: esound-devel
 BuildRequires: libxml-devel
-BuildRequires: g-wrap-static
+BuildRequires: g-wrap-static >= 1.1.9
+BuildRequires: bonobo-devel
+BuildRequires: libghttp-devel
+BuildRequires: gtkhtml-devel >= 0.8
+BuildRequires: libtool automake autoconf
+BuildRequires: gnome-print-devel
+BuildRequires: Guppi-devel
+BuildRequires: oaf-devel
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %define         _prefix         /usr/X11R6
@@ -21,26 +32,38 @@ BuildRoot:  %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 %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.
+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.
 
-%prep
+%description -l pl
+GnuCash jest mened¿erem finansów osobistych. Pozwala na ¶ledzenie i 
+wpisywanie zasobów na swoich kontach bankowych, zak³adów. Daje
+wgl±d nawet w kursy walut. Interfejs zosta³ zaprojektowany z my¶l±
+o prostocie i ³atwo¶ci u¿ycia.
+
+%prep -q
 %setup -q
 
 %build
-automake
-%configure 
+rm missing
+libtoolize --copy --force
+automake -a -c
+
+%configure
+
 %{__make}
 
 %install
 rm -rf $RPM_BUILD_ROOT
-%{__make} DESTDIR=$RPM_BUILD_ROOT GNC_DOC_INSTALL_DIR=%{_docdir}/%{name}-%{version}/ \
-gnomeappdir=%{_applnkdir}/Office/Misc install
+
+%{__make} DESTDIR=$RPM_BUILD_ROOT \
+       GNC_DOC_INSTALL_DIR=%{_docdir}/%{name}-%{version}/ \
+       gnomeappdir=%{_applnkdir}/Office/Misc install
 
 gzip -9nfr $RPM_BUILD_ROOT%{_docdir}/%{name}-%{version}/*
 
-%find_lang %{name}
+%find_lang %{name} --with-gnome
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -52,8 +75,6 @@ rm -rf $RPM_BUILD_ROOT
 %{_libdir}/gnucash/perl/*.so*
 %{_libdir}/libgncengine.so*
 %{_mandir}/man1/*
-%{_datadir}/gnucash/html/C
-%lang(fr) %{_datadir}/gnucash/html/fr
 %{_datadir}/gnucash/html/index.html
 %{_datadir}/gnucash/html/gnucash.css
 %{_datadir}/gnucash/scm
This page took 0.037374 seconds and 4 git commands to generate.