- Update to 3.9.92. Geolocation support

- New BRs: itstool geoclue2-devel geocode-glib-devel
- Add help
This commit is contained in:
Yanko Kaneti 2013-09-17 11:52:24 +03:00
parent a5d103584c
commit aabbc98ba1
3 changed files with 13 additions and 5 deletions

1
.gitignore vendored
View File

@ -13,3 +13,4 @@
/gnome-clocks-3.9.3.tar.xz /gnome-clocks-3.9.3.tar.xz
/gnome-clocks-3.9.90.tar.xz /gnome-clocks-3.9.90.tar.xz
/gnome-clocks-3.9.91.tar.xz /gnome-clocks-3.9.91.tar.xz
/gnome-clocks-3.9.92.tar.xz

View File

@ -1,5 +1,5 @@
Name: gnome-clocks Name: gnome-clocks
Version: 3.9.91 Version: 3.9.92
Release: 1%{?dist} Release: 1%{?dist}
Summary: Clock application designed for GNOME 3 Summary: Clock application designed for GNOME 3
@ -14,7 +14,9 @@ BuildRequires: libgweather-devel
BuildRequires: gnome-desktop3-devel BuildRequires: gnome-desktop3-devel
BuildRequires: libnotify-devel BuildRequires: libnotify-devel
BuildRequires: vala-tools BuildRequires: vala-tools
BuildRequires: intltool desktop-file-utils glib2-devel BuildRequires: intltool desktop-file-utils glib2-devel itstool
BuildRequires: geoclue2-devel
BuildRequires: geocode-glib-devel
%description %description
Clock application designed for GNOME 3 Clock application designed for GNOME 3
@ -29,7 +31,7 @@ make V=1 %{?_smp_mflags}
%install %install
make install DESTDIR=$RPM_BUILD_ROOT make install DESTDIR=$RPM_BUILD_ROOT
desktop-file-validate $RPM_BUILD_ROOT/%{_datadir}/applications/gnome-clocks.desktop desktop-file-validate $RPM_BUILD_ROOT/%{_datadir}/applications/gnome-clocks.desktop
%find_lang gnome-clocks %find_lang gnome-clocks --with-gnome
%post %post
/bin/touch --no-create %{_datadir}/icons/hicolor %{_datadir}/icons/HighContrast &>/dev/null || : /bin/touch --no-create %{_datadir}/icons/hicolor %{_datadir}/icons/HighContrast &>/dev/null || :
@ -52,12 +54,17 @@ fi
%{_bindir}/gnome-clocks %{_bindir}/gnome-clocks
%{_datadir}/gnome-clocks %{_datadir}/gnome-clocks
%{_datadir}/icons/*/*/apps/gnome-clocks.png %{_datadir}/icons/*/*/apps/gnome-clocks.png
%{_datadir}/appdata/ %{_datadir}/appdata/gnome-clocks.appdata.xml
%{_datadir}/applications/gnome-clocks.desktop %{_datadir}/applications/gnome-clocks.desktop
%{_datadir}/glib-2.0/schemas/org.gnome.clocks.gschema.xml %{_datadir}/glib-2.0/schemas/org.gnome.clocks.gschema.xml
%changelog %changelog
* Tue Sep 17 2013 Yanko Kaneti <yaneti@declera.com> - 3.9.92-1
- Update to 3.9.92. Geolocation support
- New BRs: itstool geoclue2-devel geocode-glib-devel
- Add help
* Tue Sep 03 2013 Kalev Lember <kalevlember@gmail.com> - 3.9.91-1 * Tue Sep 03 2013 Kalev Lember <kalevlember@gmail.com> - 3.9.91-1
- Update to 3.9.91 - Update to 3.9.91

View File

@ -1 +1 @@
ecf8c59183b472105a7480717b28ab1c gnome-clocks-3.9.91.tar.xz 8e023ac04c15185fc091d3b3dea76663 gnome-clocks-3.9.92.tar.xz