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