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