]> git.pld-linux.org Git - packages/gnucash.git/commitdiff
- use --with-gnome in %%find_lang,
authorkloczek <kloczek@pld-linux.org>
Mon, 21 May 2001 17:26:56 +0000 (17:26 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- few cosmetics.

Changed files:
    gnucash.spec -> 1.16

gnucash.spec

index e895270c3915033f13deffec9760409e463ce9e2..74dbc02a9afe9a94b68f77e5a6586f0a45cf5ce1 100644 (file)
@@ -1,6 +1,6 @@
 %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.
+Summary:       GnuCash is an application to keep track of your finances
+Summary(pl):   GnuCash - aplikacja do zarzĀ±dzania twoimi finansami
 Name:          gnucash
 Version:       1.5.96
 Release:       1
@@ -9,16 +9,16 @@ 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
-Requires:      slib
-Requires:      guile >= 1.3
-Requires:      g-wrap
+URL:           http://www.gnucash.org/
 BuildRequires: gnome-libs-devel
 BuildRequires: esound-devel
 BuildRequires: libxml-devel
 BuildRequires: g-wrap-static
 BuildRequires: bonobo-devel
 BuildRequires: libghttp-devel
+Requires:      slib
+Requires:      guile >= 1.3
+Requires:      g-wrap
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %define         _prefix         /usr/X11R6
@@ -46,13 +46,14 @@ automake -a -c
 
 %install
 rm -rf $RPM_BUILD_ROOT
+
 %{__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
@@ -64,8 +65,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.319611 seconds and 4 git commands to generate.