File jasper.spec of Package jasper.16208

#
# spec file for package jasper
#
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

# Please submit bugfixes or comments via http://bugs.opensuse.org/
#


Name:           jasper
Version:        2.0.14
Release:        0
Summary:        An Implementation of the JPEG-2000 Standard, Part 1
License:        SUSE-Public-Domain
Group:          Productivity/Graphics/Convertors
Url:            http://www.ece.uvic.ca/~mdadams/jasper/
Source:         %{name}-%{version}.tar.gz
Source2:        baselibs.conf
Patch1:         jasper-CVE-2016-9398.patch
Patch2:         jasper-CVE-2016-9396.patch
Patch3:         0001-Added-a-fix-from-nrusch-to-allow-JasPer-to-be-build-.patch
Patch4:         jasper-CVE-2018-9055.patch
Patch5:         jasper-CVE-2018-19539.patch
Patch6:         jasper-CVE-2018-19542.patch
Patch7:         jasper-CVE-2018-19540.patch
Patch8:         jasper-CVE-2018-19541.patch
Patch9:         jasper-CVE-2018-9154.patch
Patch10:        jasper-CVE-2016-9399.patch
Patch11:        jasper-CVE-2017-5499.patch
Patch12:        jasper-CVE-2017-5503-CVE-2017-5504-CVE-2017-5505.patch
Patch13:        jasper-CVE-2018-20570.patch
Patch14:        jasper-CVE-2018-20622.patch
Patch15:        jasper-CVE-2018-19543-CVE-2017-9782.patch
Patch16:        jasper-CVE-2018-19139.patch
Patch17:        jasper-CVE-2018-18873.patch
Patch18:        jasper-CVE-2018-9252.patch
Patch19:        jasper-CVE-2017-14132.patch
Patch20:        jasper-CVE-2016-9398-upstream.patch
BuildRequires:  Mesa-libGL-devel
BuildRequires:  cmake
BuildRequires:  doxygen
BuildRequires:  fdupes
BuildRequires:  freeglut-devel
BuildRequires:  gcc-c++
BuildRequires:  glu-devel
BuildRequires:  libXi-devel
BuildRequires:  libXmu-devel
BuildRequires:  libdrm-devel
BuildRequires:  libjpeg-devel
BuildRequires:  pkgconfig
BuildRoot:      %{_tmppath}/%{name}-%{version}-build

%description
This package contains an implementation of the image compression
standard, JPEG-2000, Part 1. It consists of tools for conversion to and
from the JP2 and JPC formats.

%package -n libjasper4
Summary:        JPEG-2000 library
# bug437293
# used in <= 11.3
Group:          Productivity/Graphics/Convertors
Obsoletes:      libjasper < %{version}-%{release}
Provides:       libjasper = %{version}-%{release}
%ifarch ppc64
Obsoletes:      libjasper-64bit
%endif
#

%description -n libjasper4
This package contains libjasper, a library implementing the JPEG-2000
image compression standard Part 1.

%package -n libjasper-devel
Summary:        Development files for libjasper, a JPEG-2000 library
# bug437293
#
Group:          Development/Libraries/C and C++
Requires:       libjasper4 = %{version}
Requires:       libjpeg-devel
%ifarch ppc64
Obsoletes:      libjasper-devel-64bit
%endif

%description -n libjasper-devel
This package contains libjasper, a library implementing the JPEG-2000
image compression standard Part 1.

%prep
%setup -q
%patch1 -p1
%patch2 -p1
%patch3 -p1
%patch4 -p1
%patch5 -p1
%patch6 -p1
%patch7 -p1
%patch8 -p1
%patch9 -p1
%patch10 -p1
%patch11 -p1
%patch12 -p1
%patch13 -p1
%patch14 -p1
%patch15 -p1
%patch16 -p1
%patch17 -p1
%patch18 -p1
%patch19 -p1
%patch20 -p1

%build
export CFLAGS="%{optflags} -Wall -std=c99 -D_BSD_SOURCE"
%cmake -DCMAKE_INSTALL_DOCDIR=%{_docdir}/%{name}
make %{?_smp_mflags}

%install
%cmake_install
mv doc/README doc/README.doc
%fdupes -s %{buildroot}/%{_docdir}/%{name}

%post -n libjasper4 -p /sbin/ldconfig
%postun -n libjasper4 -p /sbin/ldconfig

%files
%defattr(-,root,root)
%doc COPYRIGHT LICENSE README doc/*
%{_bindir}/imgcmp
%{_bindir}/imginfo
%{_bindir}/jasper
%{_bindir}/jiv
%{_mandir}/man*/*

%files -n libjasper4
%defattr(-,root,root)
%{_libdir}/libjasper*.so.*

%files -n libjasper-devel
%defattr(-,root,root)
%{_includedir}/jasper
%{_libdir}/libjasper.so
%{_libdir}/pkgconfig/jasper.pc

%changelog
openSUSE Build Service is sponsored by