]> git.pld-linux.org Git - packages/foomatic-db-hpijs.git/blob - foomatic-db-hpijs.spec
- fixed Source0
[packages/foomatic-db-hpijs.git] / foomatic-db-hpijs.spec
1 %include        /usr/lib/rpm/macros.perl
2 %define         rel     2
3 %define         ver     1.3
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:        1
9 License:        GPL
10 Group:          Applications/System
11 URL:            http://www.linuxprinting.org/foomatic.html
12 Source0:        http://www.linuxprinting.org/download/foomatic/%{name}-%{ver}-%{rel}.tar.gz
13 BuildRequires:  autoconf
14 BuildRequires:  automake
15 Requires:       foomatic-db-engine
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
22 Informacje foomatic dla sterownika drukarek HPIJS.
23
24 %prep
25 %setup -q -n %{name}-%{ver}-%{rel}
26
27 %build
28 %{__aclocal}
29 %{__autoconf}
30
31 %configure
32
33 %{__make}
34
35 %install
36 rm -rf $RPM_BUILD_ROOT
37
38 %{__make} install DESTDIR=$RPM_BUILD_ROOT
39
40 %clean
41 rm -rf $RPM_BUILD_ROOT
42
43 %files
44 %defattr(644,root,root,755)
45 %doc ChangeLog TODO README USAGE
46 %{_datadir}/foomatic/db/source/driver/*
47 %{_datadir}/foomatic/db/source/opt/*
This page took 0.056917 seconds and 4 git commands to generate.