added dependencies to get build working
authordermotm
Thu, 29 Jan 2004 10:47:12 +0000
changeset 1552 d39444f88202
parent 1551 f75c7b98ea13
child 1553 07f2d4141fd6
added dependencies to get build working
gnome-icon-theme.spec
gnome-mime-data.spec
libgnome.spec
libgtop.spec
--- a/gnome-icon-theme.spec	Wed Jan 28 05:39:03 2004 +0000
+++ b/gnome-icon-theme.spec	Thu Jan 29 10:47:12 2004 +0000
@@ -3,7 +3,7 @@
 Group:        		System/GUI/GNOME
 BuildArchitectures:	noarch
 Version:      		1.1.4
-Release:      		4
+Release:      		5
 Distribution: 		Mercury
 Vendor:       		Sun Microsystems, Inc.
 Summary:      		GNOME Icon Themes
@@ -18,6 +18,8 @@
 Docdir:	      		%{_defaultdocdir}/doc
 Autoreqprov:  		on
 
+BuildRequires:		intltool
+
 %description
 Collection of Icon Themes for the GNOME Desktop
 
@@ -52,6 +54,9 @@
 %{_datadir}/icons/gnome
 
 %changelog
+* Thu Jan 29 2004 - <[email protected]>
+- Add dependency on intltool
+                                                                                                                                                             
 * Fri Jan 16 2004 - [email protected]
 - Remove reference to SOURCE4 :)
 
--- a/gnome-mime-data.spec	Wed Jan 28 05:39:03 2004 +0000
+++ b/gnome-mime-data.spec	Thu Jan 29 10:47:12 2004 +0000
@@ -3,7 +3,7 @@
 Group:			System/GUI/GNOME
 BuildArchitectures:	noarch
 Version:		2.4.0
-Release:		5
+Release:		6
 Distribution:		Mercury
 Vendor:			Sun Microsystems, Inc.
 Summary:		MIME Type and Application Database for the GNOME Desktop
@@ -26,6 +26,7 @@
 %define gnome_common_version 2.4.0
 
 BuildRequires: gnome-common >= %{gnome_common_version}
+BuildRequires: intltool
 
 %description
 MIME Type and Application Database for the GNOME Desktop that allows the
@@ -79,6 +80,9 @@
 %{_libdir}/pkgconfig/gnome-mime-data-2.0.pc
 
 %changelog
+* Thu Jan 29 2004 - <[email protected]>
+- Add dependency on intltool
+                                                                                                                                                             
 * Mon Dec 15 2003 - <[email protected]
 - Add back the man pages, and some patches.
 
--- a/libgnome.spec	Wed Jan 28 05:39:03 2004 +0000
+++ b/libgnome.spec	Thu Jan 29 10:47:12 2004 +0000
@@ -2,7 +2,7 @@
 License:      LGPL
 Group:        System/Libraries/GNOME
 Version:      2.5.1
-Release:      3
+Release:      4
 Distribution: Quicksilver
 Vendor:       Sun Microsystems, Inc.
 Summary:      GNOME Base Library
@@ -38,6 +38,7 @@
 BuildRequires: audiofile-devel >= %{audiofile_version}
 BuildRequires: gtk-doc >= %{gtk_doc_version}
 BuildRequires: popt-devel >= %{popt_version}
+BuildRequires: intltool
 Requires:      GConf >= %{GConf_version}
 Requires:      libbonobo >= %{libbonobo_version}
 Requires:      esound >= %{esound_version}
@@ -143,6 +144,9 @@
 %{_mandir}/man3/*
 
 %changelog
+* Thu Jan 29 2004 - <[email protected]>
+- Add dependency on intltool
+
 * Mon Dec 15 2003 - [email protected]
 - Bump to 2.5.1
 
--- a/libgtop.spec	Wed Jan 28 05:39:03 2004 +0000
+++ b/libgtop.spec	Thu Jan 29 10:47:12 2004 +0000
@@ -2,7 +2,7 @@
 License:      GPL
 Group:        System/Libraries/GNOME
 Version:      2.5.0
-Release:      2
+Release:      3
 Distribution: Mercury
 Vendor:	      Sun Microsystems, Inc.
 Summary:      libgtop System Information Library
@@ -18,6 +18,8 @@
 
 Requires:	glib2 >= %{glib2_version}
 BuildRequires:	glib2-devel >= %{glib2_version}
+Requires:	libgnome
+BuildRequires:	libgnome
 
 %description
 libgtop is a library that fetches information about the running system such as
@@ -81,6 +83,9 @@
 %{_libdir}/*.so
 
 %changelog
+* Thu Jan 29 2004 - <[email protected]>
+- Add dependency on libgnome
+
 * Tue Dec 16 2003 - <[email protected]>
 - Bump to 2.5.0 and merge patches.