SPECS: gwget.spec - updated -desktop.patch - added -epiphany.patch to fix b...
megabajt
megabajt at pld-linux.org
Fri Mar 20 15:50:31 CET 2009
Author: megabajt Date: Fri Mar 20 14:50:31 2009 GMT
Module: SPECS Tag: HEAD
---- Log message:
- updated -desktop.patch
- added -epiphany.patch to fix build with epiphany 2.26
- release 2
---- Files affected:
SPECS:
gwget.spec (1.28 -> 1.29)
---- Diffs:
================================================================
Index: SPECS/gwget.spec
diff -u SPECS/gwget.spec:1.28 SPECS/gwget.spec:1.29
--- SPECS/gwget.spec:1.28 Sat Feb 21 18:03:01 2009
+++ SPECS/gwget.spec Fri Mar 20 15:50:25 2009
@@ -3,24 +3,25 @@
# Conditional build:
%bcond_without epiphany # don't build epiphany extension
#
-%define epiphany_version 2.24
+%define epiphany_version 2.26
#
Summary: A download manager for GNOME
Summary(pl.UTF-8): Zarządca pobierania plików dla GNOME
Name: gwget
Version: 1.0.1
-Release: 1
+Release: 2
License: GPL v2
Group: X11/Applications/Networking
Source0: http://ftp.gnome.org/pub/gnome/sources/gwget/1.0/%{name}-%{version}.tar.bz2
# Source0-md5: 780d2d8569032cbc4405b88c33e431cc
Patch0: %{name}-desktop.patch
+Patch1: %{name}-epiphany.patch
URL: http://www.gnome.org/projects/gwget/
BuildRequires: GConf2-devel
BuildRequires: autoconf
BuildRequires: automake
BuildRequires: dbus-glib-devel >= 0.73
-%{?with_epiphany:BuildRequires: epiphany-devel >= 2.24.0}
+%{?with_epiphany:BuildRequires: epiphany-devel >= 2.26.0}
BuildRequires: gtk+2-devel >= 2:2.10.10
BuildRequires: intltool >= 0.35.5
BuildRequires: libgnomeui-devel >= 2.18.1
@@ -53,7 +54,8 @@
%prep
%setup -q
-%patch0 -p0
+%patch0 -p1
+%patch1 -p1
%build
%{__intltoolize}
@@ -104,7 +106,7 @@
%if %{with epiphany}
%files -n epiphany-extension-gwget
%defattr(644,root,root,755)
-%attr(755,root,root)%{_libdir}/epiphany/%{epiphany_version}/extensions/libgwgetextension.so*
+%attr(755,root,root) %{_libdir}/epiphany/%{epiphany_version}/extensions/libgwgetextension.so*
%{_libdir}/epiphany/%{epiphany_version}/extensions/gwget.xml
%endif
@@ -114,6 +116,11 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.29 2009/03/20 14:50:25 megabajt
+- updated -desktop.patch
+- added -epiphany.patch to fix build with epiphany 2.26
+- release 2
+
Revision 1.28 2009/02/21 17:03:01 qwiat
- update to 1.0.1
- removed obsolete patches
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/gwget.spec?r1=1.28&r2=1.29&f=u
More information about the pld-cvs-commit
mailing list