2004-12-08 16:40:10 +00:00
|
|
|
|
2006-12-08 17:30:56 +00:00
|
|
|
# NOTE: packages that can use jasper:
|
2004-12-08 16:40:10 +00:00
|
|
|
# ImageMagick
|
|
|
|
# netpbm
|
|
|
|
|
|
|
|
Summary: Implementation of the JPEG-2000 standard, Part 1
|
2005-03-03 21:56:40 +00:00
|
|
|
Name: jasper
|
|
|
|
Group: System Environment/Libraries
|
2007-03-29 18:57:04 +00:00
|
|
|
Version: 1.900.1
|
2009-02-25 08:57:53 +00:00
|
|
|
Release: 10%{?dist}
|
2005-04-06 22:12:02 +00:00
|
|
|
|
2007-08-17 15:15:28 +00:00
|
|
|
License: JasPer
|
2005-03-03 21:56:40 +00:00
|
|
|
URL: http://www.ece.uvic.ca/~mdadams/jasper/
|
2006-12-08 17:30:56 +00:00
|
|
|
Source0: http://www.ece.uvic.ca/~mdadams/jasper/software/jasper-%{version}.zip
|
2005-10-17 16:04:07 +00:00
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
2004-12-08 16:40:10 +00:00
|
|
|
|
2006-01-31 16:11:35 +00:00
|
|
|
Patch1: jasper-1.701.0-GL.patch
|
2006-03-01 18:12:26 +00:00
|
|
|
# autoconf/automake bits of patch1
|
|
|
|
Patch2: jasper-1.701.0-GL-ac.patch
|
2007-05-23 19:05:20 +00:00
|
|
|
# CVE-2007-2721 (bug #240397)
|
|
|
|
# borrowed from http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=413041;msg=88
|
|
|
|
Patch3: patch-libjasper-stepsizes-overflow.diff
|
2009-01-25 16:15:31 +00:00
|
|
|
# borrowed from http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=469786
|
|
|
|
Patch4: jpc_dec.c.patch
|
|
|
|
|
2006-01-31 16:11:35 +00:00
|
|
|
|
2006-03-01 16:30:23 +00:00
|
|
|
BuildRequires: automake
|
2005-10-17 16:04:07 +00:00
|
|
|
BuildRequires: libjpeg-devel
|
2006-10-04 19:21:42 +00:00
|
|
|
# "freeglut-devel: Requires: libGL-devel libGLU-devel" (#179464)
|
|
|
|
BuildRequires: freeglut-devel libGL-devel libGLU-devel
|
2004-12-08 16:40:10 +00:00
|
|
|
|
2007-09-17 18:20:25 +00:00
|
|
|
Requires: %{name}-libs = %{version}-%{release}
|
|
|
|
|
2004-12-08 16:40:10 +00:00
|
|
|
%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 devel
|
2007-10-15 13:34:58 +00:00
|
|
|
Summary: Header files, libraries and developer documentation
|
2004-12-08 16:40:10 +00:00
|
|
|
Group: Development/Libraries
|
2007-09-17 18:15:53 +00:00
|
|
|
Provides: libjasper-devel = %{version}-%{release}
|
2007-08-22 15:39:20 +00:00
|
|
|
Requires: %{name}-libs = %{version}-%{release}
|
2004-12-08 16:40:10 +00:00
|
|
|
Requires: libjpeg-devel
|
2005-03-03 21:56:40 +00:00
|
|
|
%description devel
|
2005-10-17 16:04:07 +00:00
|
|
|
%{summary}.
|
2004-12-08 16:40:10 +00:00
|
|
|
|
2007-08-22 15:39:20 +00:00
|
|
|
%package libs
|
2007-10-15 13:34:58 +00:00
|
|
|
Summary: Runtime libraries for %{name}
|
|
|
|
Group: System Environment/Libraries
|
2007-08-22 15:39:20 +00:00
|
|
|
%description libs
|
|
|
|
%{summary}.
|
|
|
|
|
|
|
|
%package utils
|
2007-10-15 13:34:58 +00:00
|
|
|
Summary: Nonessential utilities for %{name}
|
2007-08-22 15:39:20 +00:00
|
|
|
Group: Development/Libraries
|
|
|
|
Requires: %{name} = %{version}-%{release}
|
|
|
|
%description utils
|
|
|
|
%{summary}, including jiv and tmrdemo.
|
|
|
|
|
|
|
|
|
2004-12-08 16:40:10 +00:00
|
|
|
|
|
|
|
%prep
|
2007-09-17 18:15:53 +00:00
|
|
|
%setup -q -n %{name}-%{version}
|
2004-12-08 16:40:10 +00:00
|
|
|
|
2006-01-31 16:11:35 +00:00
|
|
|
%patch1 -p1 -b .GL
|
2007-05-23 19:05:20 +00:00
|
|
|
%patch3 -p1 -b .CVE-2007-2721
|
2009-01-25 16:15:31 +00:00
|
|
|
%patch4 -p1 -b .jpc_dec_assertion
|
2006-01-31 16:11:35 +00:00
|
|
|
|
2007-05-23 19:05:20 +00:00
|
|
|
|
2004-12-08 16:40:10 +00:00
|
|
|
%build
|
2006-03-01 16:30:23 +00:00
|
|
|
|
2004-12-08 16:40:10 +00:00
|
|
|
%configure \
|
2005-10-18 13:10:42 +00:00
|
|
|
--enable-shared \
|
2005-10-17 16:04:07 +00:00
|
|
|
--disable-static
|
2004-12-08 16:40:10 +00:00
|
|
|
|
2005-03-03 21:56:40 +00:00
|
|
|
make %{?_smp_mflags}
|
2004-12-08 16:40:10 +00:00
|
|
|
|
|
|
|
|
|
|
|
%install
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
2005-10-17 16:04:07 +00:00
|
|
|
|
2005-03-03 21:56:40 +00:00
|
|
|
make install DESTDIR=$RPM_BUILD_ROOT
|
2004-12-08 16:40:10 +00:00
|
|
|
|
|
|
|
# Unpackaged files
|
|
|
|
rm -f doc/README
|
2005-10-17 16:04:07 +00:00
|
|
|
rm -f $RPM_BUILD_ROOT%{_libdir}/lib*.la
|
2004-12-08 16:40:10 +00:00
|
|
|
|
|
|
|
|
2006-12-08 17:30:56 +00:00
|
|
|
%check
|
|
|
|
make check
|
|
|
|
|
|
|
|
|
|
|
|
%clean
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
|
|
|
|
2007-10-15 13:34:58 +00:00
|
|
|
%post libs -p /sbin/ldconfig
|
2006-12-08 17:30:56 +00:00
|
|
|
|
2007-10-15 13:34:58 +00:00
|
|
|
%postun libs -p /sbin/ldconfig
|
2006-12-08 17:30:56 +00:00
|
|
|
|
|
|
|
|
2004-12-08 16:40:10 +00:00
|
|
|
%files
|
2006-09-18 20:17:57 +00:00
|
|
|
%defattr(-,root,root,-)
|
2006-01-31 16:11:35 +00:00
|
|
|
%{_bindir}/imgcmp
|
|
|
|
%{_bindir}/imginfo
|
2007-08-22 15:39:20 +00:00
|
|
|
%{_bindir}/jasper
|
|
|
|
%{_mandir}/man1/img*
|
|
|
|
%{_mandir}/man1/jasper.1*
|
2004-12-08 16:40:10 +00:00
|
|
|
|
2005-03-03 21:56:40 +00:00
|
|
|
%files devel
|
2006-09-18 20:17:57 +00:00
|
|
|
%defattr(-,root,root,-)
|
2004-12-08 16:40:10 +00:00
|
|
|
%doc doc/*
|
2006-03-01 16:30:23 +00:00
|
|
|
%{_includedir}/jasper/
|
2009-01-25 16:15:31 +00:00
|
|
|
%{_libdir}/libjasper.so
|
2004-12-08 16:40:10 +00:00
|
|
|
|
2007-08-22 15:39:20 +00:00
|
|
|
%files libs
|
|
|
|
%defattr(-,root,root,-)
|
2007-09-17 18:15:53 +00:00
|
|
|
%doc COPYRIGHT LICENSE NEWS README
|
2009-01-25 16:15:31 +00:00
|
|
|
%{_libdir}/libjasper.so.1*
|
2007-08-22 15:39:20 +00:00
|
|
|
|
|
|
|
%files utils
|
|
|
|
%defattr(-,root,root,-)
|
|
|
|
%{_bindir}/jiv
|
|
|
|
%{_bindir}/tmrdemo
|
|
|
|
%{_mandir}/man1/jiv.1*
|
|
|
|
|
2004-12-08 16:40:10 +00:00
|
|
|
|
2005-03-03 21:56:40 +00:00
|
|
|
%changelog
|
2009-02-25 08:57:53 +00:00
|
|
|
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.900.1-10
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
|
|
|
|
2009-01-25 16:15:31 +00:00
|
|
|
* Sun Jan 25 2009 Rex Dieter <rdieter@fedoraproject.org> 1.900.1-9
|
|
|
|
- patch for "jpc_dec_tiledecode: Assertion `dec->numcomps == 3' failed)
|
|
|
|
(#481284, #481291)
|
|
|
|
|
2008-02-08 21:24:17 +00:00
|
|
|
* Fri Feb 08 2008 Rex Dieter <rdieter@fedoraproject.org> 1.900.1-8
|
|
|
|
- respin (gcc43)
|
|
|
|
|
2007-10-15 13:34:58 +00:00
|
|
|
* Mon Oct 15 2007 Rex Dieter <rdieter[AT]fedoraproject.org> 1.900.1-7
|
|
|
|
- -libs: %%post/%%postun -p /sbin/ldconfig
|
|
|
|
|
2007-09-17 18:20:25 +00:00
|
|
|
* Mon Sep 17 2007 Rex Dieter <rdieter[AT]fedoraproject.org> 1.900.1-6
|
|
|
|
- -libs: -Requires: %%name
|
|
|
|
- -devel: +Provides: libjasper-devel
|
2007-09-17 18:15:53 +00:00
|
|
|
- drop (unused) geojasper bits
|
|
|
|
|
2007-08-22 15:39:20 +00:00
|
|
|
* Wed Aug 22 2007 Rex Dieter <rdieter[AT]fedoraproject.org> 1.900.1-4
|
|
|
|
- -libs subpkg to be multilib friendlier
|
|
|
|
- -utils subpkg for non-essential binaries jiv, tmrdemo (#244153)
|
|
|
|
|
2007-08-17 15:15:28 +00:00
|
|
|
* Fri Aug 17 2007 Rex Dieter <rdieter[AT]fedoraproject.org> 1.900.1-3
|
|
|
|
- License: JasPer
|
|
|
|
|
2007-05-23 19:05:20 +00:00
|
|
|
* Wed May 23 2007 Rex Dieter <rdieter[AT]fedoraproject.org> 1.900.1-2
|
|
|
|
- CVE-2007-2721 (#240397)
|
|
|
|
|
2007-03-29 18:57:04 +00:00
|
|
|
* Thu Mar 29 2007 Rex Dieter <rdieter[AT]fedoraproject.org> 1.900.1-1
|
|
|
|
- jasper-1.900.1
|
|
|
|
|
2006-12-09 04:12:31 +00:00
|
|
|
* Fri Dec 08 2006 Rex Dieter <rexdieter[AT]users.sf.net> 1.900.0-3
|
|
|
|
- omit deprecated memleak patch
|
|
|
|
|
2006-12-08 17:32:36 +00:00
|
|
|
* Fri Dec 08 2006 Rex Dieter <rexdieter[AT]users.sf.net> 1.900.0-2
|
2006-12-08 17:31:48 +00:00
|
|
|
- jasper-1.900.0 (#218947)
|
2006-10-04 19:21:42 +00:00
|
|
|
|
2006-09-18 20:49:57 +00:00
|
|
|
* Mon Sep 18 2006 Rex Dieter <rexdieter[AT]users.sf.net> 1.701.0-15
|
2006-09-18 20:17:57 +00:00
|
|
|
- memory leak (#207006)
|
|
|
|
|
2006-08-29 17:28:32 +00:00
|
|
|
* Tue Aug 29 2006 Rex Dieter <rexdieter[AT]users.sf.net> 1.701.0-13
|
|
|
|
- fc6 respin
|
|
|
|
|
2006-03-01 18:16:10 +00:00
|
|
|
* Wed Mar 1 2006 Rex Dieter <rexdieter[AT]users.sf.net> 1.701.0-12
|
2006-03-01 18:12:26 +00:00
|
|
|
- fixup build issues introduced by geojasper integration
|
|
|
|
|
2006-03-01 16:30:23 +00:00
|
|
|
* Wed Mar 1 2006 Rex Dieter <rexdieter[AT]users.sf.net> 1.701.0-10
|
|
|
|
- support/use geojasper (optional, default no)
|
|
|
|
- fc5: gcc/glibc respin
|
|
|
|
|
2006-02-10 13:56:56 +00:00
|
|
|
* Fri Feb 10 2006 Rex Dieter <rexdieter[AT]users.sf.net>
|
|
|
|
- fc5: gcc/glibc respin
|
|
|
|
|
2006-01-31 16:43:46 +00:00
|
|
|
* Tue Jan 31 2006 Rex Dieter <rexdieter[AT]users.sf.net> 1.701.0-9
|
|
|
|
- workaround "freeglut-devel should Requires: libGL-devel, libGLU-devel"
|
|
|
|
(#179464)
|
|
|
|
|
2006-01-31 16:11:35 +00:00
|
|
|
* Tue Jan 31 2006 Rex Dieter <rexdieter[AT]users.sf.net> 1.701.0-8
|
|
|
|
- revert jasper to jaspertool rename (#176773)
|
|
|
|
- actually use/apply GL patch
|
|
|
|
|
2005-10-18 13:10:42 +00:00
|
|
|
* Tue Oct 18 2005 Rex Dieter <rexdieter[AT]users.sf.net> 1.701.0-7
|
|
|
|
- GL patch to remove libGL dependancy (using only freeglut)
|
|
|
|
|
|
|
|
* Tue Oct 18 2005 Rex Dieter <rexdieter[AT]users.sf.net> 1.701.0-6
|
|
|
|
- token %%check section
|
|
|
|
- --enable-shared
|
|
|
|
|
2005-10-17 16:04:07 +00:00
|
|
|
* Mon Oct 17 2005 Rex Dieter <rexdieter[AT]users.sf.net> 1.701.0-5
|
|
|
|
- use %%{?dist}
|
2005-10-18 12:51:44 +00:00
|
|
|
- BR: libGL-devel
|
2005-10-17 16:04:07 +00:00
|
|
|
|
2005-04-06 22:12:02 +00:00
|
|
|
* Fri Apr 7 2005 Michael Schwendt <mschwendt[AT]users.sf.net>
|
|
|
|
- rebuilt
|
|
|
|
|
2004-12-08 16:40:10 +00:00
|
|
|
* Sat Oct 23 2004 Rex Dieter <rexdieter at sf.net> 0:1.701.0-0.fdr.3
|
|
|
|
- Capitalize summary
|
|
|
|
- remove 0-length ChangeLog
|
|
|
|
|
|
|
|
* Fri Jun 04 2004 Rex Dieter <rexdieter at sf.net> 0:1.701.0-0.fdr.2
|
|
|
|
- nuke .la file
|
|
|
|
- BR: glut-devel -> freeglut-devel
|
|
|
|
|
|
|
|
* Tue Jun 01 2004 Rex Dieter <rexdieter at sf.net> 0:1.701.0-0.fdr.1
|
|
|
|
- 1.701.0
|
|
|
|
|
|
|
|
* Tue Jun 01 2004 Rex Dieter <rexdieter at sf.net> 0:1.700.5-0.fdr.2
|
|
|
|
- avoid conflicts with fc'2 tomcat by renaming /usr/bin/jasper -> jaspertool
|
|
|
|
|
|
|
|
* Mon Mar 08 2004 Rex Dieter <rexdieter at sf.net> 0:1.700.5-0.fdr.1
|
|
|
|
- use Epochs.
|
|
|
|
- -devel: Requires: %%name = %%epoch:%%version
|
|
|
|
|
|
|
|
* Thu Jan 22 2004 Rex Dieter <rexdieter at sf.net> 1.700.5-0.fdr.0
|
|
|
|
- first try
|
|
|
|
|