2008-05-21 Damien Carbery <[email protected]>
authordcarbery
Wed, 21 May 2008 16:36:45 +0000
changeset 12333 7b684f6d8909
parent 12332 3f0647b14754
child 12334 4a59c15aaa6c
2008-05-21 Damien Carbery <[email protected]> * SUNWgnome-img-editor.spec, SUNWgnome-img-viewer.spec: Add Build/Requires: SUNWlcms after check-deps.pl run. * SUNWgnome-python-extras.spec: Add Build/Requires: SUNWfirefox/-devel and SUNWgksu/-devel after check-deps.pl run.
ChangeLog
SUNWgnome-img-editor.spec
SUNWgnome-img-viewer.spec
SUNWgnome-python-extras.spec
--- a/ChangeLog	Wed May 21 15:49:07 2008 +0000
+++ b/ChangeLog	Wed May 21 16:36:45 2008 +0000
@@ -1,3 +1,10 @@
+2008-05-21  Damien Carbery <[email protected]>
+
+	* SUNWgnome-img-editor.spec, SUNWgnome-img-viewer.spec: Add
+	  Build/Requires: SUNWlcms after check-deps.pl run.
+	* SUNWgnome-python-extras.spec: Add Build/Requires: SUNWfirefox/-devel
+	  and SUNWgksu/-devel after check-deps.pl run.
+
 2008-05-21  Damien Carbery <[email protected]>
 
 	* SUNWxdg-user-dirs.spec: Add Requires: SUNWbash to fix 6697951.
--- a/SUNWgnome-img-editor.spec	Wed May 21 15:49:07 2008 +0000
+++ b/SUNWgnome-img-editor.spec	Wed May 21 16:36:45 2008 +0000
@@ -38,6 +38,7 @@
 Requires: SUNWpng
 Requires: SUNWzlib
 Requires: SUNWpostrun
+Requires: SUNWlcms
 BuildRequires: SUNWTiff-devel
 BuildRequires: SUNWgnome-print-devel
 BuildRequires: SUNWgnome-vfs-devel
@@ -50,6 +51,7 @@
 BuildRequires: SUNWgnome-libs-devel
 BuildRequires: SUNWgnome-base-libs-devel
 BuildRequires: SUNWgnome-python-libs-devel
+BuildRequires: SUNWlcms
 
 %if %build_l10n
 %package l10n
@@ -161,6 +163,8 @@
 %{_mandir}/*/*
 
 %changelog
+* Wed May 21 2008 - [email protected]
+- Add Build/Requires: SUNWlcms after check-deps.pl run.
 * Fri Jan 11 2008 - [email protected]
 - delete PKG_CONFIG_PATH setting since help was removed
 * Fri Sep 28 2007 - [email protected]
--- a/SUNWgnome-img-viewer.spec	Wed May 21 15:49:07 2008 +0000
+++ b/SUNWgnome-img-viewer.spec	Wed May 21 16:36:45 2008 +0000
@@ -45,6 +45,7 @@
 Requires: SUNWlibms
 Requires: SUNWlibpopt
 Requires: SUNWpostrun
+Requires: SUNWlcms
 BuildRequires: SUNWgnome-component-devel
 BuildRequires: SUNWgnome-config-devel
 BuildRequires: SUNWgnome-panel-devel
@@ -57,11 +58,7 @@
 BuildRequires: SUNWgnome-libs-devel
 BuildRequires: SUNWgnome-print-devel
 BuildRequires: SUNWgnome-base-libs-devel
-%if %{?_with_lcms:1}%{?!_with_lcms:0}
-Requires: SUNWlcms
-%else
-BuildConflicts: SUNWlcms
-%endif
+BuildRequires: SUNWlcms
 
 %if %build_l10n
 %package l10n
@@ -246,6 +243,8 @@
 %{_includedir}/*
 
 %changelog
+* Wed May 21 2008 - [email protected]
+- Add Build/Requires: SUNWlcms after check-deps.pl run.
 * Thu Jan  3 2008 - [email protected]
 - use gconf-install.script instead of an inline script
 * Fri Sep 28 2007 - [email protected]
--- a/SUNWgnome-python-extras.spec	Wed May 21 15:49:07 2008 +0000
+++ b/SUNWgnome-python-extras.spec	Wed May 21 16:36:45 2008 +0000
@@ -21,7 +21,11 @@
 BuildRoot:               %{_tmppath}/%{name}-%{version}-build
 Requires:                SUNWPython
 Requires:                SUNWgnome-python-libs
+Requires:                SUNWfirefox
+Requires:                SUNWgksu
 BuildRequires:           SUNWgnome-python-libs-devel
+BuildRequires:           SUNWfirefox-devel
+BuildRequires:           SUNWgksu-devel
 
 %include default-depend.inc
 
@@ -61,6 +65,9 @@
 %{_datadir}/gtk-doc/*
 
 %changelog
+* Wed May 21 2008 - [email protected]
+- Add Build/Requires: SUNWfirefox/-devel and SUNWgksu/-devel after
+  check-deps.pl run.
 * Wed Feb 20 2007 - Darren Kenny <[email protected]>
 - Move from spec-files-other since it's GNOME related.
 * Mon Feb 18 2007 - Darren Kenny <[email protected]>