[frogr/f20] New upstream version

Richard Hughes rhughes at fedoraproject.org
Fri Jun 20 12:51:13 UTC 2014


commit 331ee355cbbbd01aaa5db723a26c060e09bf07b2
Author: Richard Hughes <richard at hughsie.com>
Date:   Tue Jun 17 09:46:40 2014 +0100

    New upstream version

 .gitignore                                  |    2 +
 0001-Don-t-set-DG-_DISABLE_DEPRECATED.patch |   41 ---------------------------
 frogr.spec                                  |   18 +++++++----
 sources                                     |    2 +-
 4 files changed, 14 insertions(+), 49 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 2c7388b..a863570 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,5 @@
 /frogr-0.6.1.tar.xz
 /frogr-0.7.tar.xz
 /frogr-0.8.tar.xz
+/frogr-0.9.tar.xz
+/frogr-0.10.tar.xz
diff --git a/frogr.spec b/frogr.spec
index 8579811..9de6adc 100644
--- a/frogr.spec
+++ b/frogr.spec
@@ -1,14 +1,13 @@
 Name:           frogr
-Version:        0.8
+Version:        0.10
 Summary:        Flickr Remote Organizer for GNOME
 Summary(de):    Flickr-Verwaltung für GNOME
-Release:        5%{?dist}
+Release:        1%{?dist}
 
 Group:          Applications/Internet
 License:        GPLv3
 URL:            http://live.gnome.org/Frogr
-Source0:        http://download.gnome.org/sources/%{name}/0.8/%{name}-%{version}.tar.xz
-Patch0:         0001-Don-t-set-DG-_DISABLE_DEPRECATED.patch
+Source0:        http://download.gnome.org/sources/%{name}/0.10/%{name}-%{version}.tar.xz
 
 BuildRequires:  gettext
 BuildRequires:  gtk3-devel
@@ -21,6 +20,7 @@ BuildRequires:  desktop-file-utils
 BuildRequires:  gnome-doc-utils
 BuildRequires:  gstreamer-devel
 BuildRequires:  json-glib-devel
+BuildRequires:  itstool
 #Explicitly Requires: gvfs since we need gtk_show_uri to be able to open a
 #web browser when associating frogr with a flickr account (this is how
 #application/flickr pairing works, through flickr.com)
@@ -40,7 +40,6 @@ Setzen von Markierungen und Verwalten von Alben.
 
 %prep
 %setup -q
-%patch0 -p1
 
 %build
 %configure
@@ -50,7 +49,7 @@ make %{?_smp_mflags}
 %install
 make install DESTDIR=$RPM_BUILD_ROOT
 desktop-file-validate $RPM_BUILD_ROOT/%{_datadir}/applications/%{name}.desktop
-%find_lang %{name}
+%find_lang %{name} --with-gnome
 
 
 %post
@@ -74,15 +73,20 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 %{_bindir}/%{name}
 %{_datadir}/%{name}/
 %{_datadir}/pixmaps/%{name}.xpm
-%{_datadir}/gnome/help/%{name}
+%{_datadir}/appdata/%{name}.appdata.xml
+#%{_datadir}/help/%{name}
 %{_datadir}/icons/hicolor/*/apps/%{name}.png
 %{_datadir}/icons/hicolor/*/apps/%{name}.svg
+%{_datadir}/icons/HighContrast/scalable/apps/%{name}.svg
 %{_datadir}/applications/%{name}.desktop
 %{_mandir}/man1/frogr.1.*
 %doc README NEWS COPYING AUTHORS THANKS MAINTAINERS TRANSLATORS
 
 
 %changelog
+* Tue Jun 17 2014 Richard Hughes <richard at hughsie.com> - 0.10-1
+- New upstream version.
+
 * Mon Aug 05 2013 Christophe Fergeau <cfergeau at redhat.com> 0.8-4
 - Don't set -DGTK_DISABLE_DEPRECATED as this breaks the build because of
   stock icons use
diff --git a/sources b/sources
index 99ac76a..54ee206 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-5013c2620a8e54a722fcc163e1a0961e  frogr-0.8.tar.xz
+6fab072745626dc563528677de53098a  frogr-0.10.tar.xz


More information about the scm-commits mailing list