rpms/bzrtools/F-7 .cvsignore, 1.12, 1.13 bzrtools.spec, 1.19, 1.20 sources, 1.12, 1.13

Toshio Ernie Kuratomi (toshio) fedora-extras-commits at redhat.com
Thu Sep 27 00:46:54 UTC 2007


Author: toshio

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

Modified Files:
	.cvsignore bzrtools.spec sources 
Log Message:
* Wed Sep 26 2007 Toshio Kuratomi <a.badger at gmail.com> 0.91.0-1
- Update to 0.91.0.



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/bzrtools/F-7/.cvsignore,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- .cvsignore	25 Jul 2007 22:33:03 -0000	1.12
+++ .cvsignore	27 Sep 2007 00:46:21 -0000	1.13
@@ -1 +1 @@
-bzrtools-0.18.0.tar.gz
+bzrtools-0.91.0.tar.gz


Index: bzrtools.spec
===================================================================
RCS file: /cvs/pkgs/rpms/bzrtools/F-7/bzrtools.spec,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- bzrtools.spec	25 Jul 2007 22:33:03 -0000	1.19
+++ bzrtools.spec	27 Sep 2007 00:46:21 -0000	1.20
@@ -1,7 +1,12 @@
 %{!?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 bzrver 0.18
-%define bzrnextver 0.19
+# Oh the horrors of arch dependent noarch packages!
+# (bzrlib is arch dependent.  Thus bzrlib plugins are also arch dependent.)
+%define debug_package %{nil}
+
+%define bzrver 0.91
+%define bzrnextver 0.92
 
 Name:           bzrtools
 Version:        %{bzrver}.0
@@ -9,12 +14,11 @@
 Summary:        A collection of utilities and plugins for Bazaar-NG
 
 Group:          Development/Tools
-License:        GPL
+License:        GPLv2+
 URL:            http://bazaar-vcs.org/BzrTools
 Source0:        http://panoramicfeedback.com/opensource/%{name}-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
-BuildArch:      noarch
 BuildRequires:  python-devel
 # Bzrtools is meant to work with a version of bzr that is the same major
 # version.  In addition to being incompatible with older bzr versions, it is 
@@ -45,9 +49,14 @@
 
 %install
 rm -rf $RPM_BUILD_ROOT
-%{__python} setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT
+%{__python} setup.py install --skip-build --root $RPM_BUILD_ROOT
+if test "%{python_sitelib}" != "%{python_sitearch}" ; then
+    install -d $RPM_BUILD_ROOT/%{python_sitearch}/bzrlib/plugins/
+    mv $RPM_BUILD_ROOT/%{python_sitelib}/bzrlib/plugins/bzrtools $RPM_BUILD_ROOT/%{python_sitearch}/bzrlib/plugins
+fi
+
 # remove shebangs from all files as none should be executable scripts
-sed -e '/^#!\//,1 d' -i $RPM_BUILD_ROOT/%{python_sitelib}/bzrlib/plugins/bzrtools/*.py
+sed -e '/^#!\//,1 d' -i $RPM_BUILD_ROOT/%{python_sitearch}/bzrlib/plugins/bzrtools/*.py
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -56,13 +65,26 @@
 %files
 %defattr(-,root,root,-)
 %doc README NEWS COPYING
-%dir %{python_sitelib}/bzrlib/plugins/bzrtools
-%{python_sitelib}/bzrlib/plugins/bzrtools/*.py
-%{python_sitelib}/bzrlib/plugins/bzrtools/*.pyc
-%{python_sitelib}/bzrlib/plugins/bzrtools/*.pyo
-%{python_sitelib}/bzrlib/plugins/bzrtools/tests/
+%dir %{python_sitearch}/bzrlib/plugins/bzrtools
+%{python_sitearch}/bzrlib/plugins/bzrtools/*.py
+%{python_sitearch}/bzrlib/plugins/bzrtools/*.pyc
+%{python_sitearch}/bzrlib/plugins/bzrtools/*.pyo
+%{python_sitearch}/bzrlib/plugins/bzrtools/tests/
 
 %changelog
+* Wed Sep 26 2007 Toshio Kuratomi <a.badger at gmail.com> 0.91.0-1
+- Update to 0.91.0.
+
+* Thu Aug 30 2007 Toshio Kuratomi <a.badger at gmail.com> 0.90.0-2
+- Move plugin manually since setuptools has no way of knowing that bzr is
+  arch specific.
+- Disable debuginfo packages.
+
+* Tue Aug 28 2007 Toshio Kuratomi <a.badger at gmail.com> 0.90.0-1
+- Update to 0.90.0.
+- Fix License tag to conform to the new Licensing Guidelines.
+- Bzr is now arch specific so all its plugins have to be as well.
+
 * Wed Jul 25 2007 Warren Togami <wtogami at redhat.com> 0.18.0-1
 - Update to 0.18.0.
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/bzrtools/F-7/sources,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- sources	25 Jul 2007 22:33:03 -0000	1.12
+++ sources	27 Sep 2007 00:46:21 -0000	1.13
@@ -1 +1 @@
-557bfa1aeb3f0090fdac1651f5271bce  bzrtools-0.18.0.tar.gz
+7ca989b950ea59ff02f9425fb3faa39e  bzrtools-0.91.0.tar.gz




More information about the fedora-extras-commits mailing list