]> git.pld-linux.org Git - packages/foomatic-db.git/blame - foomatic-db.spec
- up to 20190510
[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
dd49f2a8 5Version: 20190510
1f8d962b 6Release: 1
df902ed3 7License: GPL v2+
7fd627e9 8Group: Applications/System
06a4b878 9# foomatic db engine version
df902ed3 10%define fdbeng_ver 4.0
dd49f2a8
JR
11Source0: http://www.linuxprinting.org/download/foomatic/%{name}-%{fdbeng_ver}-%{version}.tar.xz
12# Source0-md5: 2cea82399afc0b87a63888efa11ddeb2
6addca82 13URL: http://www.linuxprinting.org/foomatic.html
35ea1572 14BuildRequires: bash
df902ed3 15Requires: foomatic-db-engine >= 4.0.20110615
7fd627e9 16BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
17
18%description
19The collected knowledge about printers, drivers, and driver options in
20XML files, used by foomatic-db-engine to generate PPD files.
21
1a492db9
JR
22%description -l pl.UTF-8
23Całościowa informacja o drukarkach, sterownikach i opcjach sterowników
54801cc5
JB
24w postaci plików XML, używanych przez foomatic-db-engine do
25generowania plików PPD.
7fd627e9 26
27%prep
28%setup -q
29
30%build
35ea1572 31/bin/bash %configure
7fd627e9 32%{__make}
33
34%install
35rm -rf $RPM_BUILD_ROOT
36
6addca82
PG
37%{__make} install \
38 DESTDIR=$RPM_BUILD_ROOT
7fd627e9 39
f9b5efdb 40# We don't need PPD files in this package
df902ed3 41%{__rm} -r $RPM_BUILD_ROOT%{_datadir}/foomatic/db/source/PPD
f9b5efdb 42
7fd627e9 43%clean
44rm -rf $RPM_BUILD_ROOT
45
46%files
47%defattr(644,root,root,755)
35ea1572 48%doc ChangeLog README USAGE
df902ed3
JB
49%{_datadir}/foomatic/db/source/driver/*.xml
50%{_datadir}/foomatic/db/source/opt/*.xml
51%{_datadir}/foomatic/db/source/printer/*.xml
f022e38b 52%{_datadir}/foomatic/db/oldprinterids
dd49f2a8
JR
53%{_datadir}/xmlschema
54
This page took 0.093443 seconds and 4 git commands to generate.