automatic version update by autodist [release 2.5.1-1mamba;Wed Feb 28 2024]
This commit is contained in:
parent
8b38c6e67e
commit
48c6cbb1be
@ -2,7 +2,7 @@
|
|||||||
%define majver %(echo %version | cut -d. -f1-2)
|
%define majver %(echo %version | cut -d. -f1-2)
|
||||||
%define apiver %(echo %version | cut -d. -f1-2)
|
%define apiver %(echo %version | cut -d. -f1-2)
|
||||||
Name: libopenjpeg
|
Name: libopenjpeg
|
||||||
Version: 2.5.0
|
Version: 2.5.1
|
||||||
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
|
||||||
@ -11,19 +11,13 @@ Distribution: openmamba
|
|||||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: https://www.openjpeg.org
|
URL: https://www.openjpeg.org
|
||||||
Source: https://github.com/uclouvain/openjpeg.git/v%{version}/openjpeg-%{version}.tar.bz2
|
Source: https://github.com/uclouvain/openjpeg.git/v%{version}/openjpeg-%{version}.tar.bz2
|
||||||
#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
|
||||||
BuildRequires: libjbig-devel
|
|
||||||
BuildRequires: libjpeg-devel
|
|
||||||
BuildRequires: liblcms2-devel
|
BuildRequires: liblcms2-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
|
||||||
Requires(post):%{__install_info}
|
Requires(post):%{__install_info}
|
||||||
|
|
||||||
@ -52,7 +46,6 @@ This package contains utility applications for %{name}.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n openjpeg-%{version}
|
%setup -q -n openjpeg-%{version}
|
||||||
#sed -i "s|-o root -g root||" Makefile
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%cmake -d build \
|
%cmake -d build \
|
||||||
@ -81,9 +74,8 @@ This package contains utility applications for %{name}.
|
|||||||
%{_includedir}/openjpeg-%{apiver}/*.h
|
%{_includedir}/openjpeg-%{apiver}/*.h
|
||||||
%{_libdir}/libopenjp2.so
|
%{_libdir}/libopenjp2.so
|
||||||
%{_libdir}/libopenjp2.a
|
%{_libdir}/libopenjp2.a
|
||||||
%{_libdir}/openjpeg-%{apiver}/OpenJPEGConfig.cmake
|
%dir %{_libdir}/cmake/openjpeg-%{apiver}
|
||||||
%{_libdir}/openjpeg-%{apiver}/OpenJPEGTargets-noconfig.cmake
|
%{_libdir}/cmake/openjpeg-%{apiver}/OpenJPEG*.cmake
|
||||||
%{_libdir}/openjpeg-%{apiver}/OpenJPEGTargets.cmake
|
|
||||||
%{_libdir}/pkgconfig/libopenjp2.pc
|
%{_libdir}/pkgconfig/libopenjp2.pc
|
||||||
|
|
||||||
%files tools
|
%files tools
|
||||||
@ -93,6 +85,9 @@ This package contains utility applications for %{name}.
|
|||||||
%{_bindir}/opj_dump
|
%{_bindir}/opj_dump
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Feb 28 2024 Automatic Build System <autodist@openmamba.org> 2.5.1-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Sat May 14 2022 Automatic Build System <autodist@mambasoft.it> 2.5.0-1mamba
|
* Sat May 14 2022 Automatic Build System <autodist@mambasoft.it> 2.5.0-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user