Changeset 1754
- Timestamp:
- Feb 27, 2021, 12:00:35 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
spec/trunk/SPECS/jasper.spec
r1744 r1754 6 6 Summary: Implementation of the JPEG-2000 standard, Part 1 7 7 Name: jasper 8 Version: 2.0.2 48 Version: 2.0.25 9 9 Release: 1%{?dist} 10 10 … … 32 32 BuildRequires: freeglut-devel 33 33 BuildRequires: libGLU-devel 34 %endif 35 BuildRequires: libjpeg-devel 36 %if !0%{?os2_version} 34 37 BuildRequires: libXmu-devel libXi-devel 38 %endif 39 BuildRequires: pkgconfig doxygen 40 %if !0%{?os2_version} 35 41 BuildRequires: mesa-libGL-devel 36 42 %endif 37 BuildRequires: libjpeg-devel38 BuildRequires: pkgconfig doxygen39 43 40 44 Requires: %{name}-libs%{?_isa} = %{version}-%{release} 41 45 BuildRequires: gcc 46 BuildRequires: make 42 47 43 48 %description … … 73 78 %if !0%{?os2_version} 74 79 %setup -q -n %{name}-version-%{version} 75 %else76 %scm_setup77 %endif78 80 79 %if !0%{?os2_version}80 81 %patch2 -p1 -b .rpath 81 82 # Need to disable one test to be able to build it on ppc64 arch 82 83 # At ppc64 this test just stuck (nothing happend - no exception or error) 83 84 %patch3 -p1 -b .freeglut 84 %endif85 85 86 86 %if "%{_arch}" == "ppc64" 87 87 %patch100 -p1 -b .test-ppc64-disable 88 %endif 89 %else 90 %scm_setup 88 91 %endif 89 92 … … 94 97 %patch101 -p1 -b .test-ppc64le-disable 95 98 %endif 99 96 100 97 101 %build … … 116 120 rm -f doc/README 117 121 rm -f %{buildroot}%{_libdir}/lib*.la 118 119 122 120 123 %check … … 155 158 %{_libdir}/libjasper.so.4* 156 159 %else 157 %{_libdir}/ jasper*.dll160 %{_libdir}/*.dll 158 161 %endif 159 162 163 %files utils 160 164 %if !0%{?os2_version} 161 %files utils162 165 %{_bindir}/jiv 163 166 %{_mandir}/man1/jiv.1* … … 165 168 166 169 %changelog 170 * Fri Feb 26 2021 Elbert Pol <elbert.pol@gmail.com> - 2.0.25-1 171 - Updated to latest version 2.0.25 172 167 173 * Thu Jan 07 2021 Elbert Pol <elbert.pol@gmail.com> - 2.0.24-1 168 174 - Updated to latest version 2.0.24
Note:
See TracChangeset
for help on using the changeset viewer.