]> git.pld-linux.org Git - packages/gtkdiff.git/commitdiff
- updated to 1.8.0, gtkdiff-1_8_0-1
authorkloczek <kloczek@pld-linux.org>
Sun, 22 Apr 2001 05:24:27 +0000 (05:24 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- added use_AM_GNU_GETTEXT patch.

Changed files:
    gtkdiff.spec -> 1.12

gtkdiff.spec

index 79e0fa2577654b773f2b1ccf81754be79ab9bfdf..8cdbe50ea60f2f584c8fdd14cbe064e423ded71b 100644 (file)
@@ -1,14 +1,17 @@
 Summary:       a diff front-end program using GTK+(GNOME)
 Summary(pl):   Frontend na program diff pod GTK+(GNOME)
 Name:          gtkdiff
-Version:       1.7.0
-Release:       2
+Version:       1.8.0
+Release:       1
 License:       GPL
 Group:         X11/Applications
 Group(de):     X11/Applikationen
 Group(pl):     X11/Aplikacje
 Source0:       http://www.ainet.or.jp/~inoue/software/gtkdiff/%{name}-%{version}.tar.gz
+Patch0:                %{name}-use_AM_GNU_GETTEXT.patch
 URL:           http://www.ainet.or.jp/~inoue/software/gtkdiff/index-e.html
+BuildRequires: autoconf
+BuildRequires: automake
 BuildRequires: gettext-devel
 BuildRequires: gtk+-devel >= 1.2.0
 BuildRequires: gnome-libs-devel >= 1.0.0
@@ -26,9 +29,13 @@ are following:
 
 %prep
 %setup -q
+%patch -p1
 
 %build
 gettextize --copy --force
+aclocal -I macros
+autoconf
+automake -a -c
 %configure 
 %{__make}
 
This page took 0.034049 seconds and 4 git commands to generate.