]> git.pld-linux.org Git - packages/hwdata.git/blob - hwdata.spec
- massive attack s/pld.org.pl/pld-linux.org/
[packages/hwdata.git] / hwdata.spec
1 Summary:        Hardware identification and configuration data
2 Summary(pl):    Dane do identyfikacji i konfiguracji sprzêtu
3 Name:           hwdata
4 Version:        0.62
5 Release:        1
6 License:        GPL/XFree86
7 Group:          Applications/System
8 Source0:        %{name}-%{version}.tar.gz
9 BuildArch:      noarch
10 #Requires:      XFree86-Xserver
11 Conflicts:      Xconfigurator < 4.9.42-1
12 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
13
14 %description
15 hwdata contains various hardware identification and configuration
16 data, such as the pci.ids database, the XFree86 Cards and MonitorsDb
17 databases.
18
19 %description -l pl
20 Pakiet hwdata zawiera ró¿ne dane do identyfikacji i konfiguracji
21 sprzêtu, takie jak baza danych pci.ids oraz bazy Cards i MonitorsDb
22 dla XFree86.
23
24 %prep
25 %setup -q
26
27 %install
28 rm -rf $RPM_BUILD_ROOT
29 %{__make} install DESTDIR=$RPM_BUILD_ROOT
30
31 %clean
32 rm -rf $RPM_BUILD_ROOT
33
34 %files
35 %defattr(644,root,root,755)
36 %doc LICENSE COPYING
37 %dir %{_datadir}/hwdata
38 %config %{_datadir}/hwdata/*
This page took 0.035351 seconds and 3 git commands to generate.