|
@@ -1,9 +1,10 @@
|
|
Summary: Command-line tools and library for transforming PDF files
|
|
Summary: Command-line tools and library for transforming PDF files
|
|
Name: qpdf
|
|
Name: qpdf
|
|
-Version: 6.0.0
|
|
+Version: 7.1.0
|
|
Release: 1%{?_dist_release}
|
|
Release: 1%{?_dist_release}
|
|
|
|
+
|
|
# MIT: e.g. libqpdf/sha2.c
|
|
# MIT: e.g. libqpdf/sha2.c
|
|
-License: Artistic 2.0 and MIT
|
|
+License: Apache License Version 2.0 or Artistic 2.0
|
|
Group: System Environment/Base
|
|
Group: System Environment/Base
|
|
URL: http://qpdf.sourceforge.net/
|
|
URL: http://qpdf.sourceforge.net/
|
|
Source0: http://downloads.sourceforge.net/sourceforge/qpdf/qpdf-%{version}.tar.gz
|
|
Source0: http://downloads.sourceforge.net/sourceforge/qpdf/qpdf-%{version}.tar.gz
|
|
@@ -12,21 +13,23 @@ Patch0: qpdf-doc.patch
|
|
|
|
|
|
BuildRequires: zlib-devel
|
|
BuildRequires: zlib-devel
|
|
BuildRequires: pcre-devel
|
|
BuildRequires: pcre-devel
|
|
|
|
+BuildRequires: libjpeg-turbo-devel libtiff-devel
|
|
|
|
|
|
# for fix-qdf and test suite
|
|
# for fix-qdf and test suite
|
|
BuildRequires: perl
|
|
BuildRequires: perl
|
|
BuildRequires: perl(Digest::MD5)
|
|
BuildRequires: perl(Digest::MD5)
|
|
|
|
|
|
-# for autoreconf
|
|
+# # for autoreconf
|
|
-BuildRequires: autoconf
|
|
+# BuildRequires: autoconf
|
|
-BuildRequires: automake
|
|
+# BuildRequires: automake
|
|
-BuildRequires: libtool
|
|
+# BuildRequires: libtool
|
|
|
|
|
|
Requires: qpdf-libs%{?_isa} = %{version}-%{release}
|
|
Requires: qpdf-libs%{?_isa} = %{version}-%{release}
|
|
|
|
|
|
Vendor: Project Vine
|
|
Vendor: Project Vine
|
|
Distribution: Vine Linux
|
|
Distribution: Vine Linux
|
|
-Packager: tomop
|
|
+Packager: tomopl, ara_t
|
|
|
|
+
|
|
|
|
|
|
%package libs
|
|
%package libs
|
|
Summary: QPDF library for transforming PDF files
|
|
Summary: QPDF library for transforming PDF files
|
|
@@ -43,6 +46,7 @@ Group: Documentation
|
|
BuildArch: noarch
|
|
BuildArch: noarch
|
|
Requires: qpdf-libs = %{version}-%{release}
|
|
Requires: qpdf-libs = %{version}-%{release}
|
|
|
|
|
|
|
|
+
|
|
%description
|
|
%description
|
|
QPDF is a command-line program that does structural, content-preserving
|
|
QPDF is a command-line program that does structural, content-preserving
|
|
transformations on PDF files. It could have been called something
|
|
transformations on PDF files. It could have been called something
|
|
@@ -62,6 +66,7 @@ for developing programs using the QPDF library.
|
|
%description doc
|
|
%description doc
|
|
QPDF Manual
|
|
QPDF Manual
|
|
|
|
|
|
|
|
+
|
|
%prep
|
|
%prep
|
|
%setup -q
|
|
%setup -q
|
|
|
|
|
|
@@ -72,7 +77,7 @@ sed -i -e '1s,^#!/usr/bin/env perl,#!/usr/bin/perl,' qpdf/fix-qdf
|
|
|
|
|
|
%build
|
|
%build
|
|
# work-around check-rpaths errors
|
|
# work-around check-rpaths errors
|
|
-autoreconf --verbose --force --install
|
|
+# autoreconf --verbose --force --install
|
|
|
|
|
|
%configure --disable-static \
|
|
%configure --disable-static \
|
|
--enable-show-failed-test-output
|
|
--enable-show-failed-test-output
|
|
@@ -96,6 +101,7 @@ make check
|
|
|
|
|
|
%postun libs -p /sbin/ldconfig
|
|
%postun libs -p /sbin/ldconfig
|
|
|
|
|
|
|
|
+
|
|
%files
|
|
%files
|
|
%{_bindir}/fix-qdf
|
|
%{_bindir}/fix-qdf
|
|
%{_bindir}/qpdf
|
|
%{_bindir}/qpdf
|
|
@@ -103,7 +109,7 @@ make check
|
|
%{_mandir}/man1/*
|
|
%{_mandir}/man1/*
|
|
|
|
|
|
%files libs
|
|
%files libs
|
|
-%doc README TODO ChangeLog Artistic-2.0
|
|
+%doc README.md NOTICE.md TODO ChangeLog Artistic-2.0 LICENSE.txt
|
|
%{_libdir}/libqpdf*.so.*
|
|
%{_libdir}/libqpdf*.so.*
|
|
|
|
|
|
%files devel
|
|
%files devel
|
|
@@ -115,7 +121,13 @@ make check
|
|
%files doc
|
|
%files doc
|
|
%doc __doc/*
|
|
%doc __doc/*
|
|
|
|
|
|
|
|
+
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Tue Jan 30 2018 Toshiaki Ara <ara_t@384.jp> - 7.1.0-1
|
|
|
|
+- new upstream release.
|
|
|
|
+- add BuildRequires: libjpeg-turbo-devel libtiff-devel
|
|
|
|
+- drop BuildRequires: autoconf automake libtool
|
|
|
|
+
|
|
* Wed Jun 29 2016 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 6.0.0-1
|
|
* Wed Jun 29 2016 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 6.0.0-1
|
|
- new upstream release.
|
|
- new upstream release.
|
|
|
|
|