Browse Source

--force-log

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@7671 ec354946-7b23-47d6-9f5a-488ba84defc7
kudoh 11 years ago
parent
commit
e19b7f5c57
1 changed files with 14 additions and 4 deletions
  1. 14 4
      x/xnoise/xnoise-vl.spec

+ 14 - 4
x/xnoise/xnoise-vl.spec

@@ -1,7 +1,7 @@
 %define XNOISE_BIN %{_libexecdir}/%{name}
 
 Name: xnoise
-Version: 0.2.17
+Version: 0.2.18
 Release: 1%{?_dist_release}
 Summary: Tracklist-centric Media Player
 Summary(ja): トラックリストを中心とするメディアプレーヤー
@@ -24,7 +24,7 @@ BuildRequires: gstreamer1-plugins-base-devel >= 1.0.1
 BuildRequires: intltool
 BuildRequires: libxml2-devel >= 2.6.32
 BuildRequires: libsoup-devel >= 2.26.0
-BuildRequires: libtaginfo-devel
+BuildRequires: libtaginfo-devel >= 0.1.6
 BuildRequires: perl-XML-Parser
 BuildRequires: sqlite3-devel >= 3.6
 BuildRequires: taglib-devel >= 1.6.0
@@ -32,7 +32,7 @@ BuildRequires: unique-devel
 BuildRequires: vala-devel >= 0.16.0
 BuildRequires: desktop-file-utils gettext intltool
 Requires: hicolor-icon-theme
-Requires: libtaginfo
+Requires: libtaginfo >= 0.1.6
 # xnoise >= 0.1.14 bundles the plug-ins
 Provides: xnoise-plugins-core = %{version}-%{release}
 
@@ -60,9 +60,11 @@ developing applications that use %{name}.
 %setup -q
 %{__cp} -f %{SOURCE1} po/ja.po
 #sed -i s/hu/hu\\nja/g po/LINGUAS
+sed -i 's/Keywords=Media\;Audio\;Video\;Player\;Mediaplayer\;Movie\;MP3/&;/' \
+    data/misc/xnoise.desktop.in.in
 
 %build
-%configure --enable-soundmenu2=no --disable-ubuntuone
+%configure --enable-soundmenu2=no
 make %{?_smp_mflags}
 
 
@@ -136,6 +138,14 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 %{_datadir}/vala/vapi/xnoise-1.0.*
 
 %changelog
+* Sun May 12 2013 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.2.18-1
+- new upstream release
+- updated Source1
+- changed BuildRequires: libtaginfo-devel >= 0.1.6
+- changed Rquires: libtaginfo >= 0.1.6
+- fixed desktop error
+- deleted unrecognize option: --disable-ubuntuone
+
 * Mon Apr 29 2013 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.2.17-1
 - new upstream release
 - updated Source1