]> git.pld-linux.org Git - packages/foomatic-db.git/blame - foomatic-db.spec
- updated to 20081228 (last change 20081218)
[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
1f8d962b
AG
5Version: 20081228
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
1f8d962b 12# Source0-md5: 7215bf55c715708eae33979e132c5a90
6addca82 13URL: http://www.linuxprinting.org/foomatic.html
f022e38b 14Requires: foomatic-db-engine >= 3.0.20080317
7fd627e9 15BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
16
17%description
18The collected knowledge about printers, drivers, and driver options in
19XML files, used by foomatic-db-engine to generate PPD files.
20
1a492db9
JR
21%description -l pl.UTF-8
22Całościowa informacja o drukarkach, sterownikach i opcjach sterowników
54801cc5
JB
23w postaci plików XML, używanych przez foomatic-db-engine do
24generowania plików PPD.
7fd627e9 25
26%prep
27%setup -q
28
29%build
a405da62 30%configure
7fd627e9 31%{__make}
32
33%install
34rm -rf $RPM_BUILD_ROOT
35
6addca82
PG
36%{__make} install \
37 DESTDIR=$RPM_BUILD_ROOT
7fd627e9 38
f9b5efdb 39# We don't need PPD files in this package
844e139c 40rm $RPM_BUILD_ROOT%{_datadir}/foomatic/db/source/PPD/ -frd
f9b5efdb 41
7fd627e9 42%clean
43rm -rf $RPM_BUILD_ROOT
44
45%files
46%defattr(644,root,root,755)
47%doc ChangeLog TODO README USAGE
48%{_datadir}/foomatic/db/source/driver/*
49%{_datadir}/foomatic/db/source/opt/*
50%{_datadir}/foomatic/db/source/printer/*
f022e38b 51%{_datadir}/foomatic/db/oldprinterids
This page took 0.127267 seconds and 4 git commands to generate.