bump to new upstream release.
This commit is contained in:
parent
a09c31f70b
commit
8e813c5172
@ -1 +1,2 @@
|
|||||||
dmidecode-2.4.tar.gz
|
dmidecode-2.5
|
||||||
|
dmidecode-2.5.tar.gz
|
||||||
|
@ -1,11 +1,11 @@
|
|||||||
Summary: Tool to analyse BIOS DMI data.
|
Summary: Tool to analyse BIOS DMI data.
|
||||||
Name: dmidecode
|
Name: dmidecode
|
||||||
Version: 2.4
|
Version: 2.5
|
||||||
Release: %(R="$Revision: 1.1 $"; RR="${R##: }"; echo ${RR%%?})
|
Release: %(R="$Revision: 1.1 $"; RR="${R##: }"; echo ${RR%%?})
|
||||||
Serial: 1
|
Serial: 1
|
||||||
Group: System Environment/Base
|
Group: System Environment/Base
|
||||||
License: GPL
|
License: GPL
|
||||||
Source0: dmidecode-2.4.tar.gz
|
Source0: dmidecode-2.5.tar.gz
|
||||||
Buildroot: %{_tmppath}/%{name}-%{version}-root
|
Buildroot: %{_tmppath}/%{name}-%{version}-root
|
||||||
BuildPreReq: /usr/bin/aclocal /usr/bin/automake /usr/bin/autoconf
|
BuildPreReq: /usr/bin/aclocal /usr/bin/automake /usr/bin/autoconf
|
||||||
ExclusiveArch: i386 x86_64 ia64
|
ExclusiveArch: i386 x86_64 ia64
|
||||||
@ -22,14 +22,14 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
mkdir -p %{buildroot}/usr/sbin
|
mkdir -p %{buildroot}/usr/sbin
|
||||||
mkdir -p %{buildroot}/usr/man
|
mkdir -p %{buildroot}/usr/man
|
||||||
|
|
||||||
cd dmidecode-2.4
|
cd dmidecode-2.5
|
||||||
make
|
make
|
||||||
cd ..
|
cd ..
|
||||||
|
|
||||||
%install
|
%install
|
||||||
mkdir -p %{buildroot}/usr/share/man/man{1,8}
|
mkdir -p %{buildroot}/usr/share/man/man{1,8}
|
||||||
|
|
||||||
cd ../dmidecode-2.4
|
cd ../dmidecode-2.5
|
||||||
install dmidecode %{buildroot}/usr/sbin
|
install dmidecode %{buildroot}/usr/sbin
|
||||||
install vpddecode %{buildroot}/usr/sbin
|
install vpddecode %{buildroot}/usr/sbin
|
||||||
%ifarch %{ix86}
|
%ifarch %{ix86}
|
||||||
@ -53,6 +53,9 @@ chmod -R a-s %{buildroot}
|
|||||||
%post
|
%post
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Sat Dec 18 2004 Dave Jones <davej@redhat.com>
|
* Mon Jan 10 2005 Dave Jones <davej@redhat.com>
|
||||||
|
- Update to upstream 2.5 release.
|
||||||
|
|
||||||
|
* Sat Dec 18 2004 Dave Jones <davej@redhat.com>
|
||||||
- Initial packaging, based upon kernel-utils package.
|
- Initial packaging, based upon kernel-utils package.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user