]> git.pld-linux.org Git - packages/dmidecode.git/commitdiff
- updated to 2.6, removed obsolete vpddecode patch auto/th/dmidecode-2_6-1
authorJakub Bogusz <qboosh@pld-linux.org>
Wed, 2 Mar 2005 22:27:05 +0000 (22:27 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    dmidecode.spec -> 1.13

dmidecode.spec

index 63672056968439424cde83ece74d1a6fc07bd9cb..aa399302083d4a1173ef2a03089ec3f740077e2e 100644 (file)
@@ -1,15 +1,14 @@
 Summary:       A tool for dumping a computer's DMI table contents
 Summary(pl):   Narzêdzie do zrzucania zawarto¶ci tabeli DMI komputera
 Name:          dmidecode
-Version:       2.5
-Release:       2
+Version:       2.6
+Release:       1
 License:       GPL
 Group:         Applications/System
-Source0:       http://savannah.nongnu.org/download/%{name}/%{name}-%{version}.tar.bz2
-# Source0-md5: df1900d748cc227fcac31552ce558574
+Source0:       http://savannah.nongnu.org/download/dmidecode/%{name}-%{version}.tar.bz2
+# Source0-md5: 16a31f6e70f6f1de864105c633e1a4c0
 Patch0:                %{name}-mandir.patch
-Patch1:                %{name}-vpddecode.patch
-URL:           http://www.nongnu.org/dmidecode
+URL:           http://www.nongnu.org/dmidecode/
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -27,7 +26,6 @@ u
 %prep
 %setup -q
 %patch0 -p1
-%patch1 -p1
 
 %build
 %{__make} \
@@ -36,7 +34,6 @@ u
 
 %install
 rm -rf $RPM_BUILD_ROOT
-install -d $RPM_BUILD_ROOT{%{_sbindir},%{_mandir}/man8}
 
 %{__make} install \
        prefix=%{_prefix} \
@@ -47,6 +44,6 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc CHANGELOG README AUTHORS
+%doc AUTHORS CHANGELOG README
 %attr(755,root,root) %{_sbindir}/*
 %{_mandir}/man?/*
This page took 0.10269 seconds and 4 git commands to generate.