rpms/bzr/devel .cvsignore, 1.14, 1.15 bzr.spec, 1.20, 1.21 sources, 1.14, 1.15

Toshio Ernie Kuratomi (toshio) fedora-extras-commits at redhat.com
Tue Aug 28 06:56:23 UTC 2007


Author: toshio

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

Modified Files:
	.cvsignore bzr.spec sources 
Log Message:
* 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.



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/bzr/devel/.cvsignore,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- .cvsignore	25 Jul 2007 21:41:53 -0000	1.14
+++ .cvsignore	28 Aug 2007 06:55:49 -0000	1.15
@@ -1 +1 @@
-bzr-0.18.tar.gz
+bzr-0.90rc1.tar.gz


Index: bzr.spec
===================================================================
RCS file: /cvs/extras/rpms/bzr/devel/bzr.spec,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- bzr.spec	25 Jul 2007 21:41:53 -0000	1.20
+++ bzr.spec	28 Aug 2007 06:55:49 -0000	1.21
@@ -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)")}
+
+%define betaver rc1
 
 Name:           bzr
-Version:        0.18
-Release:        1%{?dist}
+Version:        0.90
+Release:        0.1.%{betaver}%{?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
+Source0:        http://bazaar-vcs.org/releases/src/%{name}-%{version}%{betaver}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
-BuildArch:      noarch
 BuildRequires:  python-devel
+BuildRequires: Pyrex
 Requires:   python-paramiko
 
 # ElementTree is part of python2.5 on FC7+
@@ -28,7 +30,7 @@
 
 
 %prep
-%setup -q
+%setup -q -n %{name}-%{version}%{betaver}
 
 %build
 CFLAGS="$RPM_OPT_FLAGS" %{__python} setup.py build
@@ -54,9 +56,14 @@
 %{_bindir}/bzr
 %{_mandir}/man1/*
 
-%{python_sitelib}/bzrlib/
+%{python_sitearch}/bzrlib/
 
 %changelog
+* 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/extras/rpms/bzr/devel/sources,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- sources	25 Jul 2007 21:41:53 -0000	1.14
+++ sources	28 Aug 2007 06:55:49 -0000	1.15
@@ -1 +1 @@
-c58efdf1967d9f00f8199f30e2fed63f  bzr-0.18.tar.gz
+b513f943b6c969d22977e7d82a3d115b  bzr-0.90rc1.tar.gz




More information about the fedora-extras-commits mailing list