rpms/gwget/devel gwget.spec,1.20,1.21

Christoph Wickert (cwickert) fedora-extras-commits at redhat.com
Sun Aug 26 22:20:52 UTC 2007


Author: cwickert

Update of /cvs/pkgs/rpms/gwget/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16038

Modified Files:
	gwget.spec 
Log Message:
Run intltoolize to get locales installed properly
Update license tag


Index: gwget.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gwget/devel/gwget.spec,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- gwget.spec	9 Jun 2007 20:02:43 -0000	1.20
+++ gwget.spec	26 Aug 2007 22:20:20 -0000	1.21
@@ -2,10 +2,10 @@
 
 Name:		gwget
 Version:	0.99
-Release:	1%{?dist}
+Release:	2%{?dist}
 Summary:	Graphical download manager that uses wget
 
-License:	GPL
+License:	GPLv2+
 Group:		Applications/Internet
 URL:		http://gnome.org/projects/gwget
 Source0:	http://ftp.gnome.org/pub/GNOME/sources/gwget/0.99/gwget-0.99.tar.bz2
@@ -45,12 +45,14 @@
 
 %prep
 %setup -q
-%patch0 -p1 -b .patch0
-autoreconf -f
+%patch0 -p1 -b .epiphany
 
 %build
+intltoolize -f
+autoreconf -f
 #export LDFLAGS="${LDFLAGS} -Wl,--export-dynamic"
 %configure --disable-static
+
 make %{?_smp_mflags}
 
 %install
@@ -98,6 +100,10 @@
 
 
 %changelog
+* Sat Aug 25 2007 Christoph Wickert <fedora at christoph-wickert de> - 0.99-2
+- Run intltoolize to get locales installed properly with intltool 0.36.1
+- Update license tag
+
 * Sat Jun 09 2007 Christoph Wickert <fedora at christoph-wickert de> 0.99-1
 - Update to 0.99
 - Add support for epiphany 2.19




More information about the fedora-extras-commits mailing list