New upstream release
This commit is contained in:
parent
04614b5b7a
commit
13f23ce40b
1
.gitignore
vendored
1
.gitignore
vendored
@ -22,3 +22,4 @@ jasper-1.900.1.zip
|
|||||||
/version-2.0.28.tar.gz
|
/version-2.0.28.tar.gz
|
||||||
/version-2.0.32.tar.gz
|
/version-2.0.32.tar.gz
|
||||||
/version-2.0.33.tar.gz
|
/version-2.0.33.tar.gz
|
||||||
|
/jasper-version-3.0.0.tar.gz
|
||||||
|
21
jasper.spec
21
jasper.spec
@ -5,16 +5,15 @@
|
|||||||
|
|
||||||
Summary: Implementation of the JPEG-2000 standard, Part 1
|
Summary: Implementation of the JPEG-2000 standard, Part 1
|
||||||
Name: jasper
|
Name: jasper
|
||||||
Version: 2.0.33
|
Version: 3.0.0
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
|
|
||||||
License: JasPer
|
License: JasPer
|
||||||
URL: http://www.ece.uvic.ca/~frodo/jasper/
|
URL: http://www.ece.uvic.ca/~frodo/jasper/
|
||||||
Source0: https://github.com/jasper-software/jasper/archive/version-%{version}.tar.gz
|
Source0: https://github.com/jasper-software/jasper/archive/%{name}-version-%{version}.tar.gz
|
||||||
|
|
||||||
# skip hard-coded prefix/lib rpath
|
# skip hard-coded prefix/lib rpath
|
||||||
Patch2: jasper-2.0.14-rpath.patch
|
Patch1: jasper-3.0.0-rpath.patch
|
||||||
Patch3: jasper-freeglut.patch
|
|
||||||
|
|
||||||
# architecture related patches
|
# architecture related patches
|
||||||
Patch100: jasper-2.0.2-test-ppc64-disable.patch
|
Patch100: jasper-2.0.2-test-ppc64-disable.patch
|
||||||
@ -64,10 +63,9 @@ Requires: %{name}-libs%{?_isa} = %{version}-%{release}
|
|||||||
%prep
|
%prep
|
||||||
%setup -q -n %{name}-version-%{version}
|
%setup -q -n %{name}-version-%{version}
|
||||||
|
|
||||||
%patch2 -p1 -b .rpath
|
%patch1 -p1 -b .rpath
|
||||||
# Need to disable one test to be able to build it on ppc64 arch
|
# Need to disable one test to be able to build it on ppc64 arch
|
||||||
# At ppc64 this test just stuck (nothing happend - no exception or error)
|
# At ppc64 this test just stuck (nothing happend - no exception or error)
|
||||||
%patch3 -p1 -b .freeglut
|
|
||||||
|
|
||||||
%if "%{_arch}" == "ppc64"
|
%if "%{_arch}" == "ppc64"
|
||||||
%patch100 -p1 -b .test-ppc64-disable
|
%patch100 -p1 -b .test-ppc64-disable
|
||||||
@ -118,9 +116,9 @@ make test -C builder
|
|||||||
%{_libdir}/pkgconfig/jasper.pc
|
%{_libdir}/pkgconfig/jasper.pc
|
||||||
|
|
||||||
%files libs
|
%files libs
|
||||||
%doc README
|
%doc README.md
|
||||||
%license COPYRIGHT LICENSE
|
%license COPYRIGHT.txt LICENSE.txt
|
||||||
%{_libdir}/libjasper.so.4*
|
%{_libdir}/libjasper.so.6*
|
||||||
|
|
||||||
%files utils
|
%files utils
|
||||||
%{_bindir}/jiv
|
%{_bindir}/jiv
|
||||||
@ -128,6 +126,9 @@ make test -C builder
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Feb 09 2022 Josef Ridky <jridky@redhat.com> - 3.0.0-1
|
||||||
|
- New upstream release 3.0.0
|
||||||
|
|
||||||
* Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.33-2
|
* Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.33-2
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (version-2.0.33.tar.gz) = ff88c4b55d52803786520e4f0db10f7cb7cd7642694c866ea7859bc79e409590469fc2c63afe522c7f8b0c00062c155c0fe3b83b8928e319173a3ec9fea3e09e
|
SHA512 (jasper-version-3.0.0.tar.gz) = 150dd1db769033f01e1cd91aa4a1906eab0a3d0d21dd9a2abf9b7a9cc80769712872b9c59a56494751e0f06c7648092477d966222b5f95d9222c7fb0d68799c9
|
||||||
|
Loading…
Reference in New Issue
Block a user