[gmusicbrowser/f19] update to 1.1.12

Remi Collet remi at fedoraproject.org
Mon May 5 06:52:12 UTC 2014


commit 0dc96a6f456cd04d1f9381026888e3dda61e35a1
Author: Remi Collet <remi at fedoraproject.org>
Date:   Mon May 5 08:52:30 2014 +0200

    update to 1.1.12

 .gitignore         |    1 +
 gmusicbrowser.spec |   24 ++++++++++++++++++------
 sources            |    2 +-
 3 files changed, 20 insertions(+), 7 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 3e52cc9..ab90b1a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,4 @@
 /gmusicbrowser-1.1.8.tar.gz
 /gmusicbrowser-1.1.9.tar.gz
 /gmusicbrowser-1.1.10.tar.gz
+/gmusicbrowser-1.1.12.tar.gz
diff --git a/gmusicbrowser.spec b/gmusicbrowser.spec
index 877c4f0..e62bae1 100644
--- a/gmusicbrowser.spec
+++ b/gmusicbrowser.spec
@@ -1,6 +1,14 @@
+# spec file for gmusicbrowser
+#
+# Copyright (c) 2009-2014 Remi Collet
+# License: CC-BY-SA
+# http://creativecommons.org/licenses/by-sa/3.0/
+#
+# Please, preserve the changelog entries
+#
 Name:      gmusicbrowser
 Summary:   Jukebox for large collections of music files
-Version:   1.1.10
+Version:   1.1.12
 Release:   1%{?dist}
 License:   GPLv3+
 Group:     Applications/Multimedia
@@ -19,11 +27,7 @@ Requires(postun): desktop-file-utils
 # Optionnal Deps and not detected
 Requires:         perl(Gtk2::TrayIcon), perl(Locale::gettext) >= 1.04, perl(GStreamer)
 Requires:         vorbis-tools, flac123, alsa-utils 
-%if 0%{?fedora} < 15
-Requires:         perl(Gtk2::MozEmbed)
-%else
 Requires:         perl(Gtk2::WebKit)
-%endif
 
 
 # We need to keep perl(Gtk2) perl(Gtk2::MozEmbed) perl(Gtk2::Notify)
@@ -95,6 +99,11 @@ Main features :
 %prep
 %setup -q
 
+# don't install documentation as RPM handles it
+sed -e '/DOCS/d' \
+    -e '/docdir/d' \
+    -i Makefile
+
 
 %build
 # Empty
@@ -141,8 +150,11 @@ update-desktop-database &> /dev/null ||:
 
 
 %changelog
+* Mon May  5 2014 Remi Collet <remi at fedoraproject.org> - 1.1.12-1
+- update to 1.1.12
+
 * Wed Jul 31 2013 Remi Collet <remi at fedoraproject.org> - 1.1.10-1
-- update to 1.1.8
+- update to 1.1.10
 
 * Wed Feb 13 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.1.9-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
diff --git a/sources b/sources
index 11c5dec..040b419 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-4387b5352bb872a067128e3b38d453e2  gmusicbrowser-1.1.10.tar.gz
+348029d561be345540198cb415c6cd25  gmusicbrowser-1.1.12.tar.gz


More information about the scm-commits mailing list