update to 2.1.0 [release 2.1.0-1mamba;Thu Jul 10 2014]

This commit is contained in:
Silvan Calarco 2024-01-06 05:17:34 +01:00
parent 4f4e16e6d3
commit 4609049f04

View File

@ -1,7 +1,8 @@
%define _version %(echo %version | tr '.' '_') %define _version %(echo %version | tr '.' '_')
%define majver %(echo %version | cut -d. -f1-2) %define majver %(echo %version | cut -d. -f1-2)
%define apiver %(echo %version | cut -d. -f1-2)
Name: libopenjpeg Name: libopenjpeg
Version: 2.0.0 Version: 2.1.0
Release: 1mamba Release: 1mamba
Summary: An open-source JPEG 2000 codec written in C language Summary: An open-source JPEG 2000 codec written in C language
Group: System/Libraries Group: System/Libraries
@ -9,7 +10,7 @@ Vendor: openmamba
Distribution: openmamba Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it> Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: http://www.openjpeg.org URL: http://www.openjpeg.org
Source: http://openjpeg.googlecode.com/files/openjpeg-%{version}.tar.gz Source: https://downloads.sourceforge.net/project/openjpeg.mirror/%{version}/openjpeg-%{version}.tar.gz
License: BSD License: BSD
## AUTOBUILDREQ-BEGIN ## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel BuildRequires: glibc-devel
@ -64,30 +65,32 @@ This package contains utility applications for %{name}.
%files %files
%defattr(-,root,root) %defattr(-,root,root)
%{_libdir}/libopenjp2.so.* %{_libdir}/libopenjp2.so.*
%doc LICENSE %doc LICENSE AUTHORS
%files devel %files devel
%defattr(-,root,root) %defattr(-,root,root)
%dir %{_includedir}/openjpeg-2.0 %dir %{_includedir}/openjpeg-%{apiver}
%{_includedir}/openjpeg-2.0/*.h %{_includedir}/openjpeg-%{apiver}/*.h
%{_libdir}/libopenjp2.so %{_libdir}/libopenjp2.so
%{_libdir}/openjpeg-2.0/OpenJPEGConfig.cmake %{_libdir}/openjpeg-%{apiver}/OpenJPEGConfig.cmake
%{_libdir}/openjpeg-2.0/OpenJPEGTargets-noconfig.cmake %{_libdir}/openjpeg-%{apiver}/OpenJPEGTargets-noconfig.cmake
%{_libdir}/openjpeg-2.0/OpenJPEGTargets.cmake %{_libdir}/openjpeg-%{apiver}/OpenJPEGTargets.cmake
%{_datadir}/doc/openjpeg-2.0/CHANGES %{_libdir}/pkgconfig/libopenjp2.pc
%{_datadir}/doc/openjpeg-2.0/LICENSE
%files tools %files tools
%defattr(-,root,root) %defattr(-,root,root)
%{_bindir}/opj_compress %{_bindir}/opj_compress
%{_bindir}/opj_decompress %{_bindir}/opj_decompress
%{_bindir}/opj_dump %{_bindir}/opj_dump
%{_mandir}/man1/opj_compress.1.gz #%{_mandir}/man1/opj_compress.1*
%{_mandir}/man1/opj_decompress.1.gz #%{_mandir}/man1/opj_decompress.1*
%{_mandir}/man1/opj_dump.1.gz #%{_mandir}/man1/opj_dump.1*
%{_mandir}/man3/libopenjp2.3.gz #%{_mandir}/man3/libopenjp2.3*
%changelog %changelog
* Thu Jul 10 2014 Silvan Calarco <silvan.calarco@mambasoft.it> 2.1.0-1mamba
- update to 2.1.0
* Wed Jan 23 2013 Silvan Calarco <silvan.calarco@mambasoft.it> 2.0.0-1mamba * Wed Jan 23 2013 Silvan Calarco <silvan.calarco@mambasoft.it> 2.0.0-1mamba
- update to 2.0.0 - update to 2.0.0