Browse Source

pdfchain-vl.spec

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@5253 ec354946-7b23-47d6-9f5a-488ba84defc7
kudoh 13 years ago
parent
commit
6e9cc23765
1 changed files with 16 additions and 12 deletions
  1. 16 12
      p/pdfchain/pdfchain-vl.spec

+ 16 - 12
p/pdfchain/pdfchain-vl.spec

@@ -1,6 +1,7 @@
 Name:		pdfchain
-Version:	0.123
+Version:	0.3.3
 Release:	1%{?_dist_release}
+Epoch: 1
 Summary:	A GUI for pdftk
 Summary(ja):	pdftk のグラフィカルユーザーインターフェイス
 
@@ -11,21 +12,18 @@ Source0:	http://downloads.sourceforge.net/pdfchain/%{name}-%{version}.tar.gz
 BuildRoot:	%{_tmppath}/%{name}-%{version}-root
 # Patch to make desktop file conform to standards
 Patch0:		pdfchain-desktop.patch
-# Pacth from Debian
-Patch1:		fix_build_system
-Patch2:		do_not_restrict_to_ascii
 
 BuildRequires:	desktop-file-utils
 BuildRequires:	gettext
 BuildRequires:	glibmm-devel
-BuildRequires:	gtkmm2-devel
+BuildRequires:	gtkmm3-devel
 BuildRequires:	intltool
 BuildRequires:	perl-XML-Parser
 
 # For dir ownership
-Requires:		hicolor-icon-theme
-Requires:		pdftk
-Requires(post):		desktop-file-utils
+Requires:	hicolor-icon-theme
+Requires:	pdftk
+Requires(post):	desktop-file-utils
 Requires(postun):	desktop-file-utils
 
 %description
@@ -40,11 +38,11 @@ PDF Chain は gtkmm で書かれた pdftk のグラフィカルユーザーイ
 %prep
 %setup -q
 %patch0 -p1
-%patch1 -p1
-%patch2 -p1
+#%patch1 -p1
+#%patch2 -p1
 # Stop if files acquire content
-[ -s NEWS ] && exit 1
-[ -s README ] && exit 1
+#[ -s NEWS ] && exit 1
+#[ -s README ] && exit 1
 
 %build
 %configure
@@ -90,6 +88,12 @@ rm -rf %{buildroot}
 %{_datadir}/pixmaps/%{name}.png
 
 %changelog
+* Sat Dec 03 2011 Toshiahru Kudoh <toshi.kd2@gmail.com> - 0.3.3-1
+- new upstream release
+- added Epoch:1
+- dropt patch1,2
+- changed BuildRequires: gtkmm2-devel to gtkmm3-devel
+
 * Sat Sep 18 2010 Toshiahru Kudoh <toshi.kd2@gmail.com> - 0.123-1
 - initial build for VineSeed