[tepsonic] 0.98.2

progdan progdan at fedoraproject.org
Tue Mar 8 23:29:22 UTC 2011


commit 349f67074f16584c592a53b646b494d22878dd42
Author: Dan Vrátil <vratil at progdansoft.com>
Date:   Wed Mar 9 00:32:05 2011 +0100

    0.98.2

 .gitignore         |    1 +
 qxt.patch          |  259 ----------------------------------------------------
 sources            |    2 +-
 tepsonic.spec      |   20 ++---
 translations.patch |  160 --------------------------------
 5 files changed, 9 insertions(+), 433 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 6485321..3e808c6 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /tepsonic-0.98.1-src.tar.gz
+/tepsonic-0.98.2-src.tar.gz
diff --git a/sources b/sources
index b1d06ac..c448614 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-aba7189133005260fcf85046a5f6e80c  tepsonic-0.98.1-src.tar.gz
+648598551ade4791937ddd2d2873e4cb  tepsonic-0.98.2-src.tar.gz
diff --git a/tepsonic.spec b/tepsonic.spec
index 7d50d30..6ddd602 100644
--- a/tepsonic.spec
+++ b/tepsonic.spec
@@ -1,24 +1,18 @@
 Name:           tepsonic
-Version:        0.98.1
-Release:        7%{?dist}
+Version:        0.98.2
+Release:        1%{?dist}
 Summary:        A simple, fast and lightweight Qt audio player
 
 Group:          Applications/Multimedia
 License:        GPLv3+
 URL:            http://www.tepsonic.org
 Source0:        http://www.tepsonic.org/files/%{name}-%{version}-src.tar.gz
-# Use libqxt package instead of the qxt provided in sources
-Patch0:         qxt.patch
-# Install languages to tepsonic_{lang}.qm and lastfmlib_{lang}.qm instead of tepsonic/{lang}.qm
-Patch1:         translations.patch
-# !! Patches must be applied in this order!
 
 BuildRequires:   cmake 
 BuildRequires:   pkgconfig 
 BuildRequires:   qt-devel 
 BuildRequires:   taglib-devel
 BuildRequires:   desktop-file-utils 
-BuildRequires:   lastfmlib-devel
 BuildRequires:   libqxt-devel
 BuildRequires:   phonon-devel
 Requires:        qt-sqlite 
@@ -33,8 +27,6 @@ the other basic functions that every good audio player should have.
 
 %prep
 %setup -q
-%patch0 -p1 -b .qxt
-%patch1 -p1 -b .translations
 # Fix binary installation permissions
 sed -i '/PERMISSIONS/d' player/CMakeLists.txt
 
@@ -43,7 +35,7 @@ rm -rf 3rdparty/*
 
 
 %build
-%cmake -DCMAKE_INSTALL_LIBRARY_DIR=%{_libdir}/%{name}
+%cmake -DCMAKE_INSTALL_LIBRARY_DIR=%{_libdir}/%{name} -DLANGS=cs
 make %{?_smp_mflags}
 
 
@@ -67,8 +59,10 @@ rm -f %{buildroot}/%{_libdir}/%{name}/*.so
 %{_datadir}/icons/*
 
 %changelog
-* Wed Feb 09 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.98.1-7
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
+* Thu Feb 08 2011 Dan Vratil <vratil at progdansoft.com> 0.98.2-1
+- update to 0.98.2
+- removed lastmflib dependency
+- removed Qxt and translations patches as these are included in the relase now
 
 * Thu Jan 27 2011 Dan Vratil <vratil at progdansoft.com> 0.98.1-6
 - add qt and qt-x11 dependencies as requested by Fedora buildsys


More information about the scm-commits mailing list