packages: dmidecode/dmidecode.spec - updated to 2.11
qboosh
qboosh at pld-linux.org
Sat Jan 22 08:15:10 CET 2011
Author: qboosh Date: Sat Jan 22 07:15:10 2011 GMT
Module: packages Tag: HEAD
---- Log message:
- updated to 2.11
---- Files affected:
packages/dmidecode:
dmidecode.spec (1.21 -> 1.22)
---- Diffs:
================================================================
Index: packages/dmidecode/dmidecode.spec
diff -u packages/dmidecode/dmidecode.spec:1.21 packages/dmidecode/dmidecode.spec:1.22
--- packages/dmidecode/dmidecode.spec:1.21 Thu Jan 6 21:57:17 2011
+++ packages/dmidecode/dmidecode.spec Sat Jan 22 08:15:05 2011
@@ -2,14 +2,13 @@
Summary: A tool for dumping a computer's DMI table contents
Summary(pl.UTF-8): Narzędzie do zrzucania zawartości tabeli DMI komputera
Name: dmidecode
-Version: 2.10
+Version: 2.11
Release: 1
-License: GPL
+License: GPL v2+
Group: Applications/System
Source0: http://savannah.nongnu.org/download/dmidecode/%{name}-%{version}.tar.bz2
-# Source0-md5: 3c9c4d55a40b78600f3b43bfa64616f9
+# Source0-md5: 535487cc041f2db746587cf40a2059f0
URL: http://www.nongnu.org/dmidecode/
-BuildRequires: sed >= 4.0
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
%description
@@ -22,14 +21,12 @@
Dmidecode jest narzędziem do zrzucania zawartości DMI (niektórzy mówią
na to SMBIOS) komputera w formacie odczytywalnym przez człowieka.
Tabela ta zawiera opis sprzętowych komponentów systemu, a także
-użyteczne kawałki informacji takie jak numery seryjne i rewizja BIOSu.
+użyteczne kawałki informacji takie jak numery seryjne i rewizja
+BIOS-u.
%prep
%setup -q
-# GNU make no longer ignores != assignment
-sed '/PROGRAMS !=/d' -i Makefile
-
%build
%{__make} \
CC="%{__cc}" \
@@ -51,8 +48,14 @@
%files
%defattr(644,root,root,755)
%doc AUTHORS CHANGELOG README
-%attr(755,root,root) %{_sbindir}/*
-%{_mandir}/man?/*
+%attr(755,root,root) %{_sbindir}/biosdecode
+%attr(755,root,root) %{_sbindir}/dmidecode
+%attr(755,root,root) %{_sbindir}/ownership
+%attr(755,root,root) %{_sbindir}/vpddecode
+%{_mandir}/man8/biosdecode.8*
+%{_mandir}/man8/dmidecode.8*
+%{_mandir}/man8/ownership.8*
+%{_mandir}/man8/vpddecode.8*
%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
%changelog
@@ -60,6 +63,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.22 2011/01/22 07:15:05 qboosh
+- updated to 2.11
+
Revision 1.21 2011/01/06 20:57:17 sparky
- remove workaround for BSD make from Makefile
- more rpm*flags
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/dmidecode/dmidecode.spec?r1=1.21&r2=1.22&f=u
More information about the pld-cvs-commit
mailing list