|
@@ -1,23 +1,20 @@
|
|
Name: k3b-extra
|
|
Name: k3b-extra
|
|
|
|
+Version: 2.0.3a
|
|
|
|
+Release: 1%{?_dist_release}
|
|
Summary: K3b additional plugins
|
|
Summary: K3b additional plugins
|
|
Summary(ja): K3b 追加プラグイン集
|
|
Summary(ja): K3b 追加プラグイン集
|
|
-Version: 2.0.2
|
|
|
|
-Release: 2%{?_dist_release}
|
|
|
|
|
|
|
|
-Group: Applications/Archiving
|
|
+Group: Applications/Multimedia
|
|
License: GPLv2+
|
|
License: GPLv2+
|
|
URL: http://www.k3b.org/
|
|
URL: http://www.k3b.org/
|
|
|
|
|
|
-Source0: http://downloads.sourceforge.net/sourceforge/k3b/k3b-%{version}.tar.bz2
|
|
+Source0: http://download.kde.org/stable/k3b/k3b-%{version}.tar.xz
|
|
|
|
|
|
ExcludeArch: s390 s390x
|
|
ExcludeArch: s390 s390x
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
-BuildRequires: desktop-file-utils
|
|
|
|
BuildRequires: gettext
|
|
BuildRequires: gettext
|
|
BuildRequires: kdelibs4-devel
|
|
BuildRequires: kdelibs4-devel
|
|
-BuildRequires: kdemultimedia4-devel
|
|
+BuildRequires: libkcddb-devel
|
|
-BuildRequires: libdvdread-devel
|
|
|
|
-BuildRequires: libmusicbrainz-devel
|
|
|
|
BuildRequires: libsamplerate-devel
|
|
BuildRequires: libsamplerate-devel
|
|
BuildRequires: libXpm-devel
|
|
BuildRequires: libXpm-devel
|
|
BuildRequires: taglib-devel
|
|
BuildRequires: taglib-devel
|
|
@@ -26,7 +23,6 @@ BuildRequires: self-build-libmad
|
|
BuildRequires: self-build-ffmpeg
|
|
BuildRequires: self-build-ffmpeg
|
|
|
|
|
|
Requires: k3b >= %{version}
|
|
Requires: k3b >= %{version}
|
|
-Requires(post,postun): desktop-file-utils
|
|
|
|
|
|
|
|
Vendor: Project Vine
|
|
Vendor: Project Vine
|
|
Distribution: Vine Linux
|
|
Distribution: Vine Linux
|
|
@@ -46,12 +42,11 @@ K3b 向けに以下の追加プラグインを提供します.
|
|
- MP3 ファイルをエンコードするための Lame MP3 エンコーダ
|
|
- MP3 ファイルをエンコードするための Lame MP3 エンコーダ
|
|
|
|
|
|
%prep
|
|
%prep
|
|
-%setup -q -n k3b-%{version}
|
|
+%setup -q -n k3b-2.0.3
|
|
|
|
|
|
%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 \
|
|
-DDATA_INSTALL_DIR:PATH=%{_datadir}/kde4/apps \
|
|
-DDATA_INSTALL_DIR:PATH=%{_datadir}/kde4/apps \
|
|
@@ -85,14 +80,6 @@ rm -f $RPM_BUILD_ROOT%{_datadir}/kde4/services/k3baudioprojectcddbplugin.desktop
|
|
%clean
|
|
%clean
|
|
rm -rf $RPM_BUILD_ROOT
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
|
-%postun
|
|
|
|
-if [ $1 -eq 0 ] ; then
|
|
|
|
- update-desktop-database -q %{_datadir}/applications > /dev/null 2>&1 ||:
|
|
|
|
-fi
|
|
|
|
-
|
|
|
|
-%posttrans
|
|
|
|
-update-desktop-database -q %{_datadir}/applications > /dev/null 2>&1 ||:
|
|
|
|
-
|
|
|
|
|
|
|
|
%files
|
|
%files
|
|
%defattr(-,root,root,755)
|
|
%defattr(-,root,root,755)
|
|
@@ -100,6 +87,10 @@ update-desktop-database -q %{_datadir}/applications > /dev/null 2>&1 ||:
|
|
%{_datadir}/kde4/services/*
|
|
%{_datadir}/kde4/services/*
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Sat Jan 24 2015 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 2.0.3a-1
|
|
|
|
+- updated to 2.0.3a
|
|
|
|
+- moved to Applications/Multimedia Group
|
|
|
|
+
|
|
* Fri Mar 4 2011 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.0.2-2
|
|
* Fri Mar 4 2011 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.0.2-2
|
|
- added BR: libXpm-devel
|
|
- added BR: libXpm-devel
|
|
|
|
|