rpms/bzr/F-7 .cvsignore, 1.14, 1.15 bzr.spec, 1.19, 1.20 sources, 1.14, 1.15

Toshio Ernie Kuratomi (toshio) fedora-extras-commits at redhat.com
Thu Aug 30 22:56:56 UTC 2007


Author: toshio

Update of /cvs/pkgs/rpms/bzr/F-7
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28227/F-7

Modified Files:
	.cvsignore bzr.spec sources 
Log Message:
- Update to 0.90



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/bzr/F-7/.cvsignore,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- .cvsignore	25 Jul 2007 22:21:33 -0000	1.14
+++ .cvsignore	30 Aug 2007 22:56:24 -0000	1.15
@@ -1 +1 @@
-bzr-0.18.tar.gz
+bzr-0.90.tar.gz


Index: bzr.spec
===================================================================
RCS file: /cvs/pkgs/rpms/bzr/F-7/bzr.spec,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- bzr.spec	25 Jul 2007 22:21:33 -0000	1.19
+++ bzr.spec	30 Aug 2007 22:56:24 -0000	1.20
@@ -1,18 +1,20 @@
-%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
+%{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
 
 Name:           bzr
-Version:        0.18
+Version:        0.90
 Release:        1%{?dist}
 Summary:        Friendly distributed version control system
 
 Group:          Development/Tools
-License:        GPL
+License:        GPLv2+
 URL:            http://www.bazaar-vcs.org/
 Source0:        http://bazaar-vcs.org/releases/src/%{name}-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
-BuildArch:      noarch
 BuildRequires:  python-devel
+# We're using an old version of Pyrex, use the pregenerated C files instead
+# of rebuilding
+#BuildRequires: Pyrex
 Requires:   python-paramiko
 
 # ElementTree is part of python2.5 on FC7+
@@ -36,13 +38,13 @@
 
 %install
 rm -rf $RPM_BUILD_ROOT
-%{__python} setup.py install -O1 --skip-build --install-data %{_datadir} --root $RPM_BUILD_ROOT
+%{__python} setup.py install --skip-build --install-data %{_datadir} --root $RPM_BUILD_ROOT
 
 # This is included in %doc, remove redundancy here
-#rm -rf $RPM_BUILD_ROOT%{python_sitelib}/bzrlib/doc/
+#rm -rf $RPM_BUILD_ROOT%{python_sitearch}/bzrlib/doc/
 
 # Use independently packaged python-elementtree instead
-rm -rf $RPM_BUILD_ROOT%{python_sitelib}/bzrlib/util/elementtree/
+rm -rf $RPM_BUILD_ROOT%{python_sitearch}/bzrlib/util/elementtree/
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -54,9 +56,17 @@
 %{_bindir}/bzr
 %{_mandir}/man1/*
 
-%{python_sitelib}/bzrlib/
+%{python_sitearch}/bzrlib/
 
 %changelog
+* Tue Aug 28 2007 Toshio Kuratomi <a.badger at gmail.com> - 0.90-1
+- Update to 0.90
+
+* Mon Aug 27 2007 Toshio Kuratomi <a.badger at gmail.com> - 0.90-0.1.rc1
+- Update to 0.90rc1.
+- 0.90 contains some pyrex code to speed things up.  bzr is now arch specific.
+- Update license tag.
+
 * Wed Jul 25 2007 Warren Togami <wtogami at redhat.com> - 0.18-1
 - Update to 0.18.
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/bzr/F-7/sources,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- sources	25 Jul 2007 22:21:33 -0000	1.14
+++ sources	30 Aug 2007 22:56:24 -0000	1.15
@@ -1 +1 @@
-c58efdf1967d9f00f8199f30e2fed63f  bzr-0.18.tar.gz
+596020e249604418e5ab8bde1d512472  bzr-0.90.tar.gz




More information about the fedora-extras-commits mailing list