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