rpms/gwget/FC-5 gwget.spec,1.12,1.13

Christoph Wickert (cwickert) fedora-extras-commits at redhat.com
Sat Jul 15 14:57:09 UTC 2006


Author: cwickert

Update of /cvs/extras/rpms/gwget/FC-5
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8806

Modified Files:
	gwget.spec 
Log Message:
Fix BRs for minimal mock environment (#198919)


Index: gwget.spec
===================================================================
RCS file: /cvs/extras/rpms/gwget/FC-5/gwget.spec,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- gwget.spec	2 Apr 2006 12:11:47 -0000	1.12
+++ gwget.spec	15 Jul 2006 14:57:09 -0000	1.13
@@ -3,7 +3,7 @@
 Summary:	Graphical download manager that uses wget
 Name:		gwget
 Version:	0.97
-Release:	3%{?dist}
+Release:	4%{?dist}
 License:	GPL
 Group:		Applications/Internet
 Source0:	http://ftp.gnome.org/pub/GNOME/sources/gwget/0.97/gwget-0.97.tar.bz2
@@ -13,7 +13,7 @@
 Buildroot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 Buildrequires:	libgnomeui-devel >= 2.0
 Buildrequires:	libglade2-devel >= 2.0
-BuildRequires:	perl-XML-Parser
+BuildRequires:	perl(XML::Parser)
 BuildRequires:	gettext >= 0.14.1
 BuildRequires:	desktop-file-utils
 BuildRequires:	epiphany-devel >= %{epimajor}
@@ -22,6 +22,8 @@
 Requires(post):		GConf2
 Requires(preun):	GConf2
 
+# Was a buildreq on autoconf
+BuildRequires:	automake, libtool
 
 %description
 Gwget is a Download Manager for Gnome 2. It uses wget as a backend.
@@ -29,13 +31,14 @@
 downloads, drag&drop and display the errors from wget process.
 
 %package epiphany-extension
-Summary:	This Package contains extensions gwget2 extensions for epiphany.
+Summary:	Gwget2 extensions for epiphany
 Group:		Applications/Internet
+BuildRequires:	epiphany-devel >= %{epimajor}
 Requires:	%{name} = %{version}
 Requires:	epiphany >= %{epimajor}
 
 %description epiphany-extension
-This Package contains extensions gwget2 extensions for epiphany.
+This Package contains gwget2 extensions for epiphany.
 
 %prep
 %setup -q
@@ -90,11 +93,17 @@
 %{_datadir}/applications/fedora-%{name}.desktop
 
 %files epiphany-extension
-%defattr (-,root,root)
+%defattr (-,root,root,-)
 %{_libdir}/epiphany*/
 
 
 %changelog
+* Sat Jul 15 2006 Christoph Wickert <fedora at christoph-wickert de> 0.97-4
+- Fix BR to build in minimal build environment (#198919).
+- fix defattr.
+- fix summary and description of epiphany-extension subpackage.
+- fix BR of epiphany-extension subpackage.
+
 * Sun Apr 02 2006 Thorsten Leemhuis <fedora[AT]leemhuis.info> - 0.97-3
 - Add LDFLAGS="-Wl,--export-dynamic" #187623
 - Add patch from cvs to build against latest epiphany




More information about the fedora-extras-commits mailing list