]> git.pld-linux.org Git - packages/dmidecode.git/commitdiff
- updated to 2.11 auto/th/dmidecode-2_11-1 auto/ti/dmidecode-2.11-1
authorJakub Bogusz <qboosh@pld-linux.org>
Sat, 22 Jan 2011 07:15:05 +0000 (07:15 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    dmidecode.spec -> 1.22

dmidecode.spec

index 162fad882428fd8d7bea0f8140e54f02bcd41827..9d13f0da558ca69d05f1f92f7fb0b6bfb3356a22 100644 (file)
@@ -1,14 +1,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
@@ -21,14 +20,12 @@ useful pieces of information such as serial numbers and BIOS revision.
 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}" \
@@ -50,5 +47,11 @@ rm -rf $RPM_BUILD_ROOT
 %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*
This page took 0.092005 seconds and 4 git commands to generate.