]> git.pld-linux.org Git - packages/Gforecast.git/blobdiff - Gforecast.spec
- removed all Group fields translations (oure rpm now can handle translating
[packages/Gforecast.git] / Gforecast.spec
index 62931b1deeb6c0a85d67961640a4b40bc1f8ebe9..b0ada2537b12ab5d15ee9c0e8c2784a51c817448 100644 (file)
@@ -1,20 +1,17 @@
 Summary:       A weather forecasting applet for the GNOME Panel
-Summary(pl):   Applet dla GNOME pokazuj±cy pogodê w danym regionie.
+Summary(pl):   Applet dla GNOME pokazuj±cy pogodê w danym regionie
 Name:          Gforecast
-Version:       0.3
+Version:       0.4
 Release:       2
 License:       GPL
 Group:         X11/Applications
-Group(de):     X11/Applikationen
-Group(pl):     X11/Aplikacje
 Source0:       ftp://download.sourceforge.net/pub/sourceforge/waepplets/%{name}-%{version}.tar.gz
-Patch0:                %{name}-gettexize.patch
-Requires:      gnome-libs >= 1.2.1
-Requires:      gnome-core >= 1.2.1
 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
@@ -25,18 +22,18 @@ Simple applet that gets the forecast for a chosen city and shows it as
 an icon image in a GNOME applet.
 
 %description -l pl
-Prosty applet, który pobiera informacjê o pogodzie dla danego miasta
-wy¶wietla j± w formie ikony.
+Prosty applet, który pobiera informacjê o pogodzie dla danego miasta i
+wy¶wietla j± w formie ikony.
 
 %prep
 %setup -q
-%patch -p1
 
 %build
+rm -rf missing
 gettextize --copy --force
 aclocal -I macros
 autoconf
-automake
+automake -a -c
 %configure
 %{__make}
 
This page took 0.17191 seconds and 4 git commands to generate.