SPECS: gwget.spec - updated to 0.98.1 - added epiphany patch (fix ...

grzegol grzegol at pld-linux.org
Sun Aug 13 13:02:24 CEST 2006


Author: grzegol                      Date: Sun Aug 13 11:02:24 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- updated to 0.98.1
- added epiphany patch (fix build with epiphany-2.15)
- added buildfix patch
- regenerate al/ac/am

---- Files affected:
SPECS:
   gwget.spec (1.14 -> 1.15) 

---- Diffs:

================================================================
Index: SPECS/gwget.spec
diff -u SPECS/gwget.spec:1.14 SPECS/gwget.spec:1.15
--- SPECS/gwget.spec:1.14	Wed May 24 10:20:29 2006
+++ SPECS/gwget.spec	Sun Aug 13 13:02:19 2006
@@ -6,17 +6,22 @@
 Summary:	A download manager for GNOME
 Summary(pl):	Zarządca pobierania plików dla GNOME
 Name:		gwget
-Version:	0.98
-Release:	3
+Version:	0.98.1
+Release:	1
 License:	GPL v2
 Group:		X11/Applications/Networking
 Source0:	http://ftp.gnome.org/pub/gnome/sources/gwget/0.98/%{name}-%{version}.tar.bz2
-# Source0-md5:	65741ee34c30a425f66efc2237f61e41
+# Source0-md5:	d09c1b589e2240cb7391d58eb2c8cc83
 Patch0:		%{name}-desktop.patch
 Patch1:		%{name}-libnotify.patch
+Patch2:		%{name}-epiphany.patch
+Patch3:		%{name}-buildfix.patch
 URL:		http://www.gnome.org/projects/gwget/
 BuildRequires:	GConf2-devel
-%{?with_epiphany:BuildRequires:	epiphany-devel >= 2.14.0}
+BuildRequires:	autoconf
+BuildRequires:	automake
+BuildRequires:	dbus-glib-devel >= 0.71
+%{?with_epiphany:BuildRequires:	epiphany-devel >= 2.15.91}
 BuildRequires:	gtk+2-devel >= 2:2.8.3
 BuildRequires:	intltool >= 0.34
 BuildRequires:	libgnomeui-devel >= 2.14.0
@@ -39,7 +44,7 @@
 Summary(pl):	Rozszerzenie dla Epiphany - gwget
 Group:		X11/Applications/Networking
 Requires:	%{name} = %{version}-%{release}
-Requires:	epiphany >= 2.14.0
+Requires:	epiphany >= 2.15.91
 
 %description -n epiphany-extension-gwget
 Epiphany extension that uses gwget to download files.
@@ -51,8 +56,13 @@
 %setup -q
 %patch0 -p1
 %patch1 -p1
+%patch2 -p1
+%patch3 -p1
 
 %build
+%{__aclocal}
+%{__autoconf}
+%{__automake}
 %configure \
 	--disable-schemas-install \
 	%{?with_epiphany: --with-epiphany-version=2.14} \
@@ -69,7 +79,7 @@
 rm -rf $RPM_BUILD_ROOT%{_includedir}/gwget
 
 %if %{with epiphany}
-rm -f $RPM_BUILD_ROOT%{_libdir}/epiphany/2.14/extensions/*.{a,la}
+rm -f $RPM_BUILD_ROOT%{_libdir}/epiphany/2.15/extensions/*.{a,la}
 %endif
 
 %find_lang %{name}
@@ -97,8 +107,8 @@
 %if %{with epiphany}
 %files -n epiphany-extension-gwget
 %defattr(644,root,root,755)
-%attr(755,root,root)%{_libdir}/epiphany/2.14/extensions/libgwgetextension.so*
-%{_libdir}/epiphany/2.14/extensions/gwget.xml
+%attr(755,root,root)%{_libdir}/epiphany/2.15/extensions/libgwgetextension.so*
+%{_libdir}/epiphany/2.15/extensions/gwget.xml
 %endif
 
 %define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
@@ -107,6 +117,12 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.15  2006/08/13 11:02:19  grzegol
+- updated to 0.98.1
+- added epiphany patch (fix build with epiphany-2.15)
+- added buildfix patch
+- regenerate al/ac/am
+
 Revision 1.14  2006/05/24 08:20:29  qboosh
 - merged update to 0.98, desktop patch update, libnotify patch from AC-branch
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/gwget.spec?r1=1.14&r2=1.15&f=u



More information about the pld-cvs-commit mailing list