rpms/foomatic/devel foomatic.spec,1.187,1.188

Tim Waugh (twaugh) fedora-extras-commits at redhat.com
Thu Jul 10 11:55:58 UTC 2008


Author: twaugh

Update of /cvs/pkgs/rpms/foomatic/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28808

Modified Files:
	foomatic.spec 
Log Message:
* Thu Jul 10 2008 Tim Waugh <twaugh at redhat.com>
- Ship a defaultspooler file to avoid the need for spooler
  auto-detection (bug #454684).



Index: foomatic.spec
===================================================================
RCS file: /cvs/pkgs/rpms/foomatic/devel/foomatic.spec,v
retrieving revision 1.187
retrieving revision 1.188
diff -u -r1.187 -r1.188
--- foomatic.spec	8 May 2008 08:22:23 -0000	1.187
+++ foomatic.spec	10 Jul 2008 11:55:09 -0000	1.188
@@ -219,6 +219,8 @@
 mkdir $RPM_BUILD_ROOT%{_datadir}/foomatic/db/source/PPD/Custom
 mkdir -p $RPM_BUILD_ROOT%{_var}/cache/foomatic
 
+echo cups > $RPM_BUILD_ROOT%{_sysconfdir}/foomatic/defaultspooler
+
 # Remove things we don't ship.
 rm -rf	$RPM_BUILD_ROOT%{_libdir}/perl5/site_perl \
 	$RPM_BUILD_ROOT%{_libdir}/ppr \
@@ -237,6 +239,7 @@
 %doc --parents */README */USAGE */ChangeLog
 %dir %{_sysconfdir}/foomatic
 %config(noreplace) %{_sysconfdir}/foomatic/filter.conf
+%config(noreplace) %{_sysconfdir}/foomatic/defaultspooler
 %{_bindir}/*
 %{_sbindir}/*
 %{_prefix}/lib*/perl5/vendor_perl/*/Foomatic
@@ -248,6 +251,10 @@
 %{_var}/cache/foomatic
 
 %changelog
+* Thu Jul 10 2008 Tim Waugh <twaugh at redhat.com>
+- Ship a defaultspooler file to avoid the need for spooler
+  auto-detection (bug #454684).
+
 * Thu May  8 2008 Tim Waugh <twaugh at redhat.com> 3.0.2-60
 - Updated filters to 3.0-20080507.
 




More information about the scm-commits mailing list