rpms/gwget/FC-5 .cvsignore, 1.6, 1.7 gwget.spec, 1.14, 1.15 sources, 1.6, 1.7

Christoph Wickert (cwickert) fedora-extras-commits at redhat.com
Sat Nov 11 03:13:56 UTC 2006


Author: cwickert

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

Modified Files:
	.cvsignore gwget.spec sources 
Log Message:
update to 0.98.2


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/gwget/FC-5/.cvsignore,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- .cvsignore	1 Feb 2006 10:39:23 -0000	1.6
+++ .cvsignore	11 Nov 2006 03:13:25 -0000	1.7
@@ -1 +1 @@
-gwget-0.97.tar.bz2
+gwget-0.98.2.tar.bz2


Index: gwget.spec
===================================================================
RCS file: /cvs/extras/rpms/gwget/FC-5/gwget.spec,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- gwget.spec	15 Jul 2006 15:18:37 -0000	1.14
+++ gwget.spec	11 Nov 2006 03:13:25 -0000	1.15
@@ -1,19 +1,24 @@
 %define epimajor 2.14
 
-Summary:	Graphical download manager that uses wget
 Name:		gwget
-Version:	0.97
-Release:	4%{?dist}
+Version:	0.98.2
+Release:	1%{?dist}
+Summary:	Graphical download manager that uses wget
+
 License:	GPL
 Group:		Applications/Internet
-Source0:	http://ftp.gnome.org/pub/GNOME/sources/gwget/0.97/gwget-0.97.tar.bz2
-Source1:	gwget.desktop
-Patch0:		gwget-epiphany214.patch
 URL:		http://gnome.org/projects/gwget
+Source0:	http://ftp.gnome.org/pub/GNOME/sources/gwget/0.98/gwget-0.98.2.tar.bz2
+Source1:	gwget.desktop
+Patch0:		gwget-epiphany21x.patch
 Buildroot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+
 BuildRequires:	libgnomeui-devel >= 2.0
 BuildRequires:	libglade2-devel >= 2.0
-BuildRequires:	perl(XML::Parser)
+BuildRequires:	gnome-vfs2-devel >= 2.0
+BuildRequires:	dbus-devel
+BuildRequires:	libnotify-devel
+BuildRequires:	intltool >= 0.29
 BuildRequires:	gettext >= 0.14.1
 BuildRequires:	desktop-file-utils
 Requires:	wget >= 1.9
@@ -44,8 +49,8 @@
 autoreconf -f
 
 %build
-export LDFLAGS="${LDFLAGS} -Wl,--export-dynamic"
-%configure 
+#export LDFLAGS="${LDFLAGS} -Wl,--export-dynamic"
+%configure --disable-static
 make %{?_smp_mflags}
 
 %install
@@ -54,14 +59,13 @@
 export GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1
 make install DESTDIR=$RPM_BUILD_ROOT
 rm ${RPM_BUILD_ROOT}%{_datadir}/applications/%{name}.desktop
-desktop-file-install --vendor fedora                   \
-  --dir ${RPM_BUILD_ROOT}%{_datadir}/applications      \
-  --add-category X-Fedora                              \
-  %{SOURCE1}
+desktop-file-install --vendor fedora			\
+	--dir ${RPM_BUILD_ROOT}%{_datadir}/applications	\
+	--add-category X-Fedora				\
+	%{SOURCE1}
 rm -f ${RPM_BUILD_ROOT}/%{_includedir}/gwget/*
 %find_lang %{name}
 find $RPM_BUILD_ROOT -type f -name "*.la" -exec rm -f {} ';'
-rm -f $RPM_BUILD_ROOT%{_libdir}/epiphany/extensions/libgwgetextension.a
 
 %clean
 rm -rf %{buildroot}
@@ -70,24 +74,22 @@
 # For GConf apps: install schemas as system default
 export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
 /usr/bin/gconftool-2 --makefile-install-rule \
-  %{_sysconfdir}/gconf/schemas/%{name}.schemas >/dev/null ||:
+	%{_sysconfdir}/gconf/schemas/%{name}.schemas >/dev/null ||:
 
 %preun
 # For GConf apps: uninstall app's system default schemas
 export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
 /usr/bin/gconftool-2 --makefile-uninstall-rule \
-  %{_sysconfdir}/gconf/schemas/%{name}.schemas >/dev/null || :
+	%{_sysconfdir}/gconf/schemas/%{name}.schemas >/dev/null || :
 
 
 %files -f %{name}.lang
 %defattr (-,root,root,-)
 %doc AUTHORS COPYING ChangeLog README TODO
 %{_bindir}/*
-%{_libdir}/bonobo/servers/GNOME_Gwget.server
 %{_sysconfdir}/gconf/schemas/gwget.schemas
 %{_datadir}/%{name}
 %{_datadir}/pixmaps/*
-%{_datadir}/idl/GNOME_Gwget.idl
 %{_datadir}/applications/fedora-%{name}.desktop
 
 %files epiphany-extension
@@ -96,9 +98,30 @@
 
 
 %changelog
-* Sat Jul 15 2006 Christoph Wickert <fedora at christoph-wickert de> 0.97-4
+* Sat Nov 11 2006 Christoph Wickert <fedora at christoph-wickert de> 0.98.2-1
+- Update to 0.98.2.
+- Don't crash notification area (#213480).
+- Add support for epiphany 2.1.7.
+
+* Fri Sep 15 2006 Christoph Wickert <fedora at christoph-wickert de> 0.98.1-1
+- Update to 0.98.1.
+- BuildRequire dbus-devel, libnotify-devel and gnome-vfs2-devel.
+
+* Fri Sep 15 2006 Christoph Wickert <fedora at christoph-wickert de> 0.97-7
+- Mass rebuild for Fedora Core 6.
+- Update epiphany-patch for epiphany <= 2.1.6.
+- disable-static instead of removing .a files.
+- BuildRequire intltool instead of perl(XML::Parser).
+
+* Sat Jul 15 2006 Christoph Wickert <fedora at christoph-wickert de> 0.97-6
 - Fix BR to build in minimal build environment (#198919).
-- fix defattr.
+- Add patch to build against epiphany 2.1.5.
+
+* Mon Jun 26 2006 Christoph Wickert <fedora wickert at arcor de> 0.97-5
+- bump release to fix broken upgrade path FE5 -> FE6.
+
+* Mon Jun 26 2006 Christoph Wickert <fedora wickert at arcor de> 0.97-4
+- fix %%defattr.
 - fix summary and description of epiphany-extension subpackage.
 - fix BR of epiphany-extension subpackage.
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/gwget/FC-5/sources,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- sources	1 Feb 2006 10:39:23 -0000	1.6
+++ sources	11 Nov 2006 03:13:25 -0000	1.7
@@ -1 +1 @@
-b31dd63a2b55f1c0c2dea58490ca8cd2  gwget-0.97.tar.bz2
+26bb748aff0769321bf1fd9b65735649  gwget-0.98.2.tar.bz2




More information about the scm-commits mailing list