rpms/gnome-python2-desktop/devel gnome-python-desktop.spec, 1.14, 1.15

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Fri Jun 16 03:39:55 UTC 2006


Author: jkeating

Update of /cvs/dist/rpms/gnome-python2-desktop/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv9666

Modified Files:
	gnome-python-desktop.spec 
Log Message:
ifblock around the cd stuff


Index: gnome-python-desktop.spec
===================================================================
RCS file: /cvs/dist/rpms/gnome-python2-desktop/devel/gnome-python-desktop.spec,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- gnome-python-desktop.spec	16 Jun 2006 03:26:31 -0000	1.14
+++ gnome-python-desktop.spec	16 Jun 2006 03:39:52 -0000	1.15
@@ -15,7 +15,7 @@
 Summary: The sources for additional PyGNOME Python extension modules for the GNOME desktop.
 Name: gnome-python2-desktop
 Version: 2.15.3
-Release: 3
+Release: 4
 License: GPL/LGPL
 Group: Development/Languages
 Source0: ftp://ftp.gnome.org:/pub/gnome/sources/gnome-python-desktop/2.13/gnome-python-desktop-%{version}.tar.bz2
@@ -104,7 +104,7 @@
 This module contains a wrapper that allows the use of libgtop via
 Python.
 
-
+%ifnarch s390 s390x
 %package -n gnome-python2-nautilus-cd-burner
 Requires: %{name} = %{version}-%{release}
 Summary: Python bindings for interacting with nautilus-cd-burner
@@ -114,7 +114,7 @@
 %description -n gnome-python2-nautilus-cd-burner
 This module contains a wrapper that allows the use of nautilus-cd-burner
 via Python.
-
+%endif
 
 %package -n gnome-python2-metacity
 Requires: %{name} = %{version}-%{release}
@@ -223,11 +223,13 @@
 %{_libdir}/python%{pyver}/site-packages/gtk-2.0/gtop.so
 
 
+%ifnarch s390 s390x
 %files -n gnome-python2-nautilus-cd-burner
 %defattr(-,root,root,-)
 %{_libdir}/python%{pyver}/site-packages/gtk-2.0/nautilusburn.so
 %defattr(644,root,root,755)
 %doc ../gnome-python-desktop-%{version}/examples/nautilusburn/*
+%endif
 
 
 %files -n gnome-python2-metacity
@@ -252,8 +254,9 @@
 %{_libdir}/python%{pyver}/site-packages/gtk-2.0/gnomekeyring.so
 
 %changelog
-* Thu Jun 15 2006 Jesse Keating <jkeating at redhat.com> - 2.15.3-3
+* Thu Jun 15 2006 Jesse Keating <jkeating at redhat.com> - 2.15.3-4
 - Create gnomekeyring subpackage
+- block out the nautilus-cd stuff
 
 * Thu Jun 15 2006 Jesse Keating <jkeating at redhat.com> - 2.15.3-2
 - Bump for new nautilus-cd-burner




More information about the fedora-cvs-commits mailing list