From 809b38ae83c88a267673d0edd6213acd6a1a3097 Mon Sep 17 00:00:00 2001 From: Automatic Build System Date: Sat, 6 Jan 2024 10:23:37 +0100 Subject: [PATCH] automatic version update by autodist [release 0.9.7-1mamba;Fri Jan 22 2021] --- podofo.spec | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) diff --git a/podofo.spec b/podofo.spec index b775387..666102f 100644 --- a/podofo.spec +++ b/podofo.spec @@ -1,7 +1,7 @@ %define majver %(echo %version | cut -d. -f1-2) Name: podofo -Version: 0.9.5 +Version: 0.9.7 Release: 1mamba Summary: Tools based on libpodofo to work with the PDF file format Group: System/Tools @@ -57,11 +57,13 @@ Obsoletes: podofo-devel %description -n libpodofo-devel This package contains libraries and header files for developing applications that use lib%{name}. +%debug_package + %prep %setup -q -%ifnarch x86_64 -%patch0 -p1 -%endif +#%ifnarch x86_64 +#%patch0 -p1 +#%endif %build %cmake -d build \ @@ -91,20 +93,25 @@ This package contains libraries and header files for developing applications tha %files -n libpodofo %defattr(-,root,root) %{_libdir}/libpodofo.so.* +%doc COPYING.LIB %files -n libpodofo-devel %defattr(-,root,root) %dir %{_includedir}/podofo %{_includedir}/podofo/* %{_libdir}/libpodofo.so -%{_libdir}/pkgconfig/libpodofo-0.pc +%{_libdir}/pkgconfig/libpodofo.pc %files %defattr(-,root,root) %{_bindir}/podofo* %{_mandir}/man1/podofo*.1* +%doc COPYING %changelog +* Fri Jan 22 2021 Automatic Build System 0.9.7-1mamba +- automatic version update by autodist + * Mon Feb 06 2017 Automatic Build System 0.9.5-1mamba - automatic version update by autodist