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