rpms/sabayon/devel sabayon.spec,1.21,1.22

Mark McLoughlin (markmc) fedora-extras-commits at redhat.com
Mon Jul 24 20:43:50 UTC 2006


Author: markmc

Update of /cvs/extras/rpms/sabayon/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4708

Modified Files:
	sabayon.spec 
Log Message:
* Mon Jul 24 2006  <markmc at localhost.localdomain> - 2.12.3-4
- Remove FC4 stuff
- Add BuildRequires for autoconf and perl-XML-Parser
- Remove python-abi Requires



Index: sabayon.spec
===================================================================
RCS file: /cvs/extras/rpms/sabayon/devel/sabayon.spec,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- sabayon.spec	9 Mar 2006 09:48:48 -0000	1.21
+++ sabayon.spec	24 Jul 2006 20:43:50 -0000	1.22
@@ -1,20 +1,12 @@
-%define fc4_build 0
-
-%if ! %{fc4_build}
-%define gtk2_version 2.7.4
-%define pygtk2_version 2.7.1
-%else
 %define gtk2_version 2.6.0
 %define pygtk2_version 2.5.3-2
-%endif
 %define gnome_python2_version 2.6.0-5
 
-%define pyver %(python -c 'import sys ; print sys.version[:3]')
 %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_pytho\n_lib()")}
 
 Name:    sabayon
 Version: 2.12.3
-Release: 3
+Release: 4
 Summary: Tool to maintain user profiles in a GNOME desktop
 
 Group:   Applications/System
@@ -26,7 +18,6 @@
 
 Patch1:  sabayon-2.12.3-xinit.patch
 
-Requires: python-abi = %{pyver}
 Requires: gamin-python
 Requires: libxml2-python
 Requires: pygtk2 >= %{pygtk2_version}
@@ -44,7 +35,10 @@
 BuildRequires: xorg-x11-server-Xnest
 # Needed to pick up the right Xsession file
 BuildRequires: xorg-x11-xinit
-
+# Needed for patch 1 (xinit fix)
+BuildRequires: autoconf
+# Required by intltool
+BuildRequires: perl-XML-Parser
 
 Requires(post):  shadow-utils
 Requires(preun): shadow-utils
@@ -75,7 +69,7 @@
 
 
 %build
-#needed for patch 1 (xinit fix)
+# Needed for patch 1 (xinit fix)
 autoconf
 
 %configure					\
@@ -190,6 +184,11 @@
 %{python_sitelib}/%{name}/lockdown
 
 %changelog
+* Mon Jul 24 2006  <markmc at localhost.localdomain> - 2.12.3-4
+- Remove FC4 stuff
+- Add BuildRequires for autoconf and perl-XML-Parser
+- Remove python-abi Requires
+
 * Thu Mar  9 2006 Alexander Larsson <alexl at redhat.com> - 2.12.3-3
 - Add xorg-x11-xinit build-req so configure picks the
   right Xsession script




More information about the fedora-extras-commits mailing list