automatic version update by autodist [release 8.14.1-1mamba;Thu Jan 26 2023]
This commit is contained in:
parent
05cd7e0c50
commit
1eb3fd8f62
54
libvips.spec
54
libvips.spec
@ -1,5 +1,6 @@
|
||||
%define majver %(echo %version | cut -d. -f1-2)
|
||||
Name: libvips
|
||||
Version: 8.13.3
|
||||
Version: 8.14.1
|
||||
Release: 1mamba
|
||||
Summary: A fast image processing library with low memory needs
|
||||
Group: System/Libraries
|
||||
@ -12,43 +13,32 @@ License: LGPL
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: libMagick-devel
|
||||
BuildRequires: libbrotli-devel
|
||||
BuildRequires: libbzip2-devel
|
||||
BuildRequires: libcairo-devel
|
||||
BuildRequires: libcfitsio-devel
|
||||
BuildRequires: libexif-devel
|
||||
BuildRequires: libexpat-devel
|
||||
BuildRequires: libfftw-devel
|
||||
BuildRequires: libfontconfig-devel
|
||||
BuildRequires: libfreetype-devel
|
||||
BuildRequires: libgcc
|
||||
BuildRequires: libgdk-pixbuf-devel
|
||||
BuildRequires: libglib-devel
|
||||
BuildRequires: libgomp-devel
|
||||
BuildRequires: libgraphite2-devel
|
||||
BuildRequires: libgsf-devel
|
||||
BuildRequires: libharfbuzz-devel
|
||||
BuildRequires: libhdf5-devel
|
||||
BuildRequires: libheif-devel
|
||||
BuildRequires: libimath-devel
|
||||
BuildRequires: libjbig-devel
|
||||
BuildRequires: libjpeg-devel
|
||||
BuildRequires: libjxl-devel
|
||||
BuildRequires: liblcms2-devel
|
||||
BuildRequires: libmatio-devel
|
||||
BuildRequires: libopenexr-devel
|
||||
BuildRequires: libopenjpeg-devel
|
||||
BuildRequires: liborc-devel
|
||||
BuildRequires: libpango-devel
|
||||
BuildRequires: libpcre-devel
|
||||
BuildRequires: libpng-devel
|
||||
BuildRequires: libpoppler-glib-devel
|
||||
BuildRequires: librsvg-devel
|
||||
BuildRequires: libstdc++6-devel
|
||||
BuildRequires: libtiff-devel
|
||||
BuildRequires: libwebp-devel
|
||||
BuildRequires: libxml2-devel
|
||||
BuildRequires: libz-devel
|
||||
BuildRequires: libzstd-devel
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRequires: libMagick-devel >= 7.1.0.35-1mamba
|
||||
BuildRequires: libcfitsio-devel >= 4.1.0
|
||||
@ -77,16 +67,15 @@ This package contains utility applications for %{name}.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
./autogen.sh
|
||||
|
||||
%build
|
||||
%configure
|
||||
%meson
|
||||
|
||||
%make
|
||||
%meson_build
|
||||
|
||||
%install
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
%makeinstall
|
||||
%meson_install
|
||||
|
||||
%find_lang %{name} --all-name || touch %{name}.lang
|
||||
|
||||
@ -100,42 +89,45 @@ This package contains utility applications for %{name}.
|
||||
%defattr(-,root,root)
|
||||
%{_libdir}/libvips-cpp.so.*
|
||||
%{_libdir}/libvips.so.*
|
||||
%dir %{_libdir}/vips-modules-%{majver}
|
||||
%{_libdir}/vips-modules-%{majver}/vips-*.so
|
||||
%{_libdir}/girepository-1.0/Vips-*.typelib
|
||||
%doc AUTHORS COPYING THANKS
|
||||
%doc LICENSE
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root)
|
||||
%dir %{_includedir}/vips
|
||||
%{_includedir}/vips/*
|
||||
%{_libdir}/libvips-cpp.a
|
||||
%{_libdir}/libvips-cpp.so
|
||||
%{_libdir}/libvips.a
|
||||
%{_libdir}/libvips.so
|
||||
%{_libdir}/pkgconfig/vips-cpp.pc
|
||||
%{_libdir}/pkgconfig/vips.pc
|
||||
%{_datadir}/gir-1.0/Vips-*.gir
|
||||
%doc ChangeLog NEWS README.md
|
||||
%doc ChangeLog README.md
|
||||
|
||||
%files tools -f %{name}.lang
|
||||
%defattr(-,root,root)
|
||||
%{_bindir}/batch_crop
|
||||
%{_bindir}/batch_image_convert
|
||||
%{_bindir}/batch_rubber_sheet
|
||||
%{_bindir}/light_correct
|
||||
%{_bindir}/shrink_width
|
||||
#%{_bindir}/batch_crop
|
||||
#%{_bindir}/batch_image_convert
|
||||
#%{_bindir}/batch_rubber_sheet
|
||||
#%{_bindir}/light_correct
|
||||
#%{_bindir}/shrink_width
|
||||
%{_bindir}/vips
|
||||
%{_bindir}/vips-*
|
||||
#%{_bindir}/vips-*
|
||||
%{_bindir}/vipsedit
|
||||
%{_bindir}/vipsheader
|
||||
%{_bindir}/vipsprofile
|
||||
%{_bindir}/vipsthumbnail
|
||||
%{_mandir}/man1/batch_crop.1*
|
||||
%{_mandir}/man1/batch_image_convert.1*
|
||||
%{_mandir}/man1/batch_rubber_sheet.1*
|
||||
%{_mandir}/man1/light_correct.1*
|
||||
#%{_mandir}/man1/batch_crop.1*
|
||||
#%{_mandir}/man1/batch_image_convert.1*
|
||||
#%{_mandir}/man1/batch_rubber_sheet.1*
|
||||
#%{_mandir}/man1/light_correct.1*
|
||||
%{_mandir}/man1/vips*.1*
|
||||
|
||||
%changelog
|
||||
* Thu Jan 26 2023 Automatic Build System <autodist@mambasoft.it> 8.14.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Wed Nov 02 2022 Automatic Build System <autodist@mambasoft.it> 8.13.3-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user