]> git.pld-linux.org Git - packages/Gforecast.git/commitdiff
- Release 2 Gforecast-0_4-2
authorPaweł Gołaszewski <blues@pld-linux.org>
Sun, 12 Aug 2001 14:55:50 +0000 (14:55 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- ac/am corrected

Changed files:
    Gforecast.spec -> 1.11

Gforecast.spec

index d1cf801a5c243281f402381613b3d377300b57f3..9e07c73bcb837511aa223ebee8dc26aeaaced261 100644 (file)
@@ -2,7 +2,7 @@ Summary:        A weather forecasting applet for the GNOME Panel
 Summary(pl):   Applet dla GNOME pokazuj±cy pogodê w danym regionie
 Name:          Gforecast
 Version:       0.4
-Release:       1
+Release:       2
 License:       GPL
 Group:         X11/Applications
 Group(de):     X11/Applikationen
@@ -12,6 +12,8 @@ URL:          http://waepplets.sourceforge.net/
 BuildRequires: gnome-core-devel
 BuildRequires: gnome-libs-devel
 BuildRequires: gettext-devel
+BuildRequires: autoconf
+BuildRequires: automake
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %define                _prefix         /usr/X11R6
@@ -29,7 +31,11 @@ wy
 %setup -q
 
 %build
+rm -rf missing
 gettextize --copy --force
+aclocal -I macros
+autoconf
+automake -a -c
 %configure
 %{__make}
 
This page took 0.098512 seconds and 4 git commands to generate.