Author: kiesiu Date: Thu Apr 7 10:26:02 2011 GMT Module: packages Tag: HEAD ---- Log message: - updated to 0.10.1 - tool is rewriten with gtk-webkit and drops xulrunner deps - updated BRs
---- Files affected: packages/gnome-web-photo: gnome-web-photo.spec (1.53 -> 1.54) ---- Diffs: ================================================================ Index: packages/gnome-web-photo/gnome-web-photo.spec diff -u packages/gnome-web-photo/gnome-web-photo.spec:1.53 packages/gnome-web-photo/gnome-web-photo.spec:1.54 --- packages/gnome-web-photo/gnome-web-photo.spec:1.53 Fri Mar 4 14:27:51 2011 +++ packages/gnome-web-photo/gnome-web-photo.spec Thu Apr 7 12:25:57 2011 @@ -2,41 +2,27 @@ Summary: Tool to generate full-size image files and thumbnails Summary(pl.UTF-8): Narzędzie do generowania pełnowymiarowych plików obrazów i miniaturek Name: gnome-web-photo -Version: 0.9 -Release: 18 +Version: 0.10.1 +Release: 1 License: GPL Group: Applications -Source0: http://ftp.gnome.org/pub/GNOME/sources/gnome-web-photo/0.9/%{name}-%{version}.tar.bz2 -# Source0-md5: 62952330a62b463df5fef315f4a7cb93 -Patch0: %{name}-libxul.patch -Patch1: %{name}-xul_api_change.patch +Source0: http://ftp.gnome.org/pub/GNOME/sources/gnome-web-photo/0.10/%{name}-%{version}.tar.bz2 +# Source0-md5: 26716f6cd81185568b3e4e4a61870662 URL: http://www.gnome.org/ BuildRequires: GConf2-devel >= 2.22.0 BuildRequires: autoconf >= 2.59 BuildRequires: automake >= 1:1.9 BuildRequires: gettext-devel +BuildRequires: glib2-devel >= 1:2.14.0 BuildRequires: gnome-common >= 2.12.0 -BuildRequires: gtk+2-devel >= 2:2.16.0 +BuildRequires: gtk+3-devel >= 3.0.0 +BuildRequires: gtk-webkit3 >= 1.1.23 BuildRequires: intltool >= 0.40.0 -BuildRequires: libjpeg-devel -BuildRequires: libpng-devel -BuildRequires: libstdc++-devel BuildRequires: libtool -BuildRequires: libxml2-devel >= 1:2.6.31 -BuildRequires: nspr-devel BuildRequires: pkgconfig BuildRequires: rpmbuild(macros) >= 1.198 -BuildRequires: xulrunner-devel >= 1.9.2.3.6-1 -Requires(post,preun): GConf2 -%requires_eq_to xulrunner xulrunner-devel BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) -# we have strict deps for it -%define _noautoreq libxpcom.so - -# libs passed in wrong order (as needed reaches before libs) -%define filterout_ld -Wl,--as-needed - %description GNOME Web Photographer is a tool to generate full-size image files and thumbnails from HTML files and web pages. @@ -47,8 +33,6 @@ %prep %setup -q -%patch0 -p1 -%patch1 -p1 %build %{__glib_gettextize} @@ -72,22 +56,15 @@ %clean rm -rf $RPM_BUILD_ROOT -%post -%gconf_schema_install thumbnailer.schemas - -%preun -%gconf_schema_uninstall thumbnailer.schemas - %files -f %{name}.lang %defattr(644,root,root,755) %doc AUTHORS ChangeLog HACKING NEWS README TODO -%{_sysconfdir}/gconf/schemas/thumbnailer.schemas %attr(755,root,root) %{_bindir}/gnome-web-photo %attr(755,root,root) %{_bindir}/gnome-web-print %attr(755,root,root) %{_bindir}/gnome-web-thumbnail %dir %{_datadir}/gnome-web-photo -%{_datadir}/gnome-web-photo/prefs.js %{_datadir}/gnome-web-photo/style.css +%{_datadir}/thumbnailers/gnome-web-photo.thumbnailer %define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) %changelog @@ -95,6 +72,11 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.54 2011/04/07 10:25:57 kiesiu +- updated to 0.10.1 +- tool is rewriten with gtk-webkit and drops xulrunner deps +- updated BRs + Revision 1.53 2011/03/04 13:27:51 lisu - rel 18 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/gnome-web-photo/gnome-web-photo.spec?r1=1.53&r2=1.54&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
