rpms/python-openoffice/F-9 .cvsignore, 1.2, 1.3 python-openoffice.spec, 1.1, 1.2 sources, 1.2, 1.3

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


Author: sharkcz

Update of /cvs/pkgs/rpms/python-openoffice/F-9
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv4910

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



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/python-openoffice/F-9/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore	8 Dec 2008 07:25:43 -0000	1.2
+++ .cvsignore	6 Mar 2009 11:36:25 -0000	1.3
@@ -1 +1 @@
-openoffice-0.1-r33-20080929.tar.bz2
+openoffice-python-0.1-r34-20090228.tar.bz2


Index: python-openoffice.spec
===================================================================
RCS file: /cvs/pkgs/rpms/python-openoffice/F-9/python-openoffice.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- python-openoffice.spec	8 Dec 2008 07:25:43 -0000	1.1
+++ python-openoffice.spec	6 Mar 2009 11:36:25 -0000	1.2
@@ -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.1.%{svndate}svn%{svnrev}%{?dist}
+Release:        0.2.%{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,5 +59,12 @@
 
 
 %changelog
+* Fri Mar  6 2009 Dan Horák <dan[at]danny.cz> 0.1-0.2.20090228svn34
+- check %%rhel for the ExcludeArch tag
+- update to new upstream snapshot
+
+* 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


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/python-openoffice/F-9/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	8 Dec 2008 07:25:43 -0000	1.2
+++ sources	6 Mar 2009 11:36:26 -0000	1.3
@@ -1 +1 @@
-564cbd2305655846e694059ac40e68c2  openoffice-0.1-r33-20080929.tar.bz2
+a93b4fbf8c1338cfb12d59b5fea8e22c  openoffice-python-0.1-r34-20090228.tar.bz2




More information about the fedora-extras-commits mailing list