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)
|
%define majver3 %(echo %version | cut -d. -f1-3)
|
||||||
Name: djvulibre
|
Name: djvulibre
|
||||||
Version: 3.5.28
|
Version: 3.5.28
|
||||||
Release: 1mamba
|
Release: 2mamba
|
||||||
Summary: Web-centric format and software platform for distributing documents and images
|
Summary: Web-centric format and software platform for distributing documents and images
|
||||||
Group: Applications/Publishing
|
Group: Applications/Publishing
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Aleph0 <aleph0@openmamba.org>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: http://djvulibre.djvuzone.org
|
URL: https://djvu.sourceforge.net/
|
||||||
Source: http://downloads.sourceforge.net/project/djvu/DjVuLibre/%{majver3}/djvulibre-%{version}.tar.gz
|
Source: http://downloads.sourceforge.net/project/djvu/DjVuLibre/%{majver3}/djvulibre-%{version}.tar.gz
|
||||||
License: GPL
|
License: GPL
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
BuildRequires: libgcc
|
BuildRequires: libgcc
|
||||||
|
BuildRequires: libjpeg-devel
|
||||||
BuildRequires: libstdc++6-devel
|
BuildRequires: libstdc++6-devel
|
||||||
BuildRequires: libtiff-devel
|
BuildRequires: libtiff-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
Provides: djvulibre15
|
Provides: djvulibre15
|
||||||
Obsoletes: djvulibre15
|
Obsoletes: djvulibre15 < 3.5.28
|
||||||
Requires: %{libname} = %{?epoch:%epoch:}%{version}-%{release}
|
Requires: %{libname} = %{?epoch:%epoch:}%{version}-%{release}
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
DjVu is a web-centric format and software platform for distributing documents and images.
|
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
|
%build
|
||||||
%configure --disable-djview
|
%configure --disable-djview
|
||||||
|
|
||||||
%make
|
%make
|
||||||
|
|
||||||
%install
|
%install
|
||||||
@ -91,12 +92,14 @@ This package contains static libraries and header files needed for development.
|
|||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%dir %{_includedir}/libdjvu
|
%dir %{_includedir}/libdjvu
|
||||||
%{_includedir}/libdjvu/*.h
|
%{_includedir}/libdjvu/*.h
|
||||||
%{_libdir}/libdjvulibre.la
|
|
||||||
%{_libdir}/libdjvulibre.so
|
%{_libdir}/libdjvulibre.so
|
||||||
%{_libdir}/pkgconfig/ddjvuapi.pc
|
%{_libdir}/pkgconfig/ddjvuapi.pc
|
||||||
%doc NEWS README
|
%doc NEWS README
|
||||||
|
|
||||||
%changelog
|
%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
|
* Fri Jan 15 2021 Automatic Build System <autodist@mambasoft.it> 3.5.28-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user