|
@@ -7,8 +7,8 @@
|
|
Name: kmid2
|
|
Name: kmid2
|
|
Summary: A MIDI/karaoke player for %{kde}
|
|
Summary: A MIDI/karaoke player for %{kde}
|
|
Summary(ja): %{kde} 向け MIDI/カラオケプレーヤー
|
|
Summary(ja): %{kde} 向け MIDI/カラオケプレーヤー
|
|
-Version: 2.3.0
|
|
|
|
-Release: 4%{?_dist_release}
|
|
|
|
|
|
+Version: 2.4.0
|
|
|
|
+Release: 1%{?_dist_release}
|
|
|
|
|
|
Group: Applications/Multimedia
|
|
Group: Applications/Multimedia
|
|
# GPLv2+ for the code and the MMA examples, CC-BY-SA for the MIDI examples
|
|
# GPLv2+ for the code and the MMA examples, CC-BY-SA for the MIDI examples
|
|
@@ -17,10 +17,6 @@ URL: http://userbase.kde.org/KMid2
|
|
|
|
|
|
Source0: http://downloads.sourceforge.net/project/%{name}/%{version}/kmid-%{version}.tar.bz2
|
|
Source0: http://downloads.sourceforge.net/project/%{name}/%{version}/kmid-%{version}.tar.bz2
|
|
|
|
|
|
-# http://websvn.kde.org/?revision=1134129&view=revision
|
|
|
|
-# Fix a crash in the ALSA backend due to reloadDeviceList (kde#240394)
|
|
|
|
-Patch0: kmid-2.3.0-kde#240394.patch
|
|
|
|
-
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
|
|
|
|
BuildRequires: kdelibs4-devel
|
|
BuildRequires: kdelibs4-devel
|
|
@@ -28,6 +24,7 @@ BuildRequires: kdelibs4-devel
|
|
BuildRequires: cmake
|
|
BuildRequires: cmake
|
|
BuildRequires: alsa-lib-devel
|
|
BuildRequires: alsa-lib-devel
|
|
BuildRequires: drumstick-devel >= 0.3
|
|
BuildRequires: drumstick-devel >= 0.3
|
|
|
|
+BuildRequires: soprano-devel
|
|
BuildRequires: gettext
|
|
BuildRequires: gettext
|
|
BuildRequires: desktop-file-utils
|
|
BuildRequires: desktop-file-utils
|
|
|
|
|
|
@@ -78,13 +75,11 @@ Provides: kmid-devel = %{version}-%{release}
|
|
%setup -q -n kmid-%{version}
|
|
%setup -q -n kmid-%{version}
|
|
# zap bundled copy of drumstick to guarantee it's never used
|
|
# zap bundled copy of drumstick to guarantee it's never used
|
|
rm -rf drumstick
|
|
rm -rf drumstick
|
|
-%patch0 -p0 -b .kde#240394
|
|
|
|
|
|
|
|
|
|
|
|
%build
|
|
%build
|
|
mkdir -p %{_target_platform}
|
|
mkdir -p %{_target_platform}
|
|
pushd %{_target_platform}
|
|
pushd %{_target_platform}
|
|
-unset QTDIR || : ; . /etc/profile.d/qt4.sh
|
|
|
|
%cmake \
|
|
%cmake \
|
|
-DCMAKE_BUILD_TYPE=release \
|
|
-DCMAKE_BUILD_TYPE=release \
|
|
-DCMAKE_INSTALL_PREFIX:PATH=%{_prefix} \
|
|
-DCMAKE_INSTALL_PREFIX:PATH=%{_prefix} \
|
|
@@ -131,7 +126,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
|
|
%defattr(-,root,root,-)
|
|
%defattr(-,root,root,-)
|
|
%doc ChangeLog COPYING README TODO
|
|
%doc ChangeLog COPYING README TODO
|
|
%{_bindir}/kmid
|
|
%{_bindir}/kmid
|
|
|
|
+%{_datadir}/dbus-1/interfaces/*.xml
|
|
%{_datadir}/kde4/apps/kmid/
|
|
%{_datadir}/kde4/apps/kmid/
|
|
|
|
+%{_datadir}/kde4/apps/kmid_part/kmid_part.rc
|
|
%{_datadir}/applications/kde4/kmid.desktop
|
|
%{_datadir}/applications/kde4/kmid.desktop
|
|
%{_datadir}/config.kcfg/*
|
|
%{_datadir}/config.kcfg/*
|
|
%{_datadir}/kde4/services/*
|
|
%{_datadir}/kde4/services/*
|
|
@@ -151,6 +148,11 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Mon Sep 03 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 2.4.0-1
|
|
|
|
+- update to 2.4.0
|
|
|
|
+- remove Patch0 (kmid-2.3.0-kde#240394.patch)
|
|
|
|
+- add BuildRequires: soprano-devel
|
|
|
|
+
|
|
* Sat Feb 26 2011 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 2.3.0-4
|
|
* Sat Feb 26 2011 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 2.3.0-4
|
|
- removed --with-kde from %%find_lang
|
|
- removed --with-kde from %%find_lang
|
|
|
|
|
|
@@ -201,4 +203,4 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
|
|
- Remove nonsense Requires: kdelibs4 >= %%{version}, as %%{version} is 0.1.1
|
|
- Remove nonsense Requires: kdelibs4 >= %%{version}, as %%{version} is 0.1.1
|
|
|
|
|
|
* Fri Jan 22 2010 Kevin Kofler <Kevin@tigcc.ticalc.org> - 0.1.1-1
|
|
* Fri Jan 22 2010 Kevin Kofler <Kevin@tigcc.ticalc.org> - 0.1.1-1
|
|
-- First Fedora package, replaces kmid
|
|
|
|
|
|
+- First Fedora package, replaces kmid
|