update to 2.9.22 [release 2.9.22-1mamba;Fri Dec 06 2024]
This commit is contained in:
parent
6eaa2a6b78
commit
5e837b634d
@ -1,26 +1,21 @@
|
|||||||
Name: libpano13
|
Name: libpano13
|
||||||
Version: 2.9.20
|
Version: 2.9.22
|
||||||
Release: 2mamba
|
Release: 1mamba
|
||||||
Summary: A library for manipulating panoramic images
|
Summary: A library for manipulating panoramic images
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Davide Madrisan <davide.madrisan@gmail.com>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: https://sourceforge.net/projects/panotools/
|
URL: https://sourceforge.net/projects/panotools/
|
||||||
Source: http://downloads.sourceforge.net/panotools/libpano13-%{version}.tar.gz
|
Source: http://downloads.sourceforge.net/panotools/libpano13-%{version}.tar.gz
|
||||||
License: GPL
|
License: GPL
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
BuildRequires: libjbig-devel
|
BuildRequires: libjpeg-turbo
|
||||||
BuildRequires: libjpeg-devel
|
|
||||||
BuildRequires: liblzma-devel
|
|
||||||
BuildRequires: libpng-devel
|
BuildRequires: libpng-devel
|
||||||
BuildRequires: libtiff-devel
|
BuildRequires: libtiff-devel
|
||||||
BuildRequires: libwebp-devel
|
|
||||||
BuildRequires: libz-devel
|
BuildRequires: libz-devel
|
||||||
BuildRequires: libzstd-devel
|
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
BuildRequires: pkg-config
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Helmut Dersch's Panorama Tools library.
|
Helmut Dersch's Panorama Tools library.
|
||||||
@ -52,34 +47,36 @@ This package contains some tools for the %{name} library.
|
|||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure \
|
%cmake
|
||||||
--disable-static \
|
|
||||||
--with-jpeg \
|
|
||||||
--with-png \
|
|
||||||
--with-tiff \
|
|
||||||
--with-zlib \
|
|
||||||
--with-java
|
|
||||||
|
|
||||||
%make
|
%cmake_build
|
||||||
|
|
||||||
%install
|
%install
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
%makeinstall
|
%cmake_install
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
|
|
||||||
%post -p /sbin/ldconfig
|
|
||||||
%postun -p /sbin/ldconfig
|
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_libdir}/libpano13.so.*
|
%{_libdir}/libpano13.so.*
|
||||||
%doc AUTHORS COPYING
|
%doc AUTHORS COPYING
|
||||||
|
|
||||||
|
%files devel
|
||||||
|
%defattr(-,root,root)
|
||||||
|
%dir %{_includedir}/pano13
|
||||||
|
%{_includedir}/pano13/*.h
|
||||||
|
%{_libdir}/libpano13.a
|
||||||
|
%{_libdir}/libpano13.so
|
||||||
|
%{_libdir}/pkgconfig/libpano13.pc
|
||||||
|
%dir %{_datadir}/pano13
|
||||||
|
%dir %{_datadir}/pano13/doc
|
||||||
|
%{_datadir}/pano13/doc/*
|
||||||
|
%doc ChangeLog NEWS README
|
||||||
|
|
||||||
%files tools
|
%files tools
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_bindir}/PTAInterpolate
|
|
||||||
%{_bindir}/PTblender
|
%{_bindir}/PTblender
|
||||||
%{_bindir}/PTcrop
|
%{_bindir}/PTcrop
|
||||||
%{_bindir}/PTinfo
|
%{_bindir}/PTinfo
|
||||||
@ -104,16 +101,10 @@ This package contains some tools for the %{name} library.
|
|||||||
%{_mandir}/man1/PTuncrop.*
|
%{_mandir}/man1/PTuncrop.*
|
||||||
%{_mandir}/man1/panoinfo.*
|
%{_mandir}/man1/panoinfo.*
|
||||||
|
|
||||||
%files devel
|
|
||||||
%defattr(-,root,root)
|
|
||||||
%dir %{_includedir}/pano13
|
|
||||||
%{_includedir}/pano13/*.h
|
|
||||||
%{_libdir}/libpano13.la
|
|
||||||
%{_libdir}/libpano13.so
|
|
||||||
%{_libdir}/pkgconfig/libpano13.pc
|
|
||||||
%doc ChangeLog NEWS README README.linux
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Dec 06 2024 Silvan Calarco <silvan.calarco@mambasoft.it> 2.9.22-1mamba
|
||||||
|
- update to 2.9.22
|
||||||
|
|
||||||
* Wed Apr 07 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 2.9.20-2mamba
|
* Wed Apr 07 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 2.9.20-2mamba
|
||||||
- rebuilt with debug package
|
- rebuilt with debug package
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user