]> git.pld-linux.org Git - packages/cpuid.git/commitdiff
- replaced with maintained alternative auto/th/cpuid-20110305-1
authorTomasz Pala <gotar@pld-linux.org>
Sun, 20 Mar 2011 01:25:53 +0000 (01:25 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    cpuid-Makefile.patch -> 1.2
    cpuid.spec -> 1.13

cpuid-Makefile.patch [deleted file]
cpuid.spec

diff --git a/cpuid-Makefile.patch b/cpuid-Makefile.patch
deleted file mode 100644 (file)
index 872ca08..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
---- cpuid-3.3.orig/Makefile    2006-07-09 00:59:56.000000000 +0200
-+++ cpuid-3.3/Makefile 2006-07-09 01:00:03.000000000 +0200
-@@ -1,7 +1,7 @@
- CFLAGS=-O2 -Wall
- cpuid: cpuid.o
--      gcc -o $@ $^
-+      $(CC) -o $@ $^
- clean:
-       rm -f *.o cpuid
index d47082ec3ca27af5584f553d8fe67b6c26e0bdfe..fb2290a25a7e9cfeeef217818eaf8cc8ed44d6f9 100644 (file)
@@ -1,14 +1,13 @@
 Summary:       x86 CPUID display program
 Summary(pl.UTF-8):     CPUID dla procesorów x86
 Name:          cpuid
-Version:       3.3
-Release:       3
-License:       GPL
+Version:       20110305
+Release:       1
+License:       GPL v2
 Group:         Applications/System
-Source0:       http://www.ka9q.net/code/cpuid/%{name}-%{version}.tar.gz
-# Source0-md5: 641af7bb12e1feb0b0d97ed68908297c
-URL:           http://www.ka9q.net/code/cpuid/
-Patch0:                %{name}-Makefile.patch
+Source0:       http://www.etallen.com/cpuid/%{name}-%{version}.src.tar.gz
+# Source0-md5: c13317518ce5d9ddba07eff9ead8080c
+URL:           http://www.etallen.com/cpuid.html
 ExclusiveArch: %{ix86} %{x8664}
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -21,7 +20,6 @@ procesora (x86).
 
 %prep
 %setup -q
-%patch0 -p1
 
 %build
 %{__make} \
@@ -30,13 +28,16 @@ procesora (x86).
 
 %install
 rm -rf $RPM_BUILD_ROOT
-install -d $RPM_BUILD_ROOT%{_sbindir}
+install -d $RPM_BUILD_ROOT{%{_sbindir},%{_mandir}/man1}
 
-install cpuid $RPM_BUILD_ROOT%{_sbindir}
+install %{name} $RPM_BUILD_ROOT%{_sbindir}
+cp -a %{name}.man $RPM_BUILD_ROOT%{_mandir}/man1/%{name}.1
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
+%doc ChangeLog FUTURE
 %attr(755,root,root) %{_sbindir}/*
+%{_mandir}/man1/%{name}.1*
This page took 0.119464 seconds and 4 git commands to generate.