Changeset 1754


Ignore:
Timestamp:
Feb 27, 2021, 12:00:35 AM (4 years ago)
Author:
tellie
Message:

spec: jasper: Release version 2.0.25-1.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • spec/trunk/SPECS/jasper.spec

    r1744 r1754  
    66Summary: Implementation of the JPEG-2000 standard, Part 1
    77Name:    jasper
    8 Version: 2.0.24
     8Version: 2.0.25
    99Release: 1%{?dist}
    1010
     
    3232BuildRequires: freeglut-devel
    3333BuildRequires: libGLU-devel
     34%endif
     35BuildRequires: libjpeg-devel
     36%if !0%{?os2_version}
    3437BuildRequires: libXmu-devel libXi-devel
     38%endif
     39BuildRequires: pkgconfig doxygen
     40%if !0%{?os2_version}
    3541BuildRequires: mesa-libGL-devel
    3642%endif
    37 BuildRequires: libjpeg-devel
    38 BuildRequires: pkgconfig doxygen
    3943
    4044Requires: %{name}-libs%{?_isa} = %{version}-%{release}
    4145BuildRequires: gcc
     46BuildRequires: make
    4247
    4348%description
     
    7378%if !0%{?os2_version}
    7479%setup -q -n %{name}-version-%{version}
    75 %else
    76 %scm_setup
    77 %endif
    7880
    79 %if !0%{?os2_version}
    8081%patch2 -p1 -b .rpath
    8182# Need to disable one test to be able to build it on ppc64 arch
    8283# At ppc64 this test just stuck (nothing happend - no exception or error)
    8384%patch3 -p1 -b .freeglut
    84 %endif
    8585
    8686%if "%{_arch}" == "ppc64"
    8787%patch100 -p1 -b .test-ppc64-disable
     88%endif
     89%else
     90%scm_setup
    8891%endif
    8992
     
    9497%patch101 -p1 -b .test-ppc64le-disable
    9598%endif
     99
    96100
    97101%build
     
    116120rm -f doc/README
    117121rm -f %{buildroot}%{_libdir}/lib*.la
    118 
    119122
    120123%check
     
    155158%{_libdir}/libjasper.so.4*
    156159%else
    157 %{_libdir}/jasper*.dll
     160%{_libdir}/*.dll
    158161%endif
    159162
     163%files utils
    160164%if !0%{?os2_version}
    161 %files utils
    162165%{_bindir}/jiv
    163166%{_mandir}/man1/jiv.1*
     
    165168
    166169%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
    167173* Thu Jan 07 2021 Elbert Pol <elbert.pol@gmail.com> - 2.0.24-1
    168174- Updated to latest version 2.0.24
Note: See TracChangeset for help on using the changeset viewer.