]> git.pld-linux.org Git - packages/foomatic-db.git/blob - foomatic-db.spec
c8ce37c48849f947299aa7b5d5089b51079fdcd4
[packages/foomatic-db.git] / foomatic-db.spec
1 %include        /usr/lib/rpm/macros.perl
2 Summary:        Foomatic database
3 Summary(pl):    Baza danych dla foomatic
4 Name:           foomatic-db
5 Version:        20021222
6 Release:        1
7 License:        GPL
8 Group:          Applications/System
9 URL:            http://www.linuxprinting.org/foomatic.html
10 Source0:        http://www.linuxprinting.org/download/%{name}/%{name}-current.tar.gz
11 BuildRequires:  autoconf
12 BuildRequires:  automake
13 Requires:       foomatic-db-engine
14 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
15
16 %description
17 The collected knowledge about printers, drivers, and driver options in
18 XML files, used by foomatic-db-engine to generate PPD files.
19
20 %description -l pl
21 Ca³o¶ciowa informacja o drukarkach, sterownikach i opcjach sterowników
22 w postaci plików XML, u¿ywanych przez foomatic-db-engine do generowania
23 plików PPD.
24
25 %prep
26 %setup -q
27
28 %build
29 %{__aclocal}
30 %{__autoconf}
31
32 %configure
33
34 %{__make}
35
36 %install
37 rm -rf $RPM_BUILD_ROOT
38
39 %{__make} install DESTDIR=$RPM_BUILD_ROOT
40
41 %clean
42 rm -rf $RPM_BUILD_ROOT
43
44 %files
45 %defattr(644,root,root,755)
46 %doc ChangeLog TODO README USAGE
47 %{_datadir}/foomatic/db/source/driver/*
48 %{_datadir}/foomatic/db/source/opt/*
49 %{_datadir}/foomatic/db/source/printer/*
This page took 0.083635 seconds and 2 git commands to generate.