rpms/bzrtools/devel bzrtools.spec,1.23,1.24

Toshio くらとみ (toshio) fedora-extras-commits at redhat.com
Tue Dec 11 22:19:35 UTC 2007


Author: toshio

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

Modified Files:
	bzrtools.spec 
Log Message:

* Fri Dec 7 2007 Toshio Kuratomi <a.badger at gmail.com> 1.0.0-2
- Move the egg-info into sitearch alongside the module



Index: bzrtools.spec
===================================================================
RCS file: /cvs/pkgs/rpms/bzrtools/devel/bzrtools.spec,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- bzrtools.spec	11 Dec 2007 21:36:00 -0000	1.23
+++ bzrtools.spec	11 Dec 2007 22:18:59 -0000	1.24
@@ -10,7 +10,7 @@
 
 Name:           bzrtools
 Version:        %{bzrver}.0
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        A collection of utilities and plugins for Bazaar-NG
 
 Group:          Development/Tools
@@ -51,8 +51,8 @@
 rm -rf $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
+    install -d $RPM_BUILD_ROOT/%{python_sitearch}
+    mv $RPM_BUILD_ROOT/%{python_sitelib}/* $RPM_BUILD_ROOT/%{python_sitearch}/
 fi
 
 # remove shebangs from all files as none should be executable scripts
@@ -71,6 +71,9 @@
 %endif
 
 %changelog
+* Fri Dec 7 2007 Toshio Kuratomi <a.badger at gmail.com> 1.0.0-2
+- Move the egg-info into sitearch alongside the module
+
 * Fri Dec 7 2007 Toshio Kuratomi <a.badger at gmail.com> 1.0.0-1
 - Update to 1.0.
 




More information about the fedora-extras-commits mailing list