]> git.pld-linux.org Git - packages/foomatic-db-hpijs.git/blob - foomatic-db-hpijs.spec
- updated to 1:1.3.1-20030303
[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):    Informacje foomatic dla sterownika drukarek HPIJS
4 Name:           foomatic-db-hpijs
5 Version:        1.3.1
6 Release:        20030303
7 Epoch:          1
8 License:        GPL
9 Group:          Applications/System
10 URL:            http://www.linuxprinting.org/foomatic.html
11 Source0:        http://www.linuxprinting.org/download/foomatic/%{name}-%{version}-%{release}.tar.gz
12 BuildRequires:  autoconf
13 BuildRequires:  automake
14 Requires:       foomatic-db-engine
15 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
16
17 %description
18 Foomatic Data for the HPIJS Printer Drivers.
19
20 %description -l pl
21 Informacje foomatic dla sterownika drukarek HPIJS.
22
23 %prep
24 %setup -q -n %{name}-%{version}-%{release}
25
26 %build
27 %{__aclocal}
28 %{__autoconf}
29
30 %configure
31
32 %{__make}
33
34 %install
35 rm -rf $RPM_BUILD_ROOT
36
37 %{__make} install 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.033289 seconds and 4 git commands to generate.