]> git.pld-linux.org Git - packages/libgweather.git/commitdiff
Update to 3.14.0 auto/th/libgweather-3.14.0-1
authorMarcin Banasiak <marcin.banasiak@gmail.com>
Wed, 1 Oct 2014 20:43:10 +0000 (22:43 +0200)
committerMarcin Banasiak <marcin.banasiak@gmail.com>
Wed, 1 Oct 2014 20:43:10 +0000 (22:43 +0200)
libgweather.spec

index d0fdecc0b60cdd81e3d86e316021c41fc6449290..b3a5cc33eded371bb3f2f90deea937f402f533de 100644 (file)
@@ -5,20 +5,21 @@
 Summary:       Library to access weather information from online services for numerous locations
 Summary(pl.UTF-8):     Biblioteka dostępu do informacji pogodowych z serwisów internetowych dla różnych miejsc
 Name:          libgweather
-Version:       3.12.2
+Version:       3.14.0
 Release:       1
 License:       GPL v2+
 Group:         X11/Libraries
-Source0:       http://ftp.gnome.org/pub/GNOME/sources/libgweather/3.12/%{name}-%{version}.tar.xz
-# Source0-md5: f7be2342c388af62900e40f5d170335d
+Source0:       http://ftp.gnome.org/pub/GNOME/sources/libgweather/3.14/%{name}-%{version}.tar.xz
+# Source0-md5: abef7cd6053699389273324921f2be67
 URL:           http://www.gnome.org/
 BuildRequires: autoconf >= 2.64
 BuildRequires: automake >= 1:1.11
 BuildRequires: gettext-devel >= 0.18
+BuildRequires: geocode-glib-devel
 BuildRequires: glib2-devel >= 1:2.35.1
 BuildRequires: gnome-common >= 2.20.0
 BuildRequires: gobject-introspection-devel >= 0.10.0
-BuildRequires: gtk+3-devel >= 3.0.0
+BuildRequires: gtk+3-devel >= 3.14.0
 BuildRequires: gtk-doc >= 1.11
 BuildRequires: intltool >= 0.50.0
 BuildRequires: libsoup-devel >= 2.34.0
@@ -28,11 +29,9 @@ BuildRequires:       pkgconfig >= 1:0.19
 BuildRequires: tar >= 1:1.22
 %{?with_vala:BuildRequires:    vala >= 2:0.18.0}
 BuildRequires: xz
-Requires(post,postun): gnome-icon-theme
-Requires(post,postun): gnome-icon-theme-symbolic
-Requires(post,postun): gtk-update-icon-cache
 Requires(post,postun): glib2 >= 1:2.35.1
 Requires:      glib2 >= 1:2.35.1
+Requires:      gtk+3 >= 3.14.0
 Requires:      libsoup >= 2.34.0
 Requires:      libxml2 >= 1:2.6.30
 # sr@Latn vs. sr@latin
@@ -52,7 +51,7 @@ Summary:      Header files for libgweather
 Summary(pl.UTF-8):     Pliki nagłówkowe biblioteki libgweather
 Group:         X11/Development/Libraries
 Requires:      %{name} = %{version}-%{release}
-Requires:      gtk+3-devel >= 3.0.0
+Requires:      gtk+3-devel >= 3.14.0
 Requires:      libsoup-devel >= 2.34.0
 Requires:      libxml2-devel >= 1:2.6.30
 Obsoletes:     gnome-applets-devel <= 2.21.4
@@ -139,16 +138,14 @@ rm -rf $RPM_BUILD_ROOT
 %post
 /sbin/ldconfig
 %glib_compile_schemas
-%update_icon_cache gnome
 
 %postun
 /sbin/ldconfig
 %glib_compile_schemas
-%update_icon_cache gnome
 
 %files -f libgweather-3.0.lang
 %defattr(644,root,root,755)
-%doc ChangeLog README
+%doc AUTHORS HACKING NEWS README
 %attr(755,root,root) %{_libdir}/libgweather-3.so.*.*.*
 %attr(755,root,root) %ghost %{_libdir}/libgweather-3.so.6
 %{_datadir}/glib-2.0/schemas/org.gnome.GWeather.enums.xml
@@ -156,8 +153,6 @@ rm -rf $RPM_BUILD_ROOT
 %dir %{_datadir}/libgweather
 %{_datadir}/libgweather/Locations.xml
 %{_datadir}/libgweather/locations.dtd
-%{_iconsdir}/gnome/*/status/*.png
-%{_iconsdir}/gnome/scalable/status/*.svg
 %{_libdir}/girepository-1.0/GWeather-3.0.typelib
 
 %files devel
This page took 0.111552 seconds and 4 git commands to generate.