]> git.pld-linux.org Git - packages/x86info.git/blobdiff - x86info.spec
- updated to 1.12b (with support for modern CPUs)
[packages/x86info.git] / x86info.spec
index a8bdd1c1fac4fa2a68b22d1eb603015c3189eb32..f9de195ac42d16e27469dfa02715fe0cd7ab064b 100644 (file)
@@ -1,12 +1,13 @@
 Summary:       Displays extended CPU information
 Summary(pl):   Wy¶wietla rozszerzone informacje o procesorze
 Name:          x86info
-Version:       1.11
-Release:       1
+Version:       1.12
+%define        bver    b
+Release:       0.%{bver}.1
 License:       GPL v2
 Group:         Applications
-Source0:       http://www.codemonkey.org.uk/projects/x86info/%{name}-%{version}.tgz
-# Source0-md5: c383845a7cbaa9c9e9784b1469e19950
+Source0:       http://www.codemonkey.org.uk/projects/x86info/%{name}-%{version}%{bver}.tgz
+# Source0-md5: 4f0ce10a00db5778b16a09f68f5f6767
 URL:           http://www.codemonkey.org.uk/projects/x86info/
 Requires:      dev >= 2.8.0-25
 ExclusiveArch: %{ix86}
@@ -25,7 +26,7 @@ dowiedzie
 specyficzne dla danego modelu, seriê wafla krzemowego i wiele wiêcej.
 
 %prep
-%setup -q
+%setup -q -n %{name}-%{version}%{bver}
 
 %build
 %{__make} \
@@ -34,14 +35,16 @@ specyficzne dla danego modelu, seri
 
 %install
 rm -rf $RPM_BUILD_ROOT
-install -d $RPM_BUILD_ROOT%{_bindir}
+install -d $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man1}
 
 install %{name} $RPM_BUILD_ROOT%{_bindir}
+install %{name}.1 $RPM_BUILD_ROOT%{_mandir}/man1
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc ChangeLog README TODO
+%doc ChangeLog* README TODO
 %attr(755,root,root) %{_bindir}/*
+%{_mandir}/man1/*
This page took 0.105845 seconds and 4 git commands to generate.