]> git.pld-linux.org Git - packages/dmidecode.git/blobdiff - dmidecode.spec
- updated to 3.6
[packages/dmidecode.git] / dmidecode.spec
index 418787442ecaa72498f86481bbbdb0dc08c1ddae..22fca05125ab01cb493587c5f0fbac7c29dd3871 100644 (file)
@@ -1,14 +1,14 @@
 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:       3.0
+Version:       3.6
 Release:       1
 License:       GPL v2+
 Group:         Applications/System
-Source0:       http://savannah.nongnu.org/download/dmidecode/%{name}-%{version}.tar.xz
-# Source0-md5: 281ee572d45c78eca73a14834c495ffd
-Patch0:                %{name}-fixes.patch
+Source0:       http://download.savannah.gnu.org/releases/dmidecode/%{name}-%{version}.tar.xz
+# Source0-md5: e931a92708ac7a7396452dbc8be8decd
 URL:           http://www.nongnu.org/dmidecode/
+BuildRequires: rpmbuild(macros) >= 1.673
 BuildRequires: tar >= 1:1.22
 BuildRequires: xz
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -28,7 +28,6 @@ BIOS-u.
 
 %prep
 %setup -q
-%patch0 -p1
 
 %build
 %{__make} \
@@ -50,7 +49,7 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc AUTHORS CHANGELOG README
+%doc AUTHORS NEWS README
 %attr(755,root,root) %{_sbindir}/biosdecode
 %attr(755,root,root) %{_sbindir}/dmidecode
 %attr(755,root,root) %{_sbindir}/ownership
@@ -59,3 +58,7 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man8/dmidecode.8*
 %{_mandir}/man8/ownership.8*
 %{_mandir}/man8/vpddecode.8*
+%{bash_compdir}/biosdecode
+%{bash_compdir}/dmidecode
+%{bash_compdir}/ownership
+%{bash_compdir}/vpddecode
This page took 0.247237 seconds and 4 git commands to generate.