added --force option to autoreconf (#925604)
This commit is contained in:
parent
e37d75d64e
commit
991a7a91a6
10
jasper.spec
10
jasper.spec
@ -7,7 +7,7 @@ Summary: Implementation of the JPEG-2000 standard, Part 1
|
|||||||
Name: jasper
|
Name: jasper
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
Version: 1.900.1
|
Version: 1.900.1
|
||||||
Release: 23%{?dist}
|
Release: 24%{?dist}
|
||||||
|
|
||||||
License: JasPer
|
License: JasPer
|
||||||
URL: http://www.ece.uvic.ca/~frodo/jasper/
|
URL: http://www.ece.uvic.ca/~frodo/jasper/
|
||||||
@ -41,7 +41,8 @@ Patch14: jasper-1.900.1-Coverity-RESOURCE_LEAK.patch
|
|||||||
Patch15: jasper-1.900.1-Coverity-UNREACHABLE.patch
|
Patch15: jasper-1.900.1-Coverity-UNREACHABLE.patch
|
||||||
Patch16: jasper-1.900.1-Coverity-UNUSED_VALUE.patch
|
Patch16: jasper-1.900.1-Coverity-UNUSED_VALUE.patch
|
||||||
|
|
||||||
BuildRequires: automake libtool
|
# autoreconf
|
||||||
|
BuildRequires: autoconf automake libtool
|
||||||
BuildRequires: freeglut-devel
|
BuildRequires: freeglut-devel
|
||||||
BuildRequires: libGLU-devel
|
BuildRequires: libGLU-devel
|
||||||
BuildRequires: libjpeg-devel
|
BuildRequires: libjpeg-devel
|
||||||
@ -101,7 +102,7 @@ Requires: %{name}-libs%{?_isa} = %{version}-%{release}
|
|||||||
%patch15 -p1 -b .UNREACHABLE
|
%patch15 -p1 -b .UNREACHABLE
|
||||||
%patch16 -p1 -b .UNUSED_VALUE
|
%patch16 -p1 -b .UNUSED_VALUE
|
||||||
|
|
||||||
autoreconf -i
|
autoreconf --verbose --force --install
|
||||||
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
@ -169,6 +170,9 @@ make check
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Mar 25 2013 Jiri Popelka <jpopelka@redhat.com> - 1.900.1-24
|
||||||
|
- added --force option to autoreconf (#925604)
|
||||||
|
|
||||||
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.900.1-23
|
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.900.1-23
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user