|
@@ -1,6 +1,11 @@
|
|
# Qt4 version auto-detection -- inagaki
|
|
# Qt4 version auto-detection -- inagaki
|
|
%define qtver %(pkg-config --modversion --silence-errors Qt 2>/dev/null || echo 4.6.1)
|
|
%define qtver %(pkg-config --modversion --silence-errors Qt 2>/dev/null || echo 4.6.1)
|
|
|
|
+
|
|
|
|
+%if "%{?_dist_release}" >= "vl7"
|
|
|
|
+%define qt4qmake %{_bindir}/qmake
|
|
|
|
+%else
|
|
%define qt4qmake %{_libdir}/qt-%{qtver}/bin/qmake
|
|
%define qt4qmake %{_libdir}/qt-%{qtver}/bin/qmake
|
|
|
|
+%endif
|
|
|
|
|
|
# Move original binary to libexec dir and replace it by wrapper script
|
|
# Move original binary to libexec dir and replace it by wrapper script
|
|
%define MINITUBE_BIN %{_libexecdir}/%{name}
|
|
%define MINITUBE_BIN %{_libexecdir}/%{name}
|
|
@@ -8,7 +13,7 @@
|
|
Summary: Native YouTube Client
|
|
Summary: Native YouTube Client
|
|
Summary(ja): YouTube 専用クライアント
|
|
Summary(ja): YouTube 専用クライアント
|
|
Name: minitube
|
|
Name: minitube
|
|
-Version: 1.6
|
|
|
|
|
|
+Version: 1.7
|
|
Release: 1%{?_dist_release}
|
|
Release: 1%{?_dist_release}
|
|
Source0: http://flavio.tordini.org/files/minitube/minitube.tar.gz
|
|
Source0: http://flavio.tordini.org/files/minitube/minitube.tar.gz
|
|
Source10: minitube.sh
|
|
Source10: minitube.sh
|
|
@@ -109,6 +114,9 @@ fi
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Fri Jan 20 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.7-1
|
|
|
|
+- new upstream release
|
|
|
|
+
|
|
* Thu Nov 03 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.6-1
|
|
* Thu Nov 03 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.6-1
|
|
- new upstream release
|
|
- new upstream release
|
|
|
|
|