[tomahawk] 0.6.0beta1

Rex Dieter rdieter at fedoraproject.org
Wed Jan 9 17:55:38 UTC 2013


commit c2bc08bb3ee7be0d6f5851234ad0d183ee1ea58b
Author: Rex Dieter <rdieter at math.unl.edu>
Date:   Wed Jan 9 11:56:04 2013 -0600

    0.6.0beta1

 .gitignore    |    2 +-
 sources       |    2 +-
 tomahawk.spec |   19 ++++++++++++-------
 3 files changed, 14 insertions(+), 9 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 3b73228..cb4690e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,2 @@
-/tomahawk-0.4.2.tar.bz2
 /tomahawk-0.5.5.tar.bz2
+/tomahawk-0.6.0beta1.tar.bz2
diff --git a/sources b/sources
index 2407c62..6532936 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-708602116a849c4739480cf52a98bc1a  tomahawk-0.5.5.tar.bz2
+16b71a6bbe1d71684850f71b99420084  tomahawk-0.6.0beta1.tar.bz2
diff --git a/tomahawk.spec b/tomahawk.spec
index 1c6e118..3761a75 100644
--- a/tomahawk.spec
+++ b/tomahawk.spec
@@ -1,12 +1,14 @@
 
+%define pre beta1
+
 Name:    tomahawk
-Version: 0.5.5
-Release: 3%{?dist}
+Version: 0.6.0
+Release: 0.1.%{pre}%{?dist}
 Summary: The Social Media Player
 
 License: GPLv2+
 URL:     http://tomahawk-player.org/
-Source0: http://download.tomahawk-player.org/tomahawk-%{version}.tar.bz2 
+Source0: http://download.tomahawk-player.org/tomahawk-%{version}%{?pre}.tar.bz2
 
 BuildRequires: boost-devel
 BuildRequires: kdelibs4-devel
@@ -14,12 +16,12 @@ BuildRequires: liblastfm-devel >= 1.0
 BuildRequires: pkgconfig(libattica) >= 0.4.0
 BuildRequires: pkgconfig(libechonest) >= 2.0.0
 BuildRequires: pkgconfig(libclucene-core) >= 2.3
-BuildRequires: pkgconfig(libjreen)
+BuildRequires: pkgconfig(libjreen) >= 1.1.1
 BuildRequires: pkgconfig(phonon) >= 4.5.0
 BuildRequires: pkgconfig(qca2)
 BuildRequires: pkgconfig(QtDBus) pkgconfig(QtGui) pkgconfig(QtNetwork) pkgconfig(QtXmlPatterns)
 BuildRequires: pkgconfig(QtWebKit)
-BuildRequires: pkgconfig(QJson) 
+BuildRequires: pkgconfig(QJson) >= 0.8.1
 BuildRequires: pkgconfig(taglib)
 BuildRequires: quazip-devel
 BuildRequires: qtweetlib-devel >= 0.4
@@ -46,7 +48,7 @@ good analogy... but it's just as delicious.
 
 
 %prep
-%setup -q -n tomahawk-%{version}
+%setup -q -n tomahawk-%{version}%{?pre}
 
 
 %build
@@ -90,7 +92,7 @@ update-desktop-database -q &> /dev/null ||:
 fi
 
 %files
-%doc AUTHORS LICENSE.txt README
+%doc AUTHORS LICENSE.txt
 %{_kde4_bindir}/tomahawk
 %{_kde4_libdir}/libtomahawk*.so
 %{_libexecdir}/tomahawk_crash_reporter
@@ -99,6 +101,9 @@ fi
 
 
 %changelog
+* Wed Jan 09 2013 Rex Dieter <rdieter at fedoraproject.org> 0.6.0-0.1.beta1
+- 0.6.0beta1
+
 * Sat Nov 24 2012 Rex Dieter <rdieter at fedoraproject.org> 0.5.5-3
 - rebuild (qjson)
 


More information about the scm-commits mailing list