]> git.pld-linux.org Git - packages/libgweather.git/blobdiff - libgweather.spec
- updated to 3.8.0
[packages/libgweather.git] / libgweather.spec
index dcc9cb641a12d0cc9ec6463df0711252c6bb79af..0021728ce86ad43da7b3ca7916d078ca78f96cdb 100644 (file)
@@ -1,31 +1,32 @@
 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.2.0
+Version:       3.8.0
 Release:       1
 License:       GPL v2+
 Group:         X11/Libraries
-Source0:       http://ftp.gnome.org/pub/GNOME/sources/libgweather/3.2/%{name}-%{version}.tar.bz2
-# Source0-md5: 6932d8322223a4c786d76e8aebddcc4a
+Source0:       http://ftp.gnome.org/pub/GNOME/sources/libgweather/3.8/%{name}-%{version}.tar.xz
+# Source0-md5: 06610b910fd9d841b81041c2f457df7b
 URL:           http://www.gnome.org/
-BuildRequires: GConf2-devel >= 2.26.0
-BuildRequires: autoconf >= 2.62
-BuildRequires: automake >= 1:1.9
+BuildRequires: autoconf >= 2.64
+BuildRequires: automake >= 1:1.11
 BuildRequires: gettext-devel
-BuildRequires: glib2-devel >= 1:2.28.0
+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-doc >= 1.9
-BuildRequires: intltool >= 0.40.6
-BuildRequires: libsoup-gnome-devel >= 2.26.0
-BuildRequires: libtool
+BuildRequires: gtk-doc >= 1.11
+BuildRequires: intltool >= 0.50.0
+BuildRequires: libsoup-gnome-devel >= 2.34.0
+BuildRequires: libtool >= 2:2.2.6
 BuildRequires: libxml2-devel >= 1:2.6.30
 BuildRequires: pkgconfig >= 1:0.19
+BuildRequires: tar >= 1:1.22
+BuildRequires: xz
 Requires(post,postun): gnome-icon-theme
 Requires(post,postun): gnome-icon-theme-symbolic
 Requires(post,postun): gtk-update-icon-cache
-Requires(post,preun):  GConf2
+Requires(post,postun): glib2 >= 1:2.35.1
 # sr@Latn vs. sr@latin
 Conflicts:     glibc-misc < 6:2.7
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -43,9 +44,8 @@ Summary:      Header files for libgweather
 Summary(pl.UTF-8):     Pliki nagłówkowe biblioteki libgweather
 Group:         X11/Development/Libraries
 Requires:      %{name} = %{version}-%{release}
-Requires:      GConf2-devel >= 2.26.0
 Requires:      gtk+3-devel >= 3.0.0
-Requires:      libsoup-devel >= 2.26.0
+Requires:      libsoup-devel >= 2.34.0
 Requires:      libxml2-devel >= 1:2.6.30
 Obsoletes:     gnome-applets-devel <= 2.21.4
 
@@ -106,7 +106,7 @@ rm -rf $RPM_BUILD_ROOT
 %{__make} install \
        DESTDIR=$RPM_BUILD_ROOT
 
-%{__rm} -r $RPM_BUILD_ROOT%{_datadir}/locale/es_ES
+%{__rm} -r $RPM_BUILD_ROOT%{_localedir}/es_ES
 %{__rm} $RPM_BUILD_ROOT%{_libdir}/*.la
 
 %find_lang libgweather-3.0
@@ -119,22 +119,21 @@ rm -rf $RPM_BUILD_ROOT
 
 %post
 /sbin/ldconfig
+%glib_compile_schemas
 %update_icon_cache gnome
-%gconf_schema_install gweather.schemas
-
-%preun
-%gconf_schema_uninstall gweather.schemas
 
 %postun
 /sbin/ldconfig
+%glib_compile_schemas
 %update_icon_cache gnome
 
 %files -f libgweather-3.0.lang
 %defattr(644,root,root,755)
 %doc ChangeLog README
 %attr(755,root,root) %{_libdir}/libgweather-3.so.*.*.*
-%attr(755,root,root) %ghost %{_libdir}/libgweather-3.so.0
-%{_sysconfdir}/gconf/schemas/gweather.schemas
+%attr(755,root,root) %ghost %{_libdir}/libgweather-3.so.3
+%{_datadir}/glib-2.0/schemas/org.gnome.GWeather.enums.xml
+%{_datadir}/glib-2.0/schemas/org.gnome.GWeather.gschema.xml
 %dir %{_datadir}/libgweather
 %{_datadir}/libgweather/Locations.xml
 %{_datadir}/libgweather/locations.dtd
This page took 0.131843 seconds and 4 git commands to generate.