From ba9a6eb7fb915132af6ca15e8ac7fe3b4a13e6c5 Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Sun, 28 Apr 2024 10:15:51 +0200 Subject: [PATCH] rebuilt with specfile fixes [release 3.5.28-2mamba;Sat Apr 27 2024] --- djvulibre.spec | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/djvulibre.spec b/djvulibre.spec index 8f16138..5888a31 100644 --- a/djvulibre.spec +++ b/djvulibre.spec @@ -2,25 +2,25 @@ %define majver3 %(echo %version | cut -d. -f1-3) Name: djvulibre Version: 3.5.28 -Release: 1mamba +Release: 2mamba Summary: Web-centric format and software platform for distributing documents and images Group: Applications/Publishing Vendor: openmamba Distribution: openmamba -Packager: Aleph0 -URL: http://djvulibre.djvuzone.org +Packager: Silvan Calarco +URL: https://djvu.sourceforge.net/ Source: http://downloads.sourceforge.net/project/djvu/DjVuLibre/%{majver3}/djvulibre-%{version}.tar.gz License: GPL ## AUTOBUILDREQ-BEGIN BuildRequires: glibc-devel BuildRequires: libgcc +BuildRequires: libjpeg-devel BuildRequires: libstdc++6-devel BuildRequires: libtiff-devel ## AUTOBUILDREQ-END Provides: djvulibre15 -Obsoletes: djvulibre15 +Obsoletes: djvulibre15 < 3.5.28 Requires: %{libname} = %{?epoch:%epoch:}%{version}-%{release} -BuildRoot: %{_tmppath}/%{name}-%{version}-root %description DjVu is a web-centric format and software platform for distributing documents and images. @@ -58,6 +58,7 @@ This package contains static libraries and header files needed for development. %build %configure --disable-djview + %make %install @@ -91,12 +92,14 @@ This package contains static libraries and header files needed for development. %defattr(-,root,root) %dir %{_includedir}/libdjvu %{_includedir}/libdjvu/*.h -%{_libdir}/libdjvulibre.la %{_libdir}/libdjvulibre.so %{_libdir}/pkgconfig/ddjvuapi.pc %doc NEWS README %changelog +* Sat Apr 27 2024 Silvan Calarco 3.5.28-2mamba +- rebuilt with specfile fixes + * Fri Jan 15 2021 Automatic Build System 3.5.28-1mamba - automatic version update by autodist