]> git.pld-linux.org Git - packages/foomatic-db-hpijs.git/blob - foomatic-db-hpijs.spec
- up to 20070820
[packages/foomatic-db-hpijs.git] / foomatic-db-hpijs.spec
1 %include        /usr/lib/rpm/macros.perl
2 Summary:        Foomatic Data for the HPIJS Printer Drivers
3 Summary(pl.UTF-8):      Informacje foomatic dla sterownika drukarek HPIJS
4 Name:           foomatic-db-hpijs
5 Version:        20070820
6 Release:        1
7 Epoch:          2
8 License:        GPL
9 Group:          Applications/System
10 Source0:        http://www.linuxprinting.org/download/foomatic/%{name}-%{version}.tar.gz
11 # Source0-md5:  93169da977c5214302de93f5c241ebd5
12 URL:            http://www.linuxprinting.org/foomatic.html
13 BuildRequires:  autoconf
14 BuildRequires:  automake
15 Requires:       foomatic-db-engine >= 3.0.2
16 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
17
18 %description
19 Foomatic Data for the HPIJS Printer Drivers.
20
21 %description -l pl.UTF-8
22 Informacje foomatic dla sterownika drukarek HPIJS.
23
24 %prep
25 %setup -q
26
27 %build
28 %configure
29 %{__make}
30
31 %install
32 rm -rf $RPM_BUILD_ROOT
33
34 %{__make} install \
35         DESTDIR=$RPM_BUILD_ROOT
36
37 %clean
38 rm -rf $RPM_BUILD_ROOT
39
40 %files
41 %defattr(644,root,root,755)
42 %doc ChangeLog README USAGE
43 %{_datadir}/foomatic/db/source/driver/*
44 %{_datadir}/foomatic/db/source/opt/*
This page took 0.031222 seconds and 4 git commands to generate.