]> git.pld-linux.org Git - packages/foomatic-db.git/blob - foomatic-db.spec
- upgrade and removed current because of possible mismatches.
[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:        20030813
6 Release:        1
7 License:        GPL
8 Group:          Applications/System
9 # Source0-md5:  d2dfa2679446b3a25a798ac4bc45512d
10 Source0:        http://www.linuxprinting.org/download/foomatic/%{name}-%{version}.tar.gz
11 URL:            http://www.linuxprinting.org/foomatic.html
12 BuildRequires:  autoconf
13 BuildRequires:  automake
14 Requires:       foomatic-db-engine
15 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
16
17 %description
18 The collected knowledge about printers, drivers, and driver options in
19 XML files, used by foomatic-db-engine to generate PPD files.
20
21 %description -l pl
22 Ca³o¶ciowa informacja o drukarkach, sterownikach i opcjach sterowników
23 w postaci plików XML, u¿ywanych przez foomatic-db-engine do generowania
24 plików PPD.
25
26 %prep
27 %setup -q
28
29 %build
30 %{__aclocal}
31 %{__autoconf}
32 %configure
33 %{__make}
34
35 %install
36 rm -rf $RPM_BUILD_ROOT
37
38 %{__make} install \
39         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.038351 seconds and 3 git commands to generate.