rpms/bzrtools/FC-6 bzrtools.spec,1.11,1.12

Toshio Ernie Kuratomi (toshio) fedora-extras-commits at redhat.com
Mon Nov 6 18:55:29 UTC 2006


Author: toshio

Update of /cvs/extras/rpms/bzrtools/FC-6
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6400

Modified Files:
	bzrtools.spec 
Log Message:
- Add the tests directory as bzr has an undocumented "selftest" subcommand
  that relies on them.



Index: bzrtools.spec
===================================================================
RCS file: /cvs/extras/rpms/bzrtools/FC-6/bzrtools.spec,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- bzrtools.spec	6 Nov 2006 18:32:27 -0000	1.11
+++ bzrtools.spec	6 Nov 2006 18:54:59 -0000	1.12
@@ -2,7 +2,7 @@
 
 Name:           bzrtools
 Version:        0.12.2
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        A collection of utilities and plugins for Bazaar-NG
 
 Group:          Development/Tools
@@ -43,9 +43,6 @@
 # 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
 
-# No need to ship the tests
-rm -rf $RPM_BUILD_ROOT%{python_sitelib}/bzrlib/plugins/bzrtools/tests/
-
 %clean
 rm -rf $RPM_BUILD_ROOT
 
@@ -57,8 +54,13 @@
 %{python_sitelib}/bzrlib/plugins/bzrtools/*.py
 %{python_sitelib}/bzrlib/plugins/bzrtools/*.pyc
 %{python_sitelib}/bzrlib/plugins/bzrtools/*.pyo
+%{python_sitelib}/bzrlib/plugins/bzrtools/tests/
 
 %changelog
+* Mon Nov 06 2006 Toshio Kuratomi <toshio at tiki-lounge.com> 0.12.2-2
+- Add the tests directory as bzr has an undocumented "selftest" subcommand
+  that relies on them.
+
 * Thu Oct 05 2006 Toshio Kuratomi <toshio at tiki-lounge.com> 0.12.2-1
 - Update to 0.12.2
 - The push command was renamed to rspush.  Update the %%description to match.




More information about the scm-commits mailing list