- Put fax PPD in the right place (bug #186213).
This commit is contained in:
parent
9cd4a7efed
commit
44fcd64443
@ -89,12 +89,13 @@ autoconf # for patch4
|
||||
|
||||
%build
|
||||
%configure --disable-foomatic-install --disable-cups-install
|
||||
make
|
||||
make hpppddir=%{_datadir}/foomatic/db/source/PPD/HP
|
||||
|
||||
%install
|
||||
rm -rf %{buildroot}
|
||||
mkdir -p %{buildroot}%{_bindir}
|
||||
make install DESTDIR=%{buildroot}
|
||||
make install DESTDIR=%{buildroot} \
|
||||
hpppddir=%{_datadir}/foomatic/db/source/PPD/HP
|
||||
|
||||
# Move SANE backend into correct directory
|
||||
mkdir -p %{buildroot}%{_libdir}/sane
|
||||
@ -147,12 +148,12 @@ rm -rf %{buildroot}
|
||||
%{_datadir}/hplip
|
||||
%{_libdir}/python*/site-packages/*
|
||||
%{_datadir}/applications/*.desktop
|
||||
%{_datadir}/ppd
|
||||
|
||||
%files -n hpijs
|
||||
%defattr(-,root,root)
|
||||
%doc prnt/hpijs/COPYING prnt/hpijs/hpijs_readme.html prnt/hpijs/gs_hpijs.png
|
||||
%{_bindir}/hpijs
|
||||
%{_datadir}/foomatic/db/source/PPD/HP
|
||||
#%{_bindir}/hppgsz
|
||||
|
||||
%files -n libsane-hpaio
|
||||
@ -186,6 +187,7 @@ fi
|
||||
- Fixed another case-sensitive match.
|
||||
- Require hpijs sub-package (bug #189140).
|
||||
- Don't package unneeded files (bug #189162).
|
||||
- Put fax PPD in the right place (bug #186213).
|
||||
|
||||
* Tue Apr 4 2006 Tim Waugh <twaugh@redhat.com> 0.9.10-4
|
||||
- Use case-insensitive matching. 0.9.8 gave all-uppercase in some
|
||||
|
||||
Loading…
Reference in New Issue
Block a user