]> git.pld-linux.org Git - packages/foomatic-db.git/blob - foomatic-db.spec
- remove extra unneeded slash
[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:        20051123
6 Release:        1
7 License:        GPL
8 Group:          Applications/System
9 # foomatic db engine version
10 %define         _fev    3.0
11 Source0:        http://www.linuxprinting.org/download/foomatic/%{name}-%{_fev}-%{version}.tar.gz
12 # Source0-md5:  b882ce098801d382c7d66226964c784c
13 URL:            http://www.linuxprinting.org/foomatic.html
14 BuildRequires:  autoconf
15 BuildRequires:  automake
16 Requires:       foomatic-db-engine >= 3.0.1
17 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
18
19 %description
20 The collected knowledge about printers, drivers, and driver options in
21 XML files, used by foomatic-db-engine to generate PPD files.
22
23 %description -l pl
24 Ca³o¶ciowa informacja o drukarkach, sterownikach i opcjach sterowników
25 w postaci plików XML, u¿ywanych przez foomatic-db-engine do generowania
26 plików PPD.
27
28 %prep
29 %setup -q
30
31 %build
32 %{__aclocal}
33 %{__autoconf}
34 %configure
35 %{__make}
36
37 %install
38 rm -rf $RPM_BUILD_ROOT
39
40 %{__make} install \
41         DESTDIR=$RPM_BUILD_ROOT
42
43 # We don't need PPD files in this package
44 rm $RPM_BUILD_ROOT%{_datadir}/foomatic/db/source/PPD/ -frd
45
46 %clean
47 rm -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.62185 seconds and 3 git commands to generate.