]> git.pld-linux.org Git - packages/dmidecode.git/commitdiff
- initial release
authorarekmat <arekmat@pld-linux.org>
Mon, 4 Aug 2003 13:37:44 +0000 (13:37 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    dmidecode.spec -> 1.1

dmidecode.spec [new file with mode: 0644]

diff --git a/dmidecode.spec b/dmidecode.spec
new file mode 100644 (file)
index 0000000..43e5bbc
--- /dev/null
@@ -0,0 +1,45 @@
+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.1
+Release:       0.1
+License:       GPL
+Group:         Applications/System
+Source0:       http://savannah.nongnu.org/download/dmidecode/dmidecode.pkg/2.1/%{name}-%{version}.tar.bz2
+# Source0-md5: b5717e623b7aaceee7c46ba3205c2d10
+URL:           http://www.nongnu.org/dmidecode
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%define        _sbindir        /sbin
+
+%description
+Dmidecode is a tool for dumping a computer's DMI (some say SMBIOS)
+table contents in a human-readable format. This table contains a
+description of the system's hardware components, as well as other
+useful pieces of information such as serial numbers and BIOS revision.
+
+%description -l pl
+Dmidecode jest narzêdziem do zrzucania zawarto¶ci DMI (niektórzy mówi±
+na to SMBIOS) komputera w formacie odczytywalnym przez cz³owieka.
+Tabela ta zawiera opis sprzêtowych komponentów systemu, a tak¿e
+u¿yteczne kawa³ki informacji takie jak numery seryjne i rewizja BIOSu.
+
+%prep
+%setup -q -n %{name}-%{version}
+
+%build
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{_sbindir}
+
+%{__make} install PREFIX=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc CHANGELOG README AUTHORS
+%attr(755,root,root) %{_sbindir}/*
This page took 0.151067 seconds and 4 git commands to generate.