Author: megabajt Date: Thu Nov 30 11:44:42 2006 GMT Module: SPECS Tag: HEAD ---- Log message: - updated to 0.98.2 - updated deps, removed libnotify, epiphany and buildfix patches (applied upstream)
---- Files affected: SPECS: gwget.spec (1.16 -> 1.17) ---- Diffs: ================================================================ Index: SPECS/gwget.spec diff -u SPECS/gwget.spec:1.16 SPECS/gwget.spec:1.17 --- SPECS/gwget.spec:1.16 Tue Nov 7 23:26:36 2006 +++ SPECS/gwget.spec Thu Nov 30 12:44:37 2006 @@ -6,30 +6,27 @@ Summary: A download manager for GNOME Summary(pl): Zarządca pobierania plików dla GNOME Name: gwget -Version: 0.98.1 +Version: 0.98.2 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: d09c1b589e2240cb7391d58eb2c8cc83 +# Source0-md5: 26bb748aff0769321bf1fd9b65735649 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 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 +%{?with_epiphany:BuildRequires: epiphany-devel >= 2.16.0} +BuildRequires: gtk+2-devel >= 2:2.10.6 BuildRequires: intltool >= 0.34 -BuildRequires: libgnomeui-devel >= 2.14.0 +BuildRequires: libgnomeui-devel >= 2.16.0 BuildRequires: libnotify-devel >= 0.4.0 BuildRequires: pkgconfig BuildRequires: rpmbuild(macros) >= 1.197 Requires(post,preun): GConf2 -Requires: libgnomeui >= 2.14.0 +Requires: libgnomeui >= 2.16.0 Requires: wget >= 1.10 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) @@ -44,7 +41,7 @@ Summary(pl): Rozszerzenie dla Epiphany - gwget Group: X11/Applications/Networking Requires: %{name} = %{version}-%{release} -Requires: epiphany >= 2.15.91 +Requires: epiphany >= 2.16.0 %description -n epiphany-extension-gwget Epiphany extension that uses gwget to download files. @@ -55,9 +52,6 @@ %prep %setup -q %patch0 -p1 -%patch1 -p1 -%patch2 -p1 -%patch3 -p1 %build %{__aclocal} @@ -65,7 +59,7 @@ %{__automake} %configure \ --disable-schemas-install \ - %{?with_epiphany: --with-epiphany-version=2.14} \ + %{?with_epiphany: --with-epiphany-version=2.16} \ %{!?with_epiphany: --disable-epiphany-extension} %{__make} @@ -79,7 +73,7 @@ rm -rf $RPM_BUILD_ROOT%{_includedir}/gwget %if %{with epiphany} -rm -f $RPM_BUILD_ROOT%{_libdir}/epiphany/2.15/extensions/*.{a,la} +rm -f $RPM_BUILD_ROOT%{_libdir}/epiphany/2.16/extensions/*.{a,la} %endif %find_lang %{name} @@ -98,17 +92,15 @@ %doc AUTHORS ChangeLog NEWS README THANKS TODO %attr(755,root,root) %{_bindir}/* %{_datadir}/%{name} -%{_datadir}/idl/* %{_desktopdir}/*.desktop -%{_libdir}/bonobo/servers/* -%{_pixmapsdir}/* +%{_pixmapsdir}/*.png %{_sysconfdir}/gconf/schemas/gwget.schemas %if %{with epiphany} %files -n epiphany-extension-gwget %defattr(644,root,root,755) -%attr(755,root,root)%{_libdir}/epiphany/2.15/extensions/libgwgetextension.so* -%{_libdir}/epiphany/2.15/extensions/gwget.xml +%attr(755,root,root)%{_libdir}/epiphany/2.16/extensions/libgwgetextension.so* +%{_libdir}/epiphany/2.16/extensions/gwget.xml %endif %define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) @@ -117,6 +109,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.17 2006/11/30 11:44:37 megabajt +- updated to 0.98.2 +- updated deps, removed libnotify, epiphany and buildfix patches (applied upstream) + Revision 1.16 2006/11/07 22:26:36 glen - do not list %{_desktopdir}/* -- dangerous, could list directories unexpectedly ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/gwget.spec?r1=1.16&r2=1.17&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
