]> git.pld-linux.org Git - packages/Guppi.git/commitdiff
- acfix patch: remove non-existant Makefile.* from OUTPUT list; builds now Guppi-0_40_0-1
authorJakub Bogusz <qboosh@pld-linux.org>
Mon, 22 Oct 2001 11:39:59 +0000 (11:39 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    Guppi.spec -> 1.39

Guppi.spec

index 8a9fd02a1ea2c14882c87a035c6fd2b13812e17d..7ac2a81e0ae6f93416044cc76288967b7d255174 100644 (file)
@@ -10,6 +10,7 @@ Group(de):    X11/Applikationen
 Group(pl):     X11/Aplikacje
 Source0:       ftp://ftp.gnome.org/pub/GNOME/stable/sources/Guppi/%{name}-%{version}.tar.bz2
 Patch0:                %{name}-use_AM_GNU_GETTEXT.patch
+Patch1:                %{name}-acfix.patch
 URL:           http://www.gnome.org/guppi/
 BuildRequires: ORBit-devel
 BuildRequires: autoconf
@@ -99,6 +100,7 @@ Bibliotecas est
 %prep
 %setup -q
 %patch0 -p1
+%patch1 -p1
 
 %build
 rm -f missing
@@ -127,12 +129,12 @@ gzip -9nf AUTHORS BIBLIOGRAPHY ChangeLog NEWS README
 
 %find_lang %{name} --with-gnome --all-name
 
-%post   -p /sbin/ldconfig
-%postun -p /sbin/ldconfig
-
 %clean
 rm -rf $RPM_BUILD_ROOT
 
+%post   -p /sbin/ldconfig
+%postun -p /sbin/ldconfig
+
 %files -f %{name}.lang
 %defattr(644,root,root,755)
 %doc *.gz
This page took 0.102834 seconds and 4 git commands to generate.