|
@@ -1,8 +1,8 @@
|
|
Name: k3b
|
|
Name: k3b
|
|
Summary: CD/DVD/Blu-ray burning application for KDE
|
|
Summary: CD/DVD/Blu-ray burning application for KDE
|
|
-Summary(ja): KDE 用の CD/DVD/Blu-ray 作成アプリケーション
|
|
|
|
|
|
+Summary(ja): KDE 向け CD/DVD/Blu-ray 作成アプリケーション
|
|
Version: 2.0.1
|
|
Version: 2.0.1
|
|
-Release: 1%{?_dist_release}
|
|
|
|
|
|
+Release: 2%{?_dist_release}
|
|
|
|
|
|
Group: Applications/Archiving
|
|
Group: Applications/Archiving
|
|
License: GPLv2+
|
|
License: GPLv2+
|
|
@@ -65,6 +65,9 @@ Requires: kdelibs4 >= 4.4.0
|
|
%description libs
|
|
%description libs
|
|
%{summary}.
|
|
%{summary}.
|
|
|
|
|
|
|
|
+%description -l ja libs
|
|
|
|
+%{summary}.
|
|
|
|
+
|
|
%package devel
|
|
%package devel
|
|
Summary: Files for the development of applications which will use %{name}
|
|
Summary: Files for the development of applications which will use %{name}
|
|
Summary(ja): %{name} 使用するアプリケーションを開発するためのファイル
|
|
Summary(ja): %{name} 使用するアプリケーションを開発するためのファイル
|
|
@@ -75,13 +78,13 @@ Requires: kdelibs4-devel >= 4.4.0
|
|
%description devel
|
|
%description devel
|
|
%{summary}.
|
|
%{summary}.
|
|
|
|
|
|
|
|
+%description -l ja devel
|
|
|
|
+%{summary}.
|
|
|
|
|
|
%prep
|
|
%prep
|
|
%setup -q
|
|
%setup -q
|
|
|
|
|
|
%build
|
|
%build
|
|
-unset QTDIR || : ; . /etc/profile.d/qt.sh
|
|
|
|
-
|
|
|
|
mkdir -p %{_target_platform}
|
|
mkdir -p %{_target_platform}
|
|
pushd %{_target_platform}
|
|
pushd %{_target_platform}
|
|
unset QTDIR || : ; . /etc/profile.d/qt4.sh
|
|
unset QTDIR || : ; . /etc/profile.d/qt4.sh
|
|
@@ -94,8 +97,8 @@ unset QTDIR || : ; . /etc/profile.d/qt4.sh
|
|
-DK3B_BUILD_MAD_DECODER_PLUGIN::BOOL=OFF \
|
|
-DK3B_BUILD_MAD_DECODER_PLUGIN::BOOL=OFF \
|
|
-DK3B_BUILD_LAME_ENCODER_PLUGIN:BOOL=OFF \
|
|
-DK3B_BUILD_LAME_ENCODER_PLUGIN:BOOL=OFF \
|
|
..
|
|
..
|
|
-popd
|
|
|
|
# -DK3B_BUILD_K3BSETUP:BOOL=OFF \
|
|
# -DK3B_BUILD_K3BSETUP:BOOL=OFF \
|
|
|
|
+popd
|
|
|
|
|
|
make %{?_smp_mflags} -C %{_target_platform}
|
|
make %{?_smp_mflags} -C %{_target_platform}
|
|
|
|
|
|
@@ -180,6 +183,9 @@ update-mime-database %{_datadir}/mime &> /dev/null
|
|
%{_libdir}/libk3blib.so
|
|
%{_libdir}/libk3blib.so
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Sun Sep 12 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.0.1-2
|
|
|
|
+- fixed %%build section to remove qt-devel dependency
|
|
|
|
+
|
|
* Wed Sep 8 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.0.1-1
|
|
* Wed Sep 8 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.0.1-1
|
|
- new upstream release
|
|
- new upstream release
|
|
|
|
|