]> git.pld-linux.org Git - packages/foomatic-db-hpijs.git/blob - foomatic-db-hpijs.spec
- tabs in preamble
[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:        20060810
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:  a42c389dc5eea4f2f9523df5585a6d19
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 %{__aclocal}
29 %{__autoconf}
30 %configure
31 %{__make}
32
33 %install
34 rm -rf $RPM_BUILD_ROOT
35
36 %{__make} install \
37         DESTDIR=$RPM_BUILD_ROOT
38
39 %clean
40 rm -rf $RPM_BUILD_ROOT
41
42 %files
43 %defattr(644,root,root,755)
44 %doc ChangeLog TODO README USAGE
45 %{_datadir}/foomatic/db/source/driver/*
46 %{_datadir}/foomatic/db/source/opt/*
This page took 0.050282 seconds and 4 git commands to generate.