]> git.pld-linux.org Git - packages/deadftp.git/commitdiff
- updated to 0.1.3. RA-1_0 STABLE deadftp-0_1_3-1
authorkloczek <kloczek@pld-linux.org>
Thu, 9 May 2002 06:27:59 +0000 (06:27 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    deadftp.spec -> 1.14

deadftp.spec

index 531f555801d0fec8af5286125ef348b533a9c464..33e23853117d08e2aec6d83e973077cb053e82b0 100644 (file)
@@ -1,7 +1,7 @@
 Summary:       A Graphical FTP client
 Summary(pl):   Graficzny klient FTP
 Name:          deadftp
-Version:       0.1.2
+Version:       0.1.3
 Release:       1
 License:       GPL
 Group:         X11/Applications/Networking
@@ -31,9 +31,12 @@ i hostmanagera.
 %setup -q
 
 %build
+sed -e s/AM_GNOME_GETTEXT/AM_GNU_GETTEXT/ configure.in > configure.in.tmp
+mv -f configure.in.tmp configure.in
+rm -f missing
 libtoolize --copy --force
 gettextize --copy --force
-aclocal -I macros
+aclocal -I %{_aclocaldir}/gnome
 autoconf
 automake -a -c -f
 %configure
This page took 0.047509 seconds and 4 git commands to generate.