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