|
@@ -1,8 +1,6 @@
|
|
-%define _installdir $RPM_BUILD_ROOT/usr
|
|
|
|
-
|
|
|
|
Name: moonshiner
|
|
Name: moonshiner
|
|
Version: 1.0
|
|
Version: 1.0
|
|
-Release: 4%{?_dist_release}
|
|
|
|
|
|
+Release: 5%{?_dist_release}
|
|
Summary: graphical frontend for Ghostscript's PostScript-to-PDF converter
|
|
Summary: graphical frontend for Ghostscript's PostScript-to-PDF converter
|
|
Summary(ja): Ghostscript を使い Postscript から PDF へ変換するためのグラフィカルフロントエンド
|
|
Summary(ja): Ghostscript を使い Postscript から PDF へ変換するためのグラフィカルフロントエンド
|
|
|
|
|
|
@@ -19,6 +17,7 @@ Requires: pygtk2 >= 2.10
|
|
Requires: ghostscript >= 8.60
|
|
Requires: ghostscript >= 8.60
|
|
|
|
|
|
BuildRequires: desktop-file-utils
|
|
BuildRequires: desktop-file-utils
|
|
|
|
+BuildRequires: python-devel
|
|
|
|
|
|
%description
|
|
%description
|
|
Moonshiner is a graphical frontend (GUI) for Ghostscript's
|
|
Moonshiner is a graphical frontend (GUI) for Ghostscript's
|
|
@@ -63,6 +62,9 @@ update-desktop-database %{_datadir}/applications
|
|
%{_datadir}/applications/*.desktop
|
|
%{_datadir}/applications/*.desktop
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Thu Feb 02 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> - 1.0-5
|
|
|
|
+- added BuildRequires: python-devel
|
|
|
|
+
|
|
* Fri Feb 5 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> - 1.0-4
|
|
* Fri Feb 5 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> - 1.0-4
|
|
- rebuilt with python-2.6.4
|
|
- rebuilt with python-2.6.4
|
|
- run gtk-update-icon-cache in %post, postun
|
|
- run gtk-update-icon-cache in %post, postun
|