rpms/bzrtools/devel bzrtools.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Shahms King (shahms) fedora-extras-commits at redhat.com
Tue May 23 14:56:04 UTC 2006


Author: shahms

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

Modified Files:
	.cvsignore sources 
Added Files:
	bzrtools.spec 
Log Message:
auto-import bzrtools-0.8.1-3 on branch devel from bzrtools-0.8.1-3.src.rpm


--- NEW FILE bzrtools.spec ---
%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}

Name:           bzrtools
Version:        0.8.1
Release:        3%{?dist}
Summary:        A collection of utilities and plugins for Bazaar-NG

Group:          Development/Tools
License:        GPL
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
Requires:   python-abi = %(%{__python} -c "import sys ; print sys.version[:3]")
Requires:   bzr = 0.8

%description
BzrTools is a collection of plugins for Bazaar-NG (bzr).  Among the included
plugins are:
* push - uses rsync to push local changes to a remote server
* annotate - prints a file annotated with the revision next to each line
* baz-import - (Requres PyBaz) import an arch archive losslessly into bzr
* shelve/unshelve - allows you to undo some changes, commit, and restore
* clean-tree - remove unknown, ignored-junk, or unversioned files from the tree
* graph-ancestry - use dot to produce banch ancestry graphs
* shell - a bzr command interpreter with command completion
* patch - apply a patch to your tree from a file or URL


%prep
%setup -q


%build
CFLAGS="$RPM_OPT_FLAGS" %{__python} setup.py build


%install
rm -rf $RPM_BUILD_ROOT
%{__python} setup.py install -O1 --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


%clean
rm -rf $RPM_BUILD_ROOT


%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
%ghost %{python_sitelib}/bzrlib/plugins/bzrtools/*.pyo

%changelog
* Tue May 16 2006 Shahms E. King <shahms at shahms.com> 0.8.1-3
- BuildRequires python, rather than python-devel

* Mon May 15 2006 Shahms E. King <shahms at shahms.com> 0.8.1-2
- Fix rpmlint non-executable-script errors

* Fri May 12 2006 Shahms E. King <shahms at shahms.com> 0.8.1-1
- Add COPYING to %doc
- Update to new upstream version
- Require bzr 0.8

* Wed May 10 2006 Shahms E. King <shahms at shahms.com> 0.8-1
- Update to new upstream version

* Fri Apr 14 2006 Shahms E. King <shahms at shahms.com> 0.7-1
- Initial package


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/bzrtools/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	23 May 2006 14:55:43 -0000	1.1
+++ .cvsignore	23 May 2006 14:56:04 -0000	1.2
@@ -0,0 +1 @@
+bzrtools-0.8.1.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/bzrtools/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	23 May 2006 14:55:43 -0000	1.1
+++ sources	23 May 2006 14:56:04 -0000	1.2
@@ -0,0 +1 @@
+d1b913b55d5249d3ff007c756042b0df  bzrtools-0.8.1.tar.gz




More information about the fedora-extras-commits mailing list