|
@@ -1,5 +1,5 @@
|
|
Name: pdfchain
|
|
Name: pdfchain
|
|
-Version: 0.3.3
|
|
+Version: 0.4.0
|
|
Release: 1%{?_dist_release}
|
|
Release: 1%{?_dist_release}
|
|
Epoch: 1
|
|
Epoch: 1
|
|
Summary: A GUI for pdftk
|
|
Summary: A GUI for pdftk
|
|
@@ -11,7 +11,7 @@ URL: http://sourceforge.net/projects/pdfchain
|
|
Source0: http://downloads.sourceforge.net/pdfchain/%{name}-%{version}.tar.gz
|
|
Source0: http://downloads.sourceforge.net/pdfchain/%{name}-%{version}.tar.gz
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
# Patch to make desktop file conform to standards
|
|
# Patch to make desktop file conform to standards
|
|
-Patch0: pdfchain-desktop.patch
|
|
+#Patch0: pdfchain-desktop.patch
|
|
|
|
|
|
BuildRequires: desktop-file-utils
|
|
BuildRequires: desktop-file-utils
|
|
BuildRequires: gettext
|
|
BuildRequires: gettext
|
|
@@ -37,7 +37,7 @@ PDF Chain は gtkmm で書かれた pdftk のグラフィカルユーザーイ
|
|
|
|
|
|
%prep
|
|
%prep
|
|
%setup -q
|
|
%setup -q
|
|
-%patch0 -p1
|
|
+#%patch0 -p1
|
|
#%patch1 -p1
|
|
#%patch1 -p1
|
|
#%patch2 -p1
|
|
#%patch2 -p1
|
|
# Stop if files acquire content
|
|
# Stop if files acquire content
|
|
@@ -81,13 +81,17 @@ rm -rf %{buildroot}
|
|
|
|
|
|
%files
|
|
%files
|
|
%defattr(-,root,root,-)
|
|
%defattr(-,root,root,-)
|
|
-%doc AUTHORS ChangeLog COPYING
|
|
+%doc %{_datadir}/doc/%{name}/*
|
|
%{_bindir}/%{name}
|
|
%{_bindir}/%{name}
|
|
%{_datadir}/applications/%{name}.desktop
|
|
%{_datadir}/applications/%{name}.desktop
|
|
%{_datadir}/icons/hicolor/*/apps/%{name}.png
|
|
%{_datadir}/icons/hicolor/*/apps/%{name}.png
|
|
%{_datadir}/pixmaps/%{name}.png
|
|
%{_datadir}/pixmaps/%{name}.png
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Sun May 05 2013 Toshiahru Kudoh <toshi.kd2@gmail.com> - 0.4.0-1
|
|
|
|
+- new upstream release
|
|
|
|
+- deleted Patch0
|
|
|
|
+
|
|
* Sat Dec 03 2011 Toshiahru Kudoh <toshi.kd2@gmail.com> - 0.3.3-1
|
|
* Sat Dec 03 2011 Toshiahru Kudoh <toshi.kd2@gmail.com> - 0.3.3-1
|
|
- new upstream release
|
|
- new upstream release
|
|
- added Epoch:1
|
|
- added Epoch:1
|