Update to 1.0.90.
- libjpeg-turbo10-rh639672.patch merged Signed-off-by: Adam Tkac <atkac@redhat.com>
This commit is contained in:
parent
434cc7a7b1
commit
d98621162a
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,2 +1,3 @@
|
||||
libjpeg-turbo-1.0.0.tar.gz
|
||||
/libjpeg-turbo-1.0.1.tar.gz
|
||||
/libjpeg-turbo-1.0.90.tar.gz
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
Name: libjpeg-turbo
|
||||
Version: 1.0.1
|
||||
Release: 3%{?dist}
|
||||
Version: 1.0.90
|
||||
Release: 1%{?dist}
|
||||
Summary: A MMX/SSE2 accelerated library for manipulating JPEG image files
|
||||
|
||||
Group: System Environment/Libraries
|
||||
@ -21,8 +21,6 @@ Obsoletes: libjpeg < 6b-47
|
||||
# java-1.6.0-openjdk (#rh607554) -- atkac
|
||||
Provides: libjpeg = 6b-47
|
||||
|
||||
Patch0: libjpeg-turbo10-rh639672.patch
|
||||
|
||||
%description
|
||||
The libjpeg-turbo package contains a library of functions for manipulating
|
||||
JPEG images
|
||||
@ -72,8 +70,6 @@ JPEG images
|
||||
%prep
|
||||
%setup -q
|
||||
|
||||
%patch0 -p1 -b .rh639672
|
||||
|
||||
%build
|
||||
autoreconf -fiv
|
||||
|
||||
@ -109,7 +105,7 @@ rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root,-)
|
||||
%doc coderules.doc jconfig.doc libjpeg.doc structure.doc example.c
|
||||
%doc coderules.txt jconfig.txt libjpeg.txt structure.txt example.c
|
||||
%{_includedir}/jconfig.h
|
||||
%{_includedir}/jerror.h
|
||||
%{_includedir}/jmorecfg.h
|
||||
@ -118,7 +114,7 @@ rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
%files utils
|
||||
%defattr(-,root,root,-)
|
||||
%doc usage.doc wizard.doc
|
||||
%doc usage.txt wizard.txt
|
||||
%{_bindir}/cjpeg
|
||||
%{_bindir}/djpeg
|
||||
%{_bindir}/jpegtran
|
||||
@ -135,6 +131,10 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_libdir}/libjpeg.a
|
||||
|
||||
%changelog
|
||||
* Mon Jan 17 2011 Adam Tkac <atkac redhat com> 1.0.90-1
|
||||
- update to 1.0.90
|
||||
- libjpeg-turbo10-rh639672.patch merged
|
||||
|
||||
* Fri Oct 29 2010 Adam Tkac <atkac redhat com> 1.0.1-3
|
||||
- add support for arithmetic coded files into decoder (#639672)
|
||||
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user