rpms/gwget/devel gwget.spec,1.32,1.33

Christoph Wickert cwickert at fedoraproject.org
Thu Jul 23 23:55:41 UTC 2009


Author: cwickert

Update of /cvs/pkgs/rpms/gwget/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv21770

Modified Files:
	gwget.spec 
Log Message:
* Thu Jul 23 2009 Christoph Wickert <cwickert at fedoraproject.org> - 1.0.1-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
- Temporarily disable broken epiphany extension



Index: gwget.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gwget/devel/gwget.spec,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -p -r1.32 -r1.33
--- gwget.spec	11 Jun 2009 01:27:59 -0000	1.32
+++ gwget.spec	23 Jul 2009 23:55:41 -0000	1.33
@@ -1,8 +1,10 @@
-%define epimajor 2.26
+%global epimajor 2.26
+# disable epiphany extension for F12 mass rebuild
+%global _with_epi 0
 
 Name:		gwget
 Version:	1.0.1
-Release:	4%{?dist}
+Release:	5%{?dist}
 Summary:	Graphical download manager that uses wget
 
 License:	GPLv2+
@@ -22,6 +24,12 @@ BuildRequires:	desktop-file-utils
 Requires:	wget >= 1.9
 Requires(post):		GConf2
 Requires(preun):	GConf2
+%if 0%{?_with_epi} == 1
+BuildRequires:	epiphany-devel >= %{epimajor}
+%endif
+
+# disable epiphany extension for mass rebuild
+Obsoletes:	gwget-epiphany-extension <= 1.0.1-4
 
 # Was a buildreq on autoconf
 BuildRequires:	automake, libtool
@@ -31,17 +39,17 @@ Gwget is a Download Manager for Gnome 2.
 Currently, very basic wget options are available, supporting multiple
 downloads, drag&drop and display the errors from wget process.
 
-
-%package epiphany-extension
+%if 0%{?_with_epi} == 1
+%package	epiphany-extension
 Summary:	Gwget2 extensions for epiphany
 Group:		Applications/Internet
-BuildRequires:	epiphany-devel >= %{epimajor}
+
 Requires:	%{name} = %{version}
 Requires:	epiphany >= %{epimajor}
 
 %description epiphany-extension
 This package contains gwget2 extensions for epiphany.
-
+%endif
 
 %prep
 %setup -q
@@ -106,13 +114,19 @@ export GCONF_CONFIG_SOURCE=`gconftool-2 
 %{_datadir}/applications/fedora-%{name}.desktop
 %{_datadir}/dbus-1/services/org.gnome.gwget.service
 
+%if 0%{?_with_epi} == 1
 %files epiphany-extension
 %defattr (-,root,root,-)
 %{_libdir}/epiphany/*/extensions/gwget.xml
 %{_libdir}/epiphany/*/extensions/libgwgetextension.so
+%endif
 
 
 %changelog
+* Thu Jul 23 2009 Christoph Wickert <cwickert at fedoraproject.org> - 1.0.1-5
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
+- Temporarily disable broken epiphany extension
+
 * Thu Jun 11 2009 Christoph Wickert <cwickert at fedoraproject.org> - 1.0.1-4
 - Rebuild against epiphany 2.27 and already prepare for 2.28
 




More information about the fedora-extras-commits mailing list