Update to 1.1.0.
Signed-off-by: Adam Tkac <atkac@redhat.com>
This commit is contained in:
parent
61fc2a4138
commit
fd68055648
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,3 +1,4 @@
|
|||||||
libjpeg-turbo-1.0.0.tar.gz
|
libjpeg-turbo-1.0.0.tar.gz
|
||||||
/libjpeg-turbo-1.0.1.tar.gz
|
/libjpeg-turbo-1.0.1.tar.gz
|
||||||
/libjpeg-turbo-1.0.90.tar.gz
|
/libjpeg-turbo-1.0.90.tar.gz
|
||||||
|
/libjpeg-turbo-1.1.0.tar.gz
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
Name: libjpeg-turbo
|
Name: libjpeg-turbo
|
||||||
Version: 1.0.90
|
Version: 1.1.0
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: A MMX/SSE2 accelerated library for manipulating JPEG image files
|
Summary: A MMX/SSE2 accelerated library for manipulating JPEG image files
|
||||||
|
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
@ -21,6 +21,8 @@ Obsoletes: libjpeg < 6b-47
|
|||||||
# java-1.6.0-openjdk (#rh607554) -- atkac
|
# java-1.6.0-openjdk (#rh607554) -- atkac
|
||||||
Provides: libjpeg = 6b-47
|
Provides: libjpeg = 6b-47
|
||||||
|
|
||||||
|
Patch0: libjpeg-turbo11-noinst_jpgtest.patch
|
||||||
|
|
||||||
%description
|
%description
|
||||||
The libjpeg-turbo package contains a library of functions for manipulating
|
The libjpeg-turbo package contains a library of functions for manipulating
|
||||||
JPEG images
|
JPEG images
|
||||||
@ -70,6 +72,8 @@ JPEG images
|
|||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
|
%patch0 -p1 -b .noinst_jpgtest
|
||||||
|
|
||||||
%build
|
%build
|
||||||
autoreconf -fiv
|
autoreconf -fiv
|
||||||
|
|
||||||
@ -131,6 +135,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_libdir}/libjpeg.a
|
%{_libdir}/libjpeg.a
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Mar 01 2011 Adam Tkac <atkac redhat com> 1.1.0-1
|
||||||
|
- update to 1.1.0
|
||||||
|
|
||||||
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.90-2
|
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.90-2
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
||||||
|
|
||||||
|
14
libjpeg-turbo11-noinst_jpgtest.patch
Normal file
14
libjpeg-turbo11-noinst_jpgtest.patch
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
diff -up libjpeg-turbo-1.1.0/Makefile.am.noinst_jpgtest libjpeg-turbo-1.1.0/Makefile.am
|
||||||
|
--- libjpeg-turbo-1.1.0/Makefile.am.noinst_jpgtest 2011-03-01 14:40:04.291829489 +0100
|
||||||
|
+++ libjpeg-turbo-1.1.0/Makefile.am 2011-03-01 14:40:13.081814233 +0100
|
||||||
|
@@ -58,8 +58,8 @@ endif
|
||||||
|
|
||||||
|
TSTHDRS = rrutil.h rrtimer.h
|
||||||
|
|
||||||
|
-bin_PROGRAMS = cjpeg djpeg jpegtran rdjpgcom wrjpgcom jpgtest
|
||||||
|
-noinst_PROGRAMS = jpegut
|
||||||
|
+bin_PROGRAMS = cjpeg djpeg jpegtran rdjpgcom wrjpgcom
|
||||||
|
+noinst_PROGRAMS = jpegut jpgtest
|
||||||
|
|
||||||
|
jpgtest_SOURCES = $(TSTHDRS) jpgtest.c bmp.h bmp.c
|
||||||
|
|
Loading…
Reference in New Issue
Block a user