2009-10-11 Ghee Teo <[email protected]> NEVADA_126
authorgheet
Sun, 11 Oct 2009 22:04:49 +0000
changeset 16717 233817dbd82d
parent 16716 a045de475f65
child 16718 d46eafeb8211
2009-10-11 Ghee Teo <[email protected]> * SUNWgtk2.spec: updated backend packages to SUNWgtk-print-[cups~papi]
ChangeLog
SUNWgtk2.spec
--- a/ChangeLog	Sun Oct 11 18:52:12 2009 +0000
+++ b/ChangeLog	Sun Oct 11 22:04:49 2009 +0000
@@ -1,3 +1,7 @@
+2009-10-11  Ghee Teo <[email protected]>
+
+	* SUNWgtk2.spec: updated backend packages to SUNWgtk-print-[cups~papi]
+
 2009-10-10  Brian Cameron  <[email protected]>
 
 	* manpages/man1/dbus-binding-tool.1: Fix description.
--- a/SUNWgtk2.spec	Sun Oct 11 18:52:12 2009 +0000
+++ b/SUNWgtk2.spec	Sun Oct 11 22:04:49 2009 +0000
@@ -71,7 +71,7 @@
 Requires: SUNWlibatk-devel
 Requires: SUNWxwinc
 
-%package cups-be		
+%package print-cups
 Summary:                 %{summary} - CUPS Print Backend
 SUNW_BaseDir:            %{_basedir}
 %include default-depend.inc
@@ -86,7 +86,7 @@
 BuildRequires: SUNWglib2-devel
 BuildRequires: SUNWcairo-devel
 
-%package papi-be		
+%package print-papi
 Summary:                 %{summary} - PAPI (LP) Print Backend
 SUNW_BaseDir:            %{_basedir}
 %include default-depend.inc
@@ -312,7 +312,7 @@
 %{_sysconfdir}/%{_arch64}/gtk-2.0/im-multipress.conf
 %endif
 
-%files cups-be
+%files print-cups
 %defattr (-, root, bin)
 %dir %attr (0755, root, bin) %{_libdir}
 %{_libdir}/gtk*/*/printbackends/libprintbackend-cups.so
@@ -321,7 +321,7 @@
 %{_libdir}/%{_arch64}/gtk*/*/printbackends/libprintbackend-cups.so
 %endif
 
-%files papi-be
+%files print-papi
 %defattr (-, root, bin)
 %dir %attr (0755, root, bin) %{_libdir}
 %{_libdir}/gtk*/*/printbackends/libprintbackend-papi.so
@@ -334,6 +334,8 @@
 %endif
 
 %changelog
+* Sun Oct 11 2009 - [email protected]
+- rename backend print modules to SUNWgtk2-print-cups and SUNWgtk2-print-papi
 * Sat Oct 10 2009 - [email protected]
 - Fixed directory attribute issue for SUNWgtk2-cups/papi-be.
 * Fri Oct 09 2009 - [email protected]