Author: sls Date: Fri Oct 12 01:06:22 2007 GMT Module: SPECS Tag: HEAD ---- Log message: - added epiphany-2.20 patch (fix detection of new epiphany) - intltoolize
---- Files affected: SPECS: gwget.spec (1.21 -> 1.22) ---- Diffs: ================================================================ Index: SPECS/gwget.spec diff -u SPECS/gwget.spec:1.21 SPECS/gwget.spec:1.22 --- SPECS/gwget.spec:1.21 Tue May 29 21:45:48 2007 +++ SPECS/gwget.spec Fri Oct 12 03:06:17 2007 @@ -13,12 +13,13 @@ Source0: http://ftp.gnome.org/pub/gnome/sources/gwget/0.99/%{name}-%{version}.tar.bz2 # Source0-md5: 69f43ae6edbb7ac472c30c547fbf80e6 Patch0: %{name}-desktop.patch +Patch1: %{name}-epiphany-2.20.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.18.2} +%{?with_epiphany:BuildRequires: epiphany-devel >= 2.20.0} BuildRequires: gtk+2-devel >= 2:2.10.10 BuildRequires: intltool >= 0.35.5 BuildRequires: libgnomeui-devel >= 2.18.1 @@ -41,7 +42,7 @@ Summary(pl.UTF-8): Rozszerzenie dla Epiphany - gwget Group: X11/Applications/Networking Requires: %{name} = %{version}-%{release} -Requires: epiphany >= 2.18.2 +Requires: epiphany >= 2.20.0 %description -n epiphany-extension-gwget Epiphany extension that uses gwget to download files. @@ -52,14 +53,16 @@ %prep %setup -q %patch0 -p1 +%patch1 -p1 %build +%{__intltoolize} %{__aclocal} %{__autoconf} %{__automake} %configure \ --disable-schemas-install \ - %{?with_epiphany: --with-epiphany-version=2.18} \ + %{?with_epiphany: --with-epiphany-version=2.20} \ %{!?with_epiphany: --disable-epiphany-extension} %{__make} @@ -73,7 +76,7 @@ rm -rf $RPM_BUILD_ROOT%{_includedir}/gwget %if %{with epiphany} -rm -f $RPM_BUILD_ROOT%{_libdir}/epiphany/2.18/extensions/*.{a,la} +rm -f $RPM_BUILD_ROOT%{_libdir}/epiphany/2.20/extensions/*.{a,la} %endif %find_lang %{name} @@ -100,8 +103,8 @@ %if %{with epiphany} %files -n epiphany-extension-gwget %defattr(644,root,root,755) -%attr(755,root,root)%{_libdir}/epiphany/2.18/extensions/libgwgetextension.so* -%{_libdir}/epiphany/2.18/extensions/gwget.xml +%attr(755,root,root)%{_libdir}/epiphany/2.20/extensions/libgwgetextension.so* +%{_libdir}/epiphany/2.20/extensions/gwget.xml %endif %define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) @@ -110,6 +113,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.22 2007/10/12 01:06:17 sls +- added epiphany-2.20 patch (fix detection of new epiphany) +- intltoolize + Revision 1.21 2007/05/29 19:45:48 megabajt - updated to 0.99 - removed outdated epiphany-2.18 patch ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/gwget.spec?r1=1.21&r2=1.22&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
