]> git.pld-linux.org Git - packages/gnucash.git/commitdiff
- updated to 1.4.7
authorbszx <bszx@pld-linux.org>
Sat, 21 Oct 2000 16:37:26 +0000 (16:37 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    gnucash.spec -> 1.8

gnucash.spec

index bbf9499c540dd66de05d0489fde3b6ce01c34964..edf184ae664f3172047314e8c3b6db4d3644cc3f 100644 (file)
@@ -1,11 +1,10 @@
 Name:          gnucash
 Summary:       GnuCash is an application to keep track of your finances.
-Version:       1.4.0
+Version:       1.4.7
 Release:       0
 Copyright:     Free Software Foundation
 Group:         Applications/Finance
 Source0:       http://www.gnucash.org/pub/gnucash/sources/stable/%{name}-%{PACKAGE_VERSION}.tar.gz
-Patch0:                gnucash-destdir.patch
 URL:           Http://www.gnucash.org
 Requires:      slib
 Requires:      guile >= 1.3
@@ -25,7 +24,6 @@ books.
 
 %prep
 %setup -q
-%patch0 -p1
 
 %build
 automake
@@ -37,10 +35,7 @@ rm -rf $RPM_BUILD_ROOT
 %{__make} DESTDIR=$RPM_BUILD_ROOT GNC_DOC_INSTALL_DIR=%{_docdir}/%{name}-%{version}/ \
 gnomeappdir=%{_applnkdir}/Applications install
 
-strip --strip-unneed $RPM_BUILD_ROOT%{_libdir}/libgncengine.so.0.1.1
-strip --strip-unneed $RPM_BUILD_ROOT%{_libdir}/gnucash/perl/libgncswig.so.0.1.1
-
-gzip -9nfr $RPM_BUILD_ROOT%{_docdir}/%{name}-%{version}/* $RPM_BUILD_ROOT%{_mandir}/man1/*
+gzip -9nfr $RPM_BUILD_ROOT%{_docdir}/%{name}-%{version}/*
 
 %find_lang %{name}
 
This page took 0.117022 seconds and 4 git commands to generate.