Update to 1.2.90
Signed-off-by: Adam Tkac <atkac@redhat.com>
This commit is contained in:
parent
42cf4d203f
commit
cbcaa56751
1
.gitignore
vendored
1
.gitignore
vendored
@ -6,3 +6,4 @@ libjpeg-turbo-1.0.0.tar.gz
|
|||||||
/libjpeg-turbo-1.2.0.tar.gz
|
/libjpeg-turbo-1.2.0.tar.gz
|
||||||
/libjpeg-turbo-1.2.1.tar.gz
|
/libjpeg-turbo-1.2.1.tar.gz
|
||||||
/libjpeg-turbo-1.2.90-20130204svn922.tar.gz
|
/libjpeg-turbo-1.2.90-20130204svn922.tar.gz
|
||||||
|
/libjpeg-turbo-1.2.90.tar.gz
|
||||||
|
@ -1,14 +1,12 @@
|
|||||||
%global snap 20130204svn922
|
|
||||||
|
|
||||||
Name: libjpeg-turbo
|
Name: libjpeg-turbo
|
||||||
Version: 1.2.90
|
Version: 1.2.90
|
||||||
Release: 0.1.%{snap}%{?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
|
||||||
License: IJG
|
License: IJG
|
||||||
URL: http://sourceforge.net/projects/libjpeg-turbo
|
URL: http://sourceforge.net/projects/libjpeg-turbo
|
||||||
Source0: http://downloads.sourceforge.net/%{name}/%{name}-%{version}-%{snap}.tar.gz
|
Source0: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
|
|
||||||
BuildRequires: autoconf, automake, libtool
|
BuildRequires: autoconf, automake, libtool
|
||||||
@ -91,7 +89,7 @@ This package contains header files necessary for developing programs which
|
|||||||
will manipulate JPEG files using the TurboJPEG library.
|
will manipulate JPEG files using the TurboJPEG library.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{name}-%{version}-%{snap}
|
%setup -q
|
||||||
|
|
||||||
%patch0 -p1 -b .noinst
|
%patch0 -p1 -b .noinst
|
||||||
|
|
||||||
@ -167,6 +165,9 @@ make test
|
|||||||
%{_libdir}/libturbojpeg.so
|
%{_libdir}/libturbojpeg.so
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Feb 08 2013 Adam Tkac <atkac redhat com> 1.2.90-1
|
||||||
|
- update to 1.2.90
|
||||||
|
|
||||||
* Mon Feb 04 2013 Adam Tkac <atkac redhat com> 1.2.90-0.1.20130204svn922
|
* Mon Feb 04 2013 Adam Tkac <atkac redhat com> 1.2.90-0.1.20130204svn922
|
||||||
- update to 1.2.80 snapshot (#854695)
|
- update to 1.2.80 snapshot (#854695)
|
||||||
- run `make test` during build
|
- run `make test` during build
|
||||||
|
Loading…
Reference in New Issue
Block a user