- Update to 3.9.92. Geolocation support
- New BRs: itstool geoclue2-devel geocode-glib-devel - Add help
This commit is contained in:
parent
a5d103584c
commit
aabbc98ba1
1
.gitignore
vendored
1
.gitignore
vendored
@ -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
|
||||||
|
@ -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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user