udftools-1.0.0b3-19
- run autoreconf to support aarch64 architecture Resolves: rhbz#926671
This commit is contained in:
parent
44bc47da44
commit
ce2fb397d5
@ -1,7 +1,7 @@
|
||||
Summary: Linux UDF Filesystem userspace utilities
|
||||
Name: udftools
|
||||
Version: 1.0.0b3
|
||||
Release: 18%{?dist}
|
||||
Release: 19%{?dist}
|
||||
License: GPLv2+
|
||||
Group: Applications/Archiving
|
||||
URL: http://sourceforge.net/projects/linux-udf/
|
||||
@ -15,6 +15,7 @@ Patch5: udftools-1.0.0b3-warningfixes2.patch
|
||||
Patch6: udftools-1.0.0b3-extsize.patch
|
||||
Patch7: udftools-1.0.0b3-staticanal.patch
|
||||
BuildRequires: readline-devel, ncurses-devel
|
||||
BuildRequires: autoconf, automake
|
||||
|
||||
%description
|
||||
Linux UDF Filesystem userspace utilities.
|
||||
@ -33,6 +34,7 @@ Linux UDF Filesystem userspace utilities.
|
||||
|
||||
|
||||
%build
|
||||
autoreconf
|
||||
export CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing"
|
||||
%configure
|
||||
%{__make} %{?_smp_mflags}
|
||||
@ -52,6 +54,10 @@ export CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing"
|
||||
|
||||
|
||||
%changelog
|
||||
* Mon Mar 25 2013 Harald Hoyer <harald@redhat.com> 1.0.0b3-19
|
||||
- run autoreconf to support aarch64 architecture
|
||||
Resolves: rhbz#926671
|
||||
|
||||
* Fri Feb 15 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.0b3-18
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user