]> git.pld-linux.org Git - packages/dmidecode.git/blame - dmidecode.spec
- rel 2; new cpu/memory support
[packages/dmidecode.git] / dmidecode.spec
CommitLineData
b6828385 1Summary: A tool for dumping a computer's DMI table contents
cb3a2974 2Summary(pl.UTF-8): Narzędzie do zrzucania zawartości tabeli DMI komputera
b6828385 3Name: dmidecode
b4593438 4Version: 2.12
57ca7abd 5Release: 2
d7b7b77b 6License: GPL v2+
b6828385 7Group: Applications/System
5fffe5eb 8Source0: http://savannah.nongnu.org/download/dmidecode/%{name}-%{version}.tar.bz2
b4593438 9# Source0-md5: a406f3cbb27736491698697beeddb781
57ca7abd 10Patch0: dmidecode-2.12-smbios_fix.patch
5fffe5eb 11URL: http://www.nongnu.org/dmidecode/
b6828385 12BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
13
b6828385 14%description
15Dmidecode is a tool for dumping a computer's DMI (some say SMBIOS)
16table contents in a human-readable format. This table contains a
17description of the system's hardware components, as well as other
18useful pieces of information such as serial numbers and BIOS revision.
19
7389a266
JR
20%description -l pl.UTF-8
21Dmidecode jest narzędziem do zrzucania zawartości DMI (niektórzy mówią
22na to SMBIOS) komputera w formacie odczytywalnym przez człowieka.
23Tabela ta zawiera opis sprzętowych komponentów systemu, a także
d7b7b77b
JB
24użyteczne kawałki informacji takie jak numery seryjne i rewizja
25BIOS-u.
b6828385 26
27%prep
12c0a597 28%setup -q
57ca7abd 29%patch0 -p1
b6828385 30
31%build
9f25d81a
JB
32%{__make} \
33 CC="%{__cc}" \
73e49963 34 CFLAGS="%{rpmcppflags} %{rpmcflags} -Wall -W -pedantic" \
35 LDFLAGS="%{rpmcflags} %{rpmldflags}"
b6828385 36
37%install
38rm -rf $RPM_BUILD_ROOT
b6828385 39
9f25d81a 40%{__make} install \
0f494337 41 prefix=%{_prefix} \
42 DESTDIR=$RPM_BUILD_ROOT
b6828385 43
c5d0bc88
ER
44rm -rf $RPM_BUILD_ROOT%{_docdir}/dmidecode
45
b6828385 46%clean
47rm -rf $RPM_BUILD_ROOT
48
49%files
50%defattr(644,root,root,755)
5fffe5eb 51%doc AUTHORS CHANGELOG README
d7b7b77b
JB
52%attr(755,root,root) %{_sbindir}/biosdecode
53%attr(755,root,root) %{_sbindir}/dmidecode
54%attr(755,root,root) %{_sbindir}/ownership
55%attr(755,root,root) %{_sbindir}/vpddecode
56%{_mandir}/man8/biosdecode.8*
57%{_mandir}/man8/dmidecode.8*
58%{_mandir}/man8/ownership.8*
59%{_mandir}/man8/vpddecode.8*
This page took 0.102241 seconds and 4 git commands to generate.