rpms/hplip/FC-5 hplip.spec,1.64,1.65

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Tue Apr 18 17:16:51 UTC 2006


Author: twaugh

Update of /cvs/dist/rpms/hplip/FC-5
In directory cvs.devel.redhat.com:/tmp/cvs-serv27395

Modified Files:
	hplip.spec 
Log Message:
- Put fax PPD in the right place (bug #186213).


Index: hplip.spec
===================================================================
RCS file: /cvs/dist/rpms/hplip/FC-5/hplip.spec,v
retrieving revision 1.64
retrieving revision 1.65
diff -u -r1.64 -r1.65
--- hplip.spec	18 Apr 2006 16:17:48 -0000	1.64
+++ hplip.spec	18 Apr 2006 17:16:48 -0000	1.65
@@ -85,12 +85,13 @@
 
 %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
@@ -157,12 +158,12 @@
 %{_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
@@ -196,6 +197,7 @@
 - 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 at redhat.com> 0.9.10-1.2
 - Use case-insensitive matching.  0.9.8 gave all-uppercase in some




More information about the fedora-cvs-commits mailing list