|
@@ -1,6 +1,6 @@
|
|
%define name extractpdfmark
|
|
%define name extractpdfmark
|
|
-%define version 1.0.2
|
|
|
|
-%define release 3%{?_dist_release}
|
|
|
|
|
|
+%define version 1.0.3
|
|
|
|
+%define release 1%{?_dist_release}
|
|
|
|
|
|
Summary: Extract page mode and named destinations as PDFmark from PDF
|
|
Summary: Extract page mode and named destinations as PDFmark from PDF
|
|
Summary(ja): PDFからページモードやリンクの宛先名を抽出しPDFmarkとして保存する
|
|
Summary(ja): PDFからページモードやリンクの宛先名を抽出しPDFmarkとして保存する
|
|
@@ -15,7 +15,7 @@ Group: Applications/Publishing
|
|
URL: http://poppler.freedesktop.org/%{name}-%{version}.tar.xz
|
|
URL: http://poppler.freedesktop.org/%{name}-%{version}.tar.xz
|
|
|
|
|
|
BuildRequires: poppler-devel
|
|
BuildRequires: poppler-devel
|
|
-BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
|
|
|
|
+BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
|
|
|
|
Vendor: Project Vine
|
|
Vendor: Project Vine
|
|
Distribution: Vine Linux
|
|
Distribution: Vine Linux
|
|
@@ -99,6 +99,7 @@ PDFmark として保存することができます。このツールを使うと
|
|
%setup -q
|
|
%setup -q
|
|
|
|
|
|
%build
|
|
%build
|
|
|
|
+./autogen.sh
|
|
%configure
|
|
%configure
|
|
%{__make} %{?_smp_mflags}
|
|
%{__make} %{?_smp_mflags}
|
|
|
|
|
|
@@ -118,8 +119,11 @@ PDFmark として保存することができます。このツールを使うと
|
|
%{_mandir}/man1/
|
|
%{_mandir}/man1/
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Tue Jan 29 2019 Toshiaki Ara <ara_t@384.jp> 1.0.3-1
|
|
|
|
+- update to 1.0.3
|
|
|
|
+
|
|
* Wed Jan 03 2018 Toshiaki Ara <ara_t@384.jp> 1.0.2-3
|
|
* Wed Jan 03 2018 Toshiaki Ara <ara_t@384.jp> 1.0.2-3
|
|
-- rebuild under poppler-0.61.1
|
|
|
|
|
|
+- rebuild under poppler-0.61.1
|
|
|
|
|
|
* Thu Nov 30 2017 Toshiaki Ara <ara_t@384.jp> 1.0.2-2
|
|
* Thu Nov 30 2017 Toshiaki Ara <ara_t@384.jp> 1.0.2-2
|
|
- correct Group
|
|
- correct Group
|