]> git.pld-linux.org Git - packages/foomatic-db-hpijs.git/blob - foomatic-db-hpijs.spec
- massive attack: adding Source-md5
[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 # Source0-md5:  23a5a96ac71eb703a59d6e8ab0c22de2
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
33 %configure
34
35 %{__make}
36
37 %install
38 rm -rf $RPM_BUILD_ROOT
39
40 %{__make} install DESTDIR=$RPM_BUILD_ROOT
41
42 %clean
43 rm -rf $RPM_BUILD_ROOT
44
45 %files
46 %defattr(644,root,root,755)
47 %doc ChangeLog TODO README USAGE
48 %{_datadir}/foomatic/db/source/driver/*
49 %{_datadir}/foomatic/db/source/opt/*
This page took 0.038264 seconds and 4 git commands to generate.