- jasper-1.900.0

This commit is contained in:
Rex Dieter 2006-12-08 17:30:56 +00:00
parent eee7cfff56
commit 34320dc990
3 changed files with 24 additions and 22 deletions

View File

@ -1,2 +1,4 @@
clog
geojasper_src.zip geojasper_src.zip
jasper-1.701.0.zip jasper-1.701.0.zip
jasper-1.900.0.zip

View File

@ -1,8 +1,7 @@
# NOTE: packages can use jasper: # NOTE: packages that can use jasper:
# ImageMagick # ImageMagick
# kdelibs # kdelibs
# koffice
# netpbm # netpbm
# define to use GeoJasper # define to use GeoJasper
@ -11,8 +10,8 @@
Summary: Implementation of the JPEG-2000 standard, Part 1 Summary: Implementation of the JPEG-2000 standard, Part 1
Name: jasper Name: jasper
Group: System Environment/Libraries Group: System Environment/Libraries
Version: 1.701.0 Version: 1.900.0
Release: 15%{?dist}.2 Release: 1%{?dist}
License: JasPer License Version 2.0 License: JasPer License Version 2.0
%if "%{?geo:1}" == "1" %if "%{?geo:1}" == "1"
@ -22,7 +21,7 @@ Source: http://dimin.m6.net/software/utils/geojasper_src.zip
Provides: geojasper = %{geojasper_ver} Provides: geojasper = %{geojasper_ver}
%else %else
URL: http://www.ece.uvic.ca/~mdadams/jasper/ URL: http://www.ece.uvic.ca/~mdadams/jasper/
Source: http://www.ece.uvic.ca/~mdadams/jasper/software/jasper-1.701.0.zip Source0: http://www.ece.uvic.ca/~mdadams/jasper/software/jasper-%{version}.zip
%endif %endif
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@ -80,10 +79,6 @@ automake -a
make %{?_smp_mflags} make %{?_smp_mflags}
%check ||:
make check
%install %install
rm -rf $RPM_BUILD_ROOT rm -rf $RPM_BUILD_ROOT
@ -91,10 +86,22 @@ make install DESTDIR=$RPM_BUILD_ROOT
# Unpackaged files # Unpackaged files
rm -f doc/README rm -f doc/README
rm -f $RPM_BUILD_ROOT%{_bindir}/%{_target_platform}*
rm -f $RPM_BUILD_ROOT%{_libdir}/lib*.la rm -f $RPM_BUILD_ROOT%{_libdir}/lib*.la
%check
make check
%clean
rm -rf $RPM_BUILD_ROOT
%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig
%files %files
%defattr(-,root,root,-) %defattr(-,root,root,-)
%doc COPYRIGHT LICENSE NEWS README %doc COPYRIGHT LICENSE NEWS README
@ -102,7 +109,9 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/lib*.la
%{_bindir}/jiv %{_bindir}/jiv
%{_bindir}/imginfo %{_bindir}/imginfo
%{_bindir}/*jasper* %{_bindir}/*jasper*
%{_bindir}/tmrdemo
%{_libdir}/lib*.so.* %{_libdir}/lib*.so.*
%{_mandir}/man1/*
%files devel %files devel
%defattr(-,root,root,-) %defattr(-,root,root,-)
@ -111,18 +120,9 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/lib*.la
%{_libdir}/lib*.so %{_libdir}/lib*.so
%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig
%clean
rm -rf $RPM_BUILD_ROOT
%changelog %changelog
* Wed Oct 04 2006 Rex Dieter <rexdieter[AT]users.sf.net> * Fri Dec 08 2006 Rex Dieter <rexdieter[AT]users.sf.net> 1.900.0-1
- respin - jasper-1.900.0
* Mon Sep 18 2006 Rex Dieter <rexdieter[AT]users.sf.net> 1.701.0-15 * Mon Sep 18 2006 Rex Dieter <rexdieter[AT]users.sf.net> 1.701.0-15
- memory leak (#207006) - memory leak (#207006)

View File

@ -1 +1 @@
22a9f74fc880e38dd125c60aa4e4ce97 jasper-1.701.0.zip bef4a89e72b6a2a68a963c0dc837bacb jasper-1.900.0.zip