Make tabs/spaces consistent on spec file.
This commit is contained in:
parent
d603cc0e1b
commit
833d95a563
@ -1,28 +1,28 @@
|
|||||||
Name: libjpeg-turbo
|
Name: libjpeg-turbo
|
||||||
Version: 1.3.1
|
Version: 1.3.1
|
||||||
Release: 1%{?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
|
||||||
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}.tar.gz
|
Source0: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
|
||||||
Patch0: libjpeg-turbo12-noinst.patch
|
Patch0: libjpeg-turbo12-noinst.patch
|
||||||
Patch1: libjpeg-turbo-header-files.patch
|
Patch1: libjpeg-turbo-header-files.patch
|
||||||
|
|
||||||
BuildRequires: autoconf
|
BuildRequires: autoconf
|
||||||
BuildRequires: automake
|
BuildRequires: automake
|
||||||
BuildRequires: libtool
|
BuildRequires: libtool
|
||||||
|
|
||||||
%ifarch %{ix86} x86_64
|
%ifarch %{ix86} x86_64
|
||||||
BuildRequires: nasm
|
BuildRequires: nasm
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
Obsoletes: libjpeg < 6b-47
|
Obsoletes: libjpeg < 6b-47
|
||||||
# add provides (even if it not needed) to workaround bad packages, like
|
# add provides (even if it not needed) to workaround bad packages, like
|
||||||
# java-1.6.0-openjdk (#rh607554) -- atkac
|
# java-1.6.0-openjdk (#rh607554) -- atkac
|
||||||
Provides: libjpeg = 6b-47%{?dist}
|
Provides: libjpeg = 6b-47%{?dist}
|
||||||
%if "%{?_isa}" != ""
|
%if "%{?_isa}" != ""
|
||||||
Provides: libjpeg%{_isa} = 6b-47%{?dist}
|
Provides: libjpeg%{_isa} = 6b-47%{?dist}
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -30,23 +30,23 @@ The libjpeg-turbo package contains a library of functions for manipulating JPEG
|
|||||||
images.
|
images.
|
||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
Summary: Headers for the libjpeg-turbo library
|
Summary: Headers for the libjpeg-turbo library
|
||||||
Obsoletes: libjpeg-devel < 6b-47
|
Obsoletes: libjpeg-devel < 6b-47
|
||||||
Provides: libjpeg-devel = 6b-47%{?dist}
|
Provides: libjpeg-devel = 6b-47%{?dist}
|
||||||
%if "%{?_isa}" != ""
|
%if "%{?_isa}" != ""
|
||||||
Provides: libjpeg-devel%{_isa} = 6b-47%{?dist}
|
Provides: libjpeg-devel%{_isa} = 6b-47%{?dist}
|
||||||
%endif
|
%endif
|
||||||
Requires: libjpeg-turbo%{?_isa} = %{version}-%{release}
|
Requires: libjpeg-turbo%{?_isa} = %{version}-%{release}
|
||||||
Obsoletes: libjpeg-turbo-static < 1.3.1
|
Obsoletes: libjpeg-turbo-static < 1.3.1
|
||||||
Provides: libjpeg-turbo-static = 1.3.1%{?dist}
|
Provides: libjpeg-turbo-static = 1.3.1%{?dist}
|
||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
This package contains header files necessary for developing programs which will
|
This package contains header files necessary for developing programs which will
|
||||||
manipulate JPEG files using the libjpeg-turbo library.
|
manipulate JPEG files using the libjpeg-turbo library.
|
||||||
|
|
||||||
%package utils
|
%package utils
|
||||||
Summary: Utilities for manipulating JPEG images
|
Summary: Utilities for manipulating JPEG images
|
||||||
Requires: libjpeg-turbo%{?_isa} = %{version}-%{release}
|
Requires: libjpeg-turbo%{?_isa} = %{version}-%{release}
|
||||||
|
|
||||||
%description utils
|
%description utils
|
||||||
The libjpeg-turbo-utils package contains simple client programs for accessing
|
The libjpeg-turbo-utils package contains simple client programs for accessing
|
||||||
@ -57,14 +57,14 @@ transformations on JPEG files. Rdjpgcom displays any text comments included in a
|
|||||||
JPEG file. Wrjpgcom inserts text comments into a JPEG file.
|
JPEG file. Wrjpgcom inserts text comments into a JPEG file.
|
||||||
|
|
||||||
%package -n turbojpeg
|
%package -n turbojpeg
|
||||||
Summary: TurboJPEG library
|
Summary: TurboJPEG library
|
||||||
|
|
||||||
%description -n turbojpeg
|
%description -n turbojpeg
|
||||||
The turbojpeg package contains the TurboJPEG shared library.
|
The turbojpeg package contains the TurboJPEG shared library.
|
||||||
|
|
||||||
%package -n turbojpeg-devel
|
%package -n turbojpeg-devel
|
||||||
Summary: Headers for the TurboJPEG library
|
Summary: Headers for the TurboJPEG library
|
||||||
Requires: turbojpeg%{?_isa} = %{version}-%{release}
|
Requires: turbojpeg%{?_isa} = %{version}-%{release}
|
||||||
|
|
||||||
%description -n turbojpeg-devel
|
%description -n turbojpeg-devel
|
||||||
This package contains header files necessary for developing programs which will
|
This package contains header files necessary for developing programs which will
|
||||||
@ -130,7 +130,7 @@ make test
|
|||||||
%{_libdir}/libturbojpeg.so
|
%{_libdir}/libturbojpeg.so
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Thu Apr 16 2014 Simone Caronni <negativo17@gmail.com> - 1.3.1-2
|
* Thu Apr 17 2014 Simone Caronni <negativo17@gmail.com> - 1.3.1-2
|
||||||
- Re-add libjpeg-devel requirements for broken packages since Fedora 13.
|
- Re-add libjpeg-devel requirements for broken packages since Fedora 13.
|
||||||
|
|
||||||
* Wed Apr 16 2014 Petr Hracek <phracek@redhat.com> - 1.3.1-1
|
* Wed Apr 16 2014 Petr Hracek <phracek@redhat.com> - 1.3.1-1
|
||||||
|
Loading…
Reference in New Issue
Block a user