]> git.pld-linux.org Git - packages/cpuid.git/commitdiff
- initial PLD release, STBR.
authorTomasz Pala <gotar@pld-linux.org>
Thu, 19 Dec 2002 11:57:04 +0000 (11:57 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    cpuid.spec -> 1.1

cpuid.spec [new file with mode: 0644]

diff --git a/cpuid.spec b/cpuid.spec
new file mode 100644 (file)
index 0000000..9285c47
--- /dev/null
@@ -0,0 +1,36 @@
+Summary:       x86 CPUID display program
+Summary(pl):   CPUID dla procesorów x86
+Name:          cpuid
+Version:       3.3
+Release:       1
+License:       GPL
+Group:         Applications/System
+Source0:       http://www.ka9q.net/code/cpuid/%{name}-%{version}.tar.gz
+URL:           http://www.ka9q.net/code/cpuid/
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Program that displays details about x86 installed processor.
+
+%description -l pl
+Program wy¶wietlaj±cy szczegó³owe informacje na temat zainstalowanego
+procesora (x86).
+
+%prep
+%setup -q
+
+%build
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{_sbindir}
+
+install cpuid $RPM_BUILD_ROOT%{_sbindir}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_sbindir}/*
This page took 0.079727 seconds and 4 git commands to generate.