automatic version update by autodist [release 0.11.0-1mamba;Mon Sep 16 2024]
This commit is contained in:
parent
9b9c6f75fe
commit
4b34ef3ee7
10
libjxl.spec
10
libjxl.spec
@ -1,5 +1,5 @@
|
||||
Name: libjxl
|
||||
Version: 0.10.3
|
||||
Version: 0.11.0
|
||||
Release: 1mamba
|
||||
Summary: JPEG XL image format reference implementation
|
||||
Group: System/Libraries
|
||||
@ -104,14 +104,11 @@ This package contains the Java jpegxl library.
|
||||
%clean
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
|
||||
%post -p /sbin/ldconfig
|
||||
%postun -p /sbin/ldconfig
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%{_libdir}/libjxl.so.*
|
||||
%{_libdir}/libjxl_cms.so.*
|
||||
%{_libdir}/libjxl_extras_codec.so.*
|
||||
%{_libdir}/libjxl_threads.so.*
|
||||
%{_libdir}/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-jxl.so
|
||||
%doc AUTHORS LICENSE
|
||||
@ -120,9 +117,9 @@ This package contains the Java jpegxl library.
|
||||
%defattr(-,root,root)
|
||||
%dir %{_includedir}/jxl
|
||||
%{_includedir}/jxl/*
|
||||
%{_libdir}/libjxl_extras_codec.a
|
||||
%{_libdir}/libjxl.so
|
||||
%{_libdir}/libjxl_cms.so
|
||||
%{_libdir}/libjxl_extras_codec.so
|
||||
%{_libdir}/libjxl_jni.so
|
||||
%{_libdir}/libjxl_threads.so
|
||||
%{_libdir}/pkgconfig/libjxl.pc
|
||||
@ -152,6 +149,9 @@ This package contains the Java jpegxl library.
|
||||
%{_datadir}/java/org.jpeg.jpegxl.jar
|
||||
|
||||
%changelog
|
||||
* Mon Sep 16 2024 Automatic Build System <autodist@openmamba.org> 0.11.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Jun 28 2024 Automatic Build System <autodist@openmamba.org> 0.10.3-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user