autotools sucks
This commit is contained in:
parent
7a90f6ad97
commit
f772a2bd11
@ -7,7 +7,7 @@
|
||||
|
||||
Name: hivex
|
||||
Version: 1.3.9
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
Summary: Read and write Windows Registry binary hive files
|
||||
|
||||
License: LGPLv2
|
||||
@ -17,6 +17,7 @@ Source0: http://libguestfs.org/download/hivex/%{name}-%{version}.tar.gz
|
||||
|
||||
# Fix Perl directory install path.
|
||||
Patch0: %{name}-1.3.8-dirs.patch
|
||||
BuildRequires: autoconf, automake, libtool, gettext-devel
|
||||
|
||||
BuildRequires: perl
|
||||
BuildRequires: perl-Test-Simple
|
||||
@ -156,6 +157,7 @@ ruby-%{name} contains Ruby bindings for %{name}.
|
||||
%setup -q
|
||||
|
||||
%patch0 -p1 -b .dirs
|
||||
autoreconf -i
|
||||
|
||||
%build
|
||||
%configure
|
||||
@ -262,7 +264,7 @@ rm $RPM_BUILD_ROOT%{python_sitearch}/libhivexmod.la
|
||||
|
||||
|
||||
%changelog
|
||||
* Fri Jan 17 2014 Richard W.M. Jones <rjones@redhat.com> - 1.3.9-1
|
||||
* Fri Jan 17 2014 Richard W.M. Jones <rjones@redhat.com> - 1.3.9-2
|
||||
- New upstream version 1.3.9.
|
||||
- Remove patches which are now upstream.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user