]> git.pld-linux.org Git - packages/gedit0.git/commitdiff
- release 2,
authorkloczek <kloczek@pld-linux.org>
Tue, 24 Apr 2001 00:25:26 +0000 (00:25 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- rebuild against gnome-print 0.28,
- remove in %preps acinclude.m4 with own copy gettext.m4,
- added use_AM_GNU_GETTEXT patch and regenerate am, ac files.

Changed files:
    gedit0.spec -> 1.45

gedit0.spec

index 7c889c42719cb12cb25cbde55ad75fae50eef015..837c9417f484d2f4b1d3dd06ea383df89e422c46 100644 (file)
@@ -2,7 +2,7 @@ Summary:        gEdit - small but powerful text editor for X Window
 Summary(pl):   gEdit - ma³y ale potê¿ny edytor tekstu dla X Window
 Name:          gedit
 Version:       0.9.6
-Release:       1
+Release:       2
 Epoch:         1
 License:       GPL
 Group:         X11/Applications/Editors
@@ -11,9 +11,11 @@ Group(pl):   X11/Aplikacje/Edytory
 Group(pt):     X11/Aplicações/Editores
 Source0:       http://ftp1.sourceforge.net/gedit/%{name}-%{version}.tar.gz
 URL:           http://gedit.sourceforge.net/
+BuildRequires: autoconf
+BuildRequires: automake
 BuildRequires: gettext-devel
 BuildRequires: gnome-libs-devel > 1.0.55
-BuildRequires: gnome-print-devel >= 0.24
+BuildRequires: gnome-print-devel >= 0.28
 BuildRequires: gnome-vfs >= 1.0
 BuildRequires: gtk+-devel >= 1.2.7
 BuildRequires: imlib-devel
@@ -41,8 +43,13 @@ dokument
 %prep
 %setup -q
 
+rm -f acinclude.m4
+
 %build
 gettextize --copy --force
+aclocal -I macros
+autoconf
+automake -a -c
 %configure \
        --disable-static
 
This page took 0.083443 seconds and 4 git commands to generate.