rpms/bzrtools/devel .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 Aug 30 10:17:50 UTC 2007


Author: toshio

Update of /cvs/pkgs/rpms/bzrtools/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23958

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



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/bzrtools/devel/.cvsignore,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- .cvsignore	25 Jul 2007 22:20:02 -0000	1.12
+++ .cvsignore	30 Aug 2007 10:17:16 -0000	1.13
@@ -1 +1 @@
-bzrtools-0.18.0.tar.gz
+bzrtools-0.90.0.tar.gz


Index: bzrtools.spec
===================================================================
RCS file: /cvs/pkgs/rpms/bzrtools/devel/bzrtools.spec,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- bzrtools.spec	25 Jul 2007 22:20:02 -0000	1.19
+++ bzrtools.spec	30 Aug 2007 10:17:16 -0000	1.20
@@ -1,7 +1,7 @@
-%{!?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
+%define bzrver 0.90
+%define bzrnextver 0.91
 
 Name:           bzrtools
 Version:        %{bzrver}.0
@@ -9,12 +9,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 +44,9 @@
 
 %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
 # 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 +55,18 @@
 %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
+* 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/devel/sources,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- sources	25 Jul 2007 22:20:02 -0000	1.12
+++ sources	30 Aug 2007 10:17:16 -0000	1.13
@@ -1 +1 @@
-557bfa1aeb3f0090fdac1651f5271bce  bzrtools-0.18.0.tar.gz
+da7e97a4fd02a6b95cabfe5e187687ca  bzrtools-0.90.0.tar.gz




More information about the fedora-extras-commits mailing list