rebuilt with specfile fixes [release 3.5.28-2mamba;Sat Apr 27 2024]
This commit is contained in:
parent
95f1ea684b
commit
ba9a6eb7fb
@ -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 <aleph0@openmamba.org>
|
||||
URL: http://djvulibre.djvuzone.org
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
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 <silvan.calarco@mambasoft.it> 3.5.28-2mamba
|
||||
- rebuilt with specfile fixes
|
||||
|
||||
* Fri Jan 15 2021 Automatic Build System <autodist@mambasoft.it> 3.5.28-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user