|
@@ -9,7 +9,7 @@
|
|
%define _qt4_qmake %{_libdir}/qt4/bin/qmake
|
|
%define _qt4_qmake %{_libdir}/qt4/bin/qmake
|
|
|
|
|
|
Name: k9copy
|
|
Name: k9copy
|
|
-Version: 2.3.7
|
|
|
|
|
|
+Version: 2.3.8
|
|
Release: 1%{?_dist_release}
|
|
Release: 1%{?_dist_release}
|
|
Summary: Video DVD backup and creation program
|
|
Summary: Video DVD backup and creation program
|
|
Summary(ja): ビデオDVDバックアップと作成プログラム
|
|
Summary(ja): ビデオDVDバックアップと作成プログラム
|
|
@@ -25,9 +25,9 @@ Source100: k9copy-2.3.5-ja.po
|
|
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
|
|
|
|
-# # upstreamable patches
|
|
|
|
-# Patch51: k9copy-2.3.5-dso.patch
|
|
|
|
-Patch52: k9copy-2.3.5-mimetype.patch
|
|
|
|
|
|
+# upstreamable patches
|
|
|
|
+#Patch51: k9copy-2.3.5-dso.patch
|
|
|
|
+#Patch52: k9copy-2.3.5-mimetype.patch
|
|
|
|
|
|
BuildRequires: qt4-devel
|
|
BuildRequires: qt4-devel
|
|
BuildRequires: cmake
|
|
BuildRequires: cmake
|
|
@@ -80,8 +80,11 @@ Video DVD backup and creation program, features include:
|
|
%prep
|
|
%prep
|
|
%setup -q -n %{name}-%{version}-Source
|
|
%setup -q -n %{name}-%{version}-Source
|
|
|
|
|
|
-# %patch51 -p1 -b .dso
|
|
|
|
-%patch52 -p1 -b .mimetype
|
|
|
|
|
|
+#%patch51 -p1 -b .dso
|
|
|
|
+#%patch52 -p1 -b .mimetype
|
|
|
|
+
|
|
|
|
+# fixed *.desktop files
|
|
|
|
+for x in *.desktop; do %__sed -i "s,^MimeTypes=,MimeType=," $x; done
|
|
|
|
|
|
%if %{with_my_japo}
|
|
%if %{with_my_japo}
|
|
## vine
|
|
## vine
|
|
@@ -92,7 +95,7 @@ Video DVD backup and creation program, features include:
|
|
%build
|
|
%build
|
|
%__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
|
|
%__cmake \
|
|
%__cmake \
|
|
-DCMAKE_BUILD_TYPE=release \
|
|
-DCMAKE_BUILD_TYPE=release \
|
|
-DCMAKE_INSTALL_PREFIX=%{_prefix} \
|
|
-DCMAKE_INSTALL_PREFIX=%{_prefix} \
|
|
@@ -156,6 +159,10 @@ fi
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Tue Apr 3 2012 Munehiro Yamamoto <munepi@vinelinux.org> 2.3.8-1
|
|
|
|
+- new upstream release
|
|
|
|
+- dropped upstreamed/unused patches
|
|
|
|
+
|
|
* Sun May 08 2011 Munehiro Yamamoto <munepi@vinelinux.org> 2.3.7-1
|
|
* Sun May 08 2011 Munehiro Yamamoto <munepi@vinelinux.org> 2.3.7-1
|
|
- new upstream release
|
|
- new upstream release
|
|
|
|
|