Compare commits
5 Commits
2.3.1-1mam
...
main
Author | SHA1 | Date | |
---|---|---|---|
58ca1df97e | |||
6aeec17cf6 | |||
48c6cbb1be | |||
8b38c6e67e | |||
add9b4218b |
@ -2,27 +2,24 @@
|
||||
%define majver %(echo %version | cut -d. -f1-2)
|
||||
%define apiver %(echo %version | cut -d. -f1-2)
|
||||
Name: libopenjpeg
|
||||
Version: 2.3.1
|
||||
Version: 2.5.3
|
||||
Release: 1mamba
|
||||
Summary: An open-source JPEG 2000 codec written in C language
|
||||
Group: System/Libraries
|
||||
Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
URL: http://www.openjpeg.org
|
||||
URL: https://www.openjpeg.org
|
||||
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
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: ldconfig
|
||||
BuildRequires: liblcms2-devel
|
||||
BuildRequires: libpng-devel
|
||||
BuildRequires: libtiff-devel
|
||||
BuildRequires: libz-devel
|
||||
## AUTOBUILDREQ-END
|
||||
Requires(post):%{__install_info}
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
|
||||
%description
|
||||
An open-source JPEG 2000 codec written in C language.
|
||||
@ -49,7 +46,6 @@ This package contains utility applications for %{name}.
|
||||
|
||||
%prep
|
||||
%setup -q -n openjpeg-%{version}
|
||||
#sed -i "s|-o root -g root||" Makefile
|
||||
|
||||
%build
|
||||
%cmake -d build \
|
||||
@ -60,9 +56,7 @@ This package contains utility applications for %{name}.
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
%makeinstall -C build
|
||||
|
||||
%post -p /sbin/ldconfig
|
||||
|
||||
%postun -p /sbin/ldconfig
|
||||
|
||||
%clean
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
@ -78,9 +72,8 @@ This package contains utility applications for %{name}.
|
||||
%{_includedir}/openjpeg-%{apiver}/*.h
|
||||
%{_libdir}/libopenjp2.so
|
||||
%{_libdir}/libopenjp2.a
|
||||
%{_libdir}/openjpeg-%{apiver}/OpenJPEGConfig.cmake
|
||||
%{_libdir}/openjpeg-%{apiver}/OpenJPEGTargets-noconfig.cmake
|
||||
%{_libdir}/openjpeg-%{apiver}/OpenJPEGTargets.cmake
|
||||
%dir %{_libdir}/cmake/openjpeg-%{apiver}
|
||||
%{_libdir}/cmake/openjpeg-%{apiver}/OpenJPEG*.cmake
|
||||
%{_libdir}/pkgconfig/libopenjp2.pc
|
||||
|
||||
%files tools
|
||||
@ -90,6 +83,21 @@ This package contains utility applications for %{name}.
|
||||
%{_bindir}/opj_dump
|
||||
|
||||
%changelog
|
||||
* Tue Dec 10 2024 Automatic Build System <autodist@openmamba.org> 2.5.3-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Feb 29 2024 Automatic Build System <autodist@openmamba.org> 2.5.2-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* 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
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sat Feb 20 2021 Automatic Build System <autodist@mambasoft.it> 2.4.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Mar 13 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 2.3.1-1mamba
|
||||
- update to 2.3.1
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user