qpdf 11.1.0-1 (aarch64;x86_64;znver1) 2022-15224
0

Status rejected
Submitter alexander [@T] mezon.ru
Platform rolling
Repository main
URL https://abf.openmandriva.org/build_lists/234676
Packages
lib64qpdf-11.1.0-1.aarch64.binary
lib64qpdf-debuginfo-11.1.0-1.aarch64.debuginfo
lib64qpdf-devel-11.1.0-1.aarch64.binary
qpdf-11.1.0-1.aarch64.binary
qpdf-11.1.0-1.aarch64.source
qpdf-debuginfo-11.1.0-1.aarch64.debuginfo
qpdf-debugsource-11.1.0-1.aarch64.binary
lib64qpdf-11.1.0-1.x86_64.binary
lib64qpdf-debuginfo-11.1.0-1.x86_64.debuginfo
lib64qpdf-devel-11.1.0-1.x86_64.binary
qpdf-11.1.0-1.x86_64.binary
qpdf-11.1.0-1.x86_64.source
qpdf-debuginfo-11.1.0-1.x86_64.debuginfo
qpdf-debugsource-11.1.0-1.x86_64.binary
lib64qpdf-11.1.0-1.znver1.binary
lib64qpdf-debuginfo-11.1.0-1.znver1.debuginfo
lib64qpdf-devel-11.1.0-1.znver1.binary
qpdf-11.1.0-1.znver1.binary
qpdf-11.1.0-1.znver1.source
qpdf-debuginfo-11.1.0-1.znver1.debuginfo
qpdf-debugsource-11.1.0-1.znver1.binary
Build Date 2022-09-26 00:39:38 +0000 UTC
Last Updated 2022-09-30 15:43:08.868576385 +0000 UTC
$ git show --format=fuller --patch-with-stat --summary 894ad672affa973eec5c626d53c12b0e4da2ae5d

commit 894ad672affa973eec5c626d53c12b0e4da2ae5d
Author:     Bernhard Rosenkränzer <bero@lindev.ch>
AuthorDate: Mon Sep 26 02:24:37 2022 +0200
Commit:     Bernhard Rosenkränzer <bero@lindev.ch>
CommitDate: Mon Sep 26 02:24:37 2022 +0200

    11.1.0
---
 .abf.yml  |  2 +-
 qpdf.spec | 19 ++++++++-----------
 2 files changed, 9 insertions(+), 12 deletions(-)

diff --git a/.abf.yml b/.abf.yml
index 493d78d..e01f7eb 100644
--- a/.abf.yml
+++ b/.abf.yml
@@ -1,2 +1,2 @@
 sources:
-  qpdf-10.6.3.tar.gz: 0271f1c5db5f77e01e26525e36fc7e23efaf95bc
+  qpdf-11.1.0.tar.gz: b3e90faaa9b4ddc1786d6f33a641a1715a610c17
diff --git a/qpdf.spec b/qpdf.spec
index 5c8f7d5..326ba7a 100644
--- a/qpdf.spec
+++ b/qpdf.spec
@@ -1,10 +1,10 @@
-%define major 28
-%define libname %mklibname qpdf %{major}
+%define major 29
+%define libname %mklibname qpdf
 %define devname %mklibname qpdf -d
 
 Summary:	Inspect and manipulate PDF files
 Name:		qpdf
-Version:	10.6.3
+Version:	11.1.0
 Release:	1
 Group:		Office
 License:	Artistic
@@ -13,6 +13,7 @@ Source0:	http://sourceforge.net/projects/qpdf/files/qpdf/%{version}/%{name}-%{ve
 BuildRequires:	pkgconfig(libpcre)
 BuildRequires:	pkgconfig(zlib)
 BuildRequires:	pkgconfig(libjpeg)
+BuildRequires:	cmake ninja
 
 %description
 QPDF is a C++ library and set of programs that inspect and manipulate
@@ -42,18 +43,13 @@ Devel package for %{name}
 
 %prep
 %autosetup -p1
-# autoconf-ish, but not using automake
-# and doing weird stuff with libtool
-./configure \
-	--prefix=%{_prefix} \
-	--libdir=%{_libdir} \
-	--disable-static
+%cmake -G Ninja
 
 %build
-%make_build
+%ninja_build -C build
 
 %install
-%make_install
+%ninja_install -C build
 
 %files
 %doc Artistic-2.0 ChangeLog README* TODO
@@ -73,3 +69,4 @@ Devel package for %{name}
 %{_includedir}/%{name}/*.hh
 %{_libdir}/libqpdf.so
 %{_libdir}/pkgconfig/libqpdf.pc
+%{_libdir}/cmake/qpdf
Not Available

benbullard79 [@T] cox.netNo Comment.567d 03hrs