rpms/hplip/F-11 hplip.spec,1.228,1.229

Tim Waugh twaugh at fedoraproject.org
Fri Aug 28 09:14:40 UTC 2009


Author: twaugh

Update of /cvs/pkgs/rpms/hplip/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv2437

Modified Files:
	hplip.spec 
Log Message:
* Fri Aug 28 2009 Tim Waugh <twaugh at redhat.com> 3.9.8-11
- Use dll.d file instead of post scriptlet for hpaio (bug #519988).



Index: hplip.spec
===================================================================
RCS file: /cvs/pkgs/rpms/hplip/F-11/hplip.spec,v
retrieving revision 1.228
retrieving revision 1.229
diff -u -p -r1.228 -r1.229
--- hplip.spec	28 Aug 2009 08:58:33 -0000	1.228
+++ hplip.spec	28 Aug 2009 09:14:40 -0000	1.229
@@ -183,6 +183,8 @@ desktop-file-install --vendor HP				\
 mkdir -p %{buildroot}%{_datadir}/hal/fdi/policy/10osvendor
 install -p -m644 %{SOURCE1} %{buildroot}%{_datadir}/hal/fdi/policy/10osvendor/10-hplip.fdi
 
+%{__mkdir_p} %{buildroot}%{_sysconfdir}/sane.d/dll.d
+echo hpaio > %{buildroot}%{_sysconfdir}/sane.d/dll.d/hpaio
 
 # Images in docdir should not be executable (bug #440552).
 find doc/images -type f -exec chmod 644 {} \;
@@ -326,6 +328,7 @@ rm -rf %{buildroot}
 %files -n libsane-hpaio
 %defattr(-,root,root)
 %{_libdir}/sane/libsane-*.so*
+%config(noreplace) %{_sysconfdir}/sane.d/dll.d/hpaio
 
 %pre
 # No daemons any more.
@@ -350,6 +353,7 @@ exit 0
 
 %changelog
 * Fri Aug 28 2009 Tim Waugh <twaugh at redhat.com> 3.9.8-11
+- Use dll.d file instead of post scriptlet for hpaio (bug #519988).
 - Fixed RequiresPageRegion patch (bug #518756).
 
 * Wed Aug 26 2009 Tim Waugh <twaugh at redhat.com> 3.9.8-10




More information about the fedora-extras-commits mailing list