Author: megabajt Date: Thu Mar 15 17:37:02 2007 GMT Module: SPECS Tag: HEAD ---- Log message: - added epiphany-2.18 patch (fix detection of new epiphany) - release 2
---- Files affected: SPECS: gwget.spec (1.19 -> 1.20) ---- Diffs: ================================================================ Index: SPECS/gwget.spec diff -u SPECS/gwget.spec:1.19 SPECS/gwget.spec:1.20 --- SPECS/gwget.spec:1.19 Tue Feb 13 08:47:11 2007 +++ SPECS/gwget.spec Thu Mar 15 18:36:57 2007 @@ -7,26 +7,27 @@ Summary(pl.UTF-8): Zarządca pobierania plików dla GNOME Name: gwget Version: 0.98.2 -Release: 1 +Release: 2 License: GPL v2 Group: X11/Applications/Networking Source0: http://ftp.gnome.org/pub/gnome/sources/gwget/0.98/%{name}-%{version}.tar.bz2 # Source0-md5: 26bb748aff0769321bf1fd9b65735649 Patch0: %{name}-desktop.patch +Patch1: %{name}-epiphany-2.18.patch URL: http://www.gnome.org/projects/gwget/ BuildRequires: GConf2-devel BuildRequires: autoconf BuildRequires: automake -BuildRequires: dbus-glib-devel >= 0.71 -%{?with_epiphany:BuildRequires: epiphany-devel >= 2.16.0} -BuildRequires: gtk+2-devel >= 2:2.10.6 -BuildRequires: intltool >= 0.34 -BuildRequires: libgnomeui-devel >= 2.16.0 +BuildRequires: dbus-glib-devel >= 0.73 +%{?with_epiphany:BuildRequires: epiphany-devel >= 2.18.0} +BuildRequires: gtk+2-devel >= 2:2.10.10 +BuildRequires: intltool >= 0.35.5 +BuildRequires: libgnomeui-devel >= 2.18.1 BuildRequires: libnotify-devel >= 0.4.0 BuildRequires: pkgconfig BuildRequires: rpmbuild(macros) >= 1.197 Requires(post,preun): GConf2 -Requires: libgnomeui >= 2.16.0 +Requires: libgnomeui >= 2.18.1 Requires: wget >= 1.10 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) @@ -41,7 +42,7 @@ Summary(pl.UTF-8): Rozszerzenie dla Epiphany - gwget Group: X11/Applications/Networking Requires: %{name} = %{version}-%{release} -Requires: epiphany >= 2.16.0 +Requires: epiphany >= 2.18.0 %description -n epiphany-extension-gwget Epiphany extension that uses gwget to download files. @@ -52,6 +53,7 @@ %prep %setup -q %patch0 -p1 +%patch1 -p1 %build %{__aclocal} @@ -59,7 +61,7 @@ %{__automake} %configure \ --disable-schemas-install \ - %{?with_epiphany: --with-epiphany-version=2.16} \ + %{?with_epiphany: --with-epiphany-version=2.18} \ %{!?with_epiphany: --disable-epiphany-extension} %{__make} @@ -73,7 +75,7 @@ rm -rf $RPM_BUILD_ROOT%{_includedir}/gwget %if %{with epiphany} -rm -f $RPM_BUILD_ROOT%{_libdir}/epiphany/2.16/extensions/*.{a,la} +rm -f $RPM_BUILD_ROOT%{_libdir}/epiphany/2.18/extensions/*.{a,la} %endif %find_lang %{name} @@ -99,8 +101,8 @@ %if %{with epiphany} %files -n epiphany-extension-gwget %defattr(644,root,root,755) -%attr(755,root,root)%{_libdir}/epiphany/2.16/extensions/libgwgetextension.so* -%{_libdir}/epiphany/2.16/extensions/gwget.xml +%attr(755,root,root)%{_libdir}/epiphany/2.18/extensions/libgwgetextension.so* +%{_libdir}/epiphany/2.18/extensions/gwget.xml %endif %define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) @@ -109,6 +111,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.20 2007/03/15 17:36:57 megabajt +- added epiphany-2.18 patch (fix detection of new epiphany) +- release 2 + Revision 1.19 2007/02/13 07:47:11 glen - tabs in preamble ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/gwget.spec?r1=1.19&r2=1.20&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
