rpms/python-openoffice/devel python-openoffice.spec,1.2,1.3

Dan Horák sharkcz at fedoraproject.org
Fri Mar 6 11:11:37 UTC 2009


Author: sharkcz

Update of /cvs/pkgs/rpms/python-openoffice/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv31883

Modified Files:
	python-openoffice.spec 
Log Message:
* Fri Mar  6 2009 Dan Horák <dan[at]danny.cz> 0.1-0.3.20090228svn34
- check %rhel for the ExcludeArch tag
- update to new upstream snapshot



Index: python-openoffice.spec
===================================================================
RCS file: /cvs/pkgs/rpms/python-openoffice/devel/python-openoffice.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- python-openoffice.spec	26 Feb 2009 22:42:32 -0000	1.2
+++ python-openoffice.spec	6 Mar 2009 11:11:05 -0000	1.3
@@ -1,21 +1,23 @@
 %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
 
-%define svnrev 33
-%define svndate 20080929
+%define svnrev 34
+%define svndate 20090228
 %define module openoffice
 
 Name:           python-%{module}
 Version:        0.1
-Release:        0.2.%{svndate}svn%{svnrev}%{?dist}
+Release:        0.3.%{svndate}svn%{svnrev}%{?dist}
 Summary:        Python libraries for interacting with OpenOffice.org
 Group:          Development/Languages
 License:        GPLv3
 URL:            http://openoffice-python.origo.ethz.ch/
-Source0:        http://download.origo.ethz.ch/openoffice-python/807/%{module}-%{version}-r%{svnrev}-%{svndate}.tar.bz2
-#Source1:        http://download.origo.ethz.ch/openoffice-python/807/%{module}.interact-%{version}-r%{svnrev}-%{svndate}.tar.bz2
+Source0:        http://download.origo.ethz.ch/openoffice-python/807/%{module}-python-%{version}-r%{svnrev}-%{svndate}.tar.bz2
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildArch:      noarch
+%if 0%{?rhel}
+ExcludeArch:    ppc
+%endif
 BuildRequires:  python-devel
 
 Requires:       openoffice.org-pyuno
@@ -27,14 +29,14 @@
 
 
 %prep
-%setup -q -n %{module}-%{version}-r%{svnrev}-%{svndate}
+%setup -q -n %{module}-python-%{version}-r%{svnrev}-%{svndate}
 
 # remove exec perms for docs
 chmod a-x sample-scripts/*
 
 # remove the shebang line
 sed -i -e '1d' %{module}/streams.py
-sed -i -e '1d' %{module}/interact/__init__.py
+sed -i -e '1d' %{module}/interact.py
 
 
 %build
@@ -57,8 +59,15 @@
 
 
 %changelog
+* Fri Mar  6 2009 Dan Horák <dan[at]danny.cz> 0.1-0.3.20090228svn34
+- check %%rhel for the ExcludeArch tag
+- update to new upstream snapshot
+
 * Thu Feb 26 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.1-0.2.20080929svn33
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
 
+* Wed Dec 10 2008 Dan Horák <dan[at]danny.cz> 0.1-0.1.20080929svn33.1
+- there is no openoffice.org in RHEL 5 on ppc
+
 * Tue Dec  2 2008 Dan Horák <dan[at]danny.cz> 0.1-0.1.20080929svn33
 - initial Fedora version




More information about the fedora-extras-commits mailing list