Author: glen Date: Tue Jul 12 21:35:17 2011 GMT Module: packages Tag: HEAD ---- Log message: - do not package scalable icons
---- Files affected: packages/libgweather: libgweather.spec (1.35 -> 1.36) ---- Diffs: ================================================================ Index: packages/libgweather/libgweather.spec diff -u packages/libgweather/libgweather.spec:1.35 packages/libgweather/libgweather.spec:1.36 --- packages/libgweather/libgweather.spec:1.35 Tue May 24 00:45:09 2011 +++ packages/libgweather/libgweather.spec Tue Jul 12 23:35:12 2011 @@ -3,7 +3,7 @@ Summary(pl.UTF-8): Biblioteka dostępu do informacji pogodowych z serwisów internetowych dla różnych miejsc Name: libgweather Version: 3.0.2 -Release: 1 +Release: 2 License: GPL v2+ Group: X11/Libraries Source0: http://ftp.gnome.org/pub/GNOME/sources/libgweather/3.0/%{name}-%{version}.tar.bz2 @@ -113,6 +113,9 @@ find $RPM_BUILD_ROOT -name "Locations.*.xml" | sed 's:'"$RPM_BUILD_ROOT"':: s:\(.*\)/Locations\.\([^.]*\)\.xml:%lang(\2) \1/Locations.\2.xml:' >> libgweather-3.0.lang +# gnome-icon-theme doesn't provide this directory +rm -rf $RPM_BUILD_ROOT%{_iconsdir}/gnome/scalable + %clean rm -rf $RPM_BUILD_ROOT @@ -137,9 +140,7 @@ %dir %{_datadir}/libgweather %{_datadir}/libgweather/Locations.xml %{_datadir}/libgweather/locations.dtd -%{_iconsdir}/gnome/*/status/*.png -# XXX: gnome-icon-theme doesn't provide this directory -%{_iconsdir}/gnome/scalable +%{_iconsdir}/gnome/*x*/status/*.png %{_libdir}/girepository-1.0/GWeather-3.0.typelib %files devel @@ -163,6 +164,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.36 2011/07/12 21:35:12 glen +- do not package scalable icons + Revision 1.35 2011/05/23 22:45:09 kiesiu - updated to 3.0.2 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/libgweather/libgweather.spec?r1=1.35&r2=1.36&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
