]> git.pld-linux.org Git - packages/foomatic-db.git/blame - foomatic-db.spec
- 20070919
[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
a7301830 5Version: 20070919
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
a7301830 12# Source0-md5: fd8968c7500462d9661a1925c99b9441
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
7fd627e9 32%configure
7fd627e9 33%{__make}
34
35%install
36rm -rf $RPM_BUILD_ROOT
37
6addca82
PG
38%{__make} install \
39 DESTDIR=$RPM_BUILD_ROOT
7fd627e9 40
f9b5efdb 41# We don't need PPD files in this package
844e139c 42rm $RPM_BUILD_ROOT%{_datadir}/foomatic/db/source/PPD/ -frd
f9b5efdb 43
7fd627e9 44%clean
45rm -rf $RPM_BUILD_ROOT
46
47%files
48%defattr(644,root,root,755)
49%doc ChangeLog TODO README USAGE
50%{_datadir}/foomatic/db/source/driver/*
51%{_datadir}/foomatic/db/source/opt/*
52%{_datadir}/foomatic/db/source/printer/*
This page took 0.101118 seconds and 4 git commands to generate.