]> git.pld-linux.org Git - packages/foomatic-db.git/blame - foomatic-db.spec
- tabs in preamble
[packages/foomatic-db.git] / foomatic-db.spec
CommitLineData
7fd627e9 1%include /usr/lib/rpm/macros.perl
2Summary: Foomatic database
23e92287 3Summary(pl.UTF-8): Baza danych dla foomatic
7fd627e9 4Name: foomatic-db
f8cdfbe1 5Version: 20060810
f9b5efdb 6Release: 1
7fd627e9 7License: GPL
8Group: Applications/System
06a4b878 9# foomatic db engine version
10%define _fev 3.0
11Source0: http://www.linuxprinting.org/download/foomatic/%{name}-%{_fev}-%{version}.tar.gz
f8cdfbe1 12# Source0-md5: 93b032893df6ee3556e70ef23e015d2c
6addca82 13URL: http://www.linuxprinting.org/foomatic.html
7fd627e9 14BuildRequires: autoconf
15BuildRequires: automake
f8cdfbe1 16Requires: foomatic-db-engine >= 3.0.2
7fd627e9 17BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
18
19%description
20The collected knowledge about printers, drivers, and driver options in
21XML files, used by foomatic-db-engine to generate PPD files.
22
1a492db9
JR
23%description -l pl.UTF-8
24Całościowa informacja o drukarkach, sterownikach i opcjach sterowników
25w postaci plików XML, używanych przez foomatic-db-engine do generowania
26plików PPD.
7fd627e9 27
28%prep
29%setup -q
30
31%build
32%{__aclocal}
33%{__autoconf}
7fd627e9 34%configure
7fd627e9 35%{__make}
36
37%install
38rm -rf $RPM_BUILD_ROOT
39
6addca82
PG
40%{__make} install \
41 DESTDIR=$RPM_BUILD_ROOT
7fd627e9 42
f9b5efdb 43# We don't need PPD files in this package
844e139c 44rm $RPM_BUILD_ROOT%{_datadir}/foomatic/db/source/PPD/ -frd
f9b5efdb 45
7fd627e9 46%clean
47rm -rf $RPM_BUILD_ROOT
48
49%files
50%defattr(644,root,root,755)
51%doc ChangeLog TODO README USAGE
52%{_datadir}/foomatic/db/source/driver/*
53%{_datadir}/foomatic/db/source/opt/*
54%{_datadir}/foomatic/db/source/printer/*
This page took 0.034782 seconds and 4 git commands to generate.