]> git.pld-linux.org Git - packages/Guppi.git/commitdiff
- release 2, Guppi-0_35_2-2
authorkloczek <kloczek@pld-linux.org>
Mon, 22 Jan 2001 15:26:27 +0000 (15:26 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- added regenerating autoconf, automake files in %build for allow build in
  automake 1.4b enviroment (automak, autoconf added to BuildRequires).

Changed files:
    Guppi.spec -> 1.21

Guppi.spec

index df7df774a59b36dc27b3eb645c510ea05d9e7e21..08281ac621634ecb896d01b10fff34272c9761fa 100644 (file)
@@ -1,7 +1,7 @@
 Summary:       Guppi - GNOME Plotting Engine
 Name:          Guppi
 Version:       0.35.2
 Summary:       Guppi - GNOME Plotting Engine
 Name:          Guppi
 Version:       0.35.2
-Release:       1
+Release:       2
 License:       GPL
 Group:         X11/Applications
 Group(de):     X11/Applikationen
 License:       GPL
 Group:         X11/Applications
 Group(de):     X11/Applikationen
@@ -10,6 +10,8 @@ Source0:      ftp://ftp.gnome.org/pub/guppi/%{name}-%{version}.tar.gz
 Patch0:                %{name}-DESTDIR.patch
 URL:           http://www.gnome.org/guppi/
 BuildRequires: ORBit-devel
 Patch0:                %{name}-DESTDIR.patch
 URL:           http://www.gnome.org/guppi/
 BuildRequires: ORBit-devel
+BuildRequires: autoconf
+BuildRequires: automake
 BuildRequires: flex
 BuildRequires: gettext-devel
 BuildRequires: gnome-libs-devel
 BuildRequires: flex
 BuildRequires: gettext-devel
 BuildRequires: gnome-libs-devel
@@ -64,7 +66,9 @@ Guppi static libraries.
 
 %build
 gettextize --copy --force
 
 %build
 gettextize --copy --force
-automake
+aclocal -I macros
+autoconf
+automake -a -c
 %configure
 %{__make}
 
 %configure
 %{__make}
 
This page took 0.07683 seconds and 4 git commands to generate.