]> git.pld-linux.org Git - packages/foomatic-db-engine.git/blob - foomatic-db-engine.spec
- massive attack: adding Source-md5
[packages/foomatic-db-engine.git] / foomatic-db-engine.spec
1 %include        /usr/lib/rpm/macros.perl
2 Summary:        System for using free software printer drivers
3 Summary(pl):    System umo¿liwiaj±cy u¿ywanie darmowych sterowników drukarek
4 Name:           foomatic-db-engine
5 Version:        3.0.0
6 Release:        0.1
7 License:        GPL
8 Group:          Applications/System
9 URL:            http://www.linuxprinting.org/foomatic.html
10 Source0:        http://www.linuxprinting.org/download/foomatic/%{name}-%{version}.tar.gz
11 # Source0-md5:  a3c0b0fc6662a7b9afab09cbe74bb292
12 BuildRequires:  autoconf
13 BuildRequires:  automake
14 BuildRequires:  perl-devel
15 BuildRequires:  libxml2-devel
16 BuildRequires:  foomatic-filters >= 3.0.0
17 Provides:       perl(Foomatic::GrovePath)
18 Obsoletes:      foomatic
19 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
20
21 %description
22 Foomatic is a system for using free software printer drivers with
23 common spoolers on Unix. It supports LPD, PDQ, CUPS, the VA Linux
24 LPD, LPRng, PPR, and direct spooler-less printing and any free
25 software driver for which execution data has been entered in the
26 database.
27
28 %description -l pl
29 Foomatic to system pozwalaj±cy na u¿ywanie wolnodostêpnych
30 sterowników drukarek z popularnymi uniksowymi serwerami wydruków.
31 Obs³uguje LPD, PDQ, CUPS, VA Linux LPD, LPRng, PPR i bezpo¶rednie
32 drukowanie bez kolejkowania oraz dowolny wolnodostêpny sterownik,
33 dla którego parametry zosta³y wprowadzone do bazy danych.
34
35 %prep
36 %setup -q
37
38 %build
39 %{__aclocal}
40 %{__autoconf}
41 %configure
42 %{__make} \
43         PERL_INSTALLDIRS=vendor
44
45 %install
46 rm -rf $RPM_BUILD_ROOT
47 %{__make} install \
48         DESTDIR="$RPM_BUILD_ROOT"
49
50 install -d $RPM_BUILD_ROOT%{_datadir}/foomatic/db/source/{driver,opt,printer}
51
52 %clean
53 rm -rf $RPM_BUILD_ROOT
54
55 %files
56 %defattr(644,root,root,755)
57
58 %doc ChangeLog TODO README USAGE
59 %{_mandir}/man1/*
60 %{_mandir}/man8/*
61
62 %config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/foomatic
63
64 %attr(755,root,root) %{_bindir}/foomatic-*
65 %attr(755,root,root) %{_sbindir}/foomatic-*
66
67 %{perl_vendorlib}/Foomatic
68
69 %{_datadir}/foomatic
This page took 0.058919 seconds and 4 git commands to generate.