|
@@ -1,5 +1,5 @@
|
|
Name: impressive
|
|
Name: impressive
|
|
-Version: 0.10.3
|
|
|
|
|
|
+Version: 0.10.4
|
|
Release: 1%{?_dist_release}
|
|
Release: 1%{?_dist_release}
|
|
Summary: A program that displays presentation slides
|
|
Summary: A program that displays presentation slides
|
|
Summary(ja): プレゼンテーションスライドを表示するプログラム
|
|
Summary(ja): プレゼンテーションスライドを表示するプログラム
|
|
@@ -11,7 +11,7 @@ Source0: http://downloads.sourceforge.net/%{name}/Impressive-%{version}.t
|
|
# simple wrapper script
|
|
# simple wrapper script
|
|
Source1: %{name}.sh
|
|
Source1: %{name}.sh
|
|
# backport PDF parser fix
|
|
# backport PDF parser fix
|
|
-Patch0: impressive-0.10.3-parser-fix.patch
|
|
|
|
|
|
+#Patch0: impressive-0.10.3-parser-fix.patch
|
|
|
|
|
|
BuildArch: noarch
|
|
BuildArch: noarch
|
|
BuildRequires: python-devel
|
|
BuildRequires: python-devel
|
|
@@ -40,7 +40,7 @@ that are really useful for presentations.
|
|
|
|
|
|
%prep
|
|
%prep
|
|
%setup -q -n Impressive-%{version}
|
|
%setup -q -n Impressive-%{version}
|
|
-%patch0 -p1 -b .parser-fix
|
|
|
|
|
|
+#%patch0 -p1 -b .parser-fix
|
|
|
|
|
|
%build
|
|
%build
|
|
sed -e "s|@PYTHON_SITELIB@|%{python_sitelib}|" %{SOURCE1} > impressive.sh
|
|
sed -e "s|@PYTHON_SITELIB@|%{python_sitelib}|" %{SOURCE1} > impressive.sh
|
|
@@ -66,6 +66,10 @@ rm -rf %{buildroot}
|
|
%{_mandir}/man1/impressive.1*
|
|
%{_mandir}/man1/impressive.1*
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Mon Jan 13 2014 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.10.4-1
|
|
|
|
+- new upstream release
|
|
|
|
+- dropt Patch0
|
|
|
|
+
|
|
* Fri Jul 13 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.10.3-1
|
|
* Fri Jul 13 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.10.3-1
|
|
- initial build for VineSeed
|
|
- initial build for VineSeed
|
|
|
|
|