]> git.pld-linux.org Git - packages/foomatic-db-hpijs.git/blame_incremental - foomatic-db-hpijs.spec
- up to current
[packages/foomatic-db-hpijs.git] / foomatic-db-hpijs.spec
... / ...
CommitLineData
1%include /usr/lib/rpm/macros.perl
2Summary: Foomatic Data for the HPIJS Printer Drivers
3Summary(pl): Informacje foomatic dla sterownika drukarek HPIJS
4Name: foomatic-db-hpijs
5Version: 20060810
6Release: 1
7Epoch: 2
8License: GPL
9Group: Applications/System
10Source0: http://www.linuxprinting.org/download/foomatic/%{name}-%{version}.tar.gz
11# Source0-md5: a42c389dc5eea4f2f9523df5585a6d19
12URL: http://www.linuxprinting.org/foomatic.html
13BuildRequires: autoconf
14BuildRequires: automake
15Requires: foomatic-db-engine >= 3.0.2
16BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
17
18%description
19Foomatic Data for the HPIJS Printer Drivers.
20
21%description -l pl
22Informacje foomatic dla sterownika drukarek HPIJS.
23
24%prep
25%setup -q
26
27%build
28%{__aclocal}
29%{__autoconf}
30%configure
31%{__make}
32
33%install
34rm -rf $RPM_BUILD_ROOT
35
36%{__make} install \
37 DESTDIR=$RPM_BUILD_ROOT
38
39%clean
40rm -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.057859 seconds and 4 git commands to generate.