]> git.pld-linux.org Git - packages/foomatic-db-hpijs.git/blob - foomatic-db-hpijs.spec
- 20080317
[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:        20080317
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:  2568d1c4e9cf65c77d5c7648c0a8647f
12 URL:            http://www.linuxprinting.org/foomatic.html
13 Requires:       foomatic-db-engine >= 3.0.20080317
14 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
15
16 %description
17 Foomatic Data for the HPIJS Printer Drivers.
18
19 %description -l pl.UTF-8
20 Informacje foomatic dla sterownika drukarek HPIJS.
21
22 %prep
23 %setup -q
24
25 %build
26 %configure
27 %{__make}
28
29 %install
30 rm -rf $RPM_BUILD_ROOT
31
32 %{__make} install \
33         DESTDIR=$RPM_BUILD_ROOT
34
35 %clean
36 rm -rf $RPM_BUILD_ROOT
37
38 %files
39 %defattr(644,root,root,755)
40 %doc ChangeLog README USAGE
41 %{_datadir}/foomatic/db/source/driver/*
42 %{_datadir}/foomatic/db/source/opt/*
This page took 0.03246 seconds and 4 git commands to generate.