Move configure into build (not prep).
This commit is contained in:
parent
01f8c2e898
commit
4f94663add
@ -1,6 +1,6 @@
|
|||||||
Name: virt-what
|
Name: virt-what
|
||||||
Version: 1.3
|
Version: 1.3
|
||||||
Release: 3%{?dist}
|
Release: 4%{?dist}
|
||||||
Summary: Detect if we are running in a virtual machine
|
Summary: Detect if we are running in a virtual machine
|
||||||
ExclusiveArch: %{ix86} x86_64
|
ExclusiveArch: %{ix86} x86_64
|
||||||
|
|
||||||
@ -19,6 +19,7 @@ BuildRequires: /usr/bin/pod2man
|
|||||||
Requires: dmidecode
|
Requires: dmidecode
|
||||||
Requires: util-linux-ng
|
Requires: util-linux-ng
|
||||||
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
virt-what is a shell script which can be used to detect if the program
|
virt-what is a shell script which can be used to detect if the program
|
||||||
is running in a virtual machine.
|
is running in a virtual machine.
|
||||||
@ -38,10 +39,10 @@ OpenVZ, Virtuozzo, User-Mode Linux (UML).
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%configure
|
|
||||||
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
%configure
|
||||||
make
|
make
|
||||||
|
|
||||||
|
|
||||||
@ -63,6 +64,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Oct 28 2010 Richard W.M. Jones <rjones@redhat.com> - 1.3-4
|
||||||
|
- Move configure into build (not prep).
|
||||||
|
|
||||||
* Thu Oct 28 2010 Richard W.M. Jones <rjones@redhat.com> - 1.3-3
|
* Thu Oct 28 2010 Richard W.M. Jones <rjones@redhat.com> - 1.3-3
|
||||||
- Initial import into Fedora.
|
- Initial import into Fedora.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user