rpms/trac-bazaar-plugin/FC-6 trac+bzr-install.patch, NONE, 1.1 trac-bazaar-plugin.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Toshio Ernie Kuratomi (toshio) fedora-extras-commits at redhat.com
Sun Jul 29 15:57:33 UTC 2007


Author: toshio

Update of /cvs/extras/rpms/trac-bazaar-plugin/FC-6
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2421

Modified Files:
	.cvsignore sources 
Added Files:
	trac+bzr-install.patch trac-bazaar-plugin.spec 
Log Message:
* Initial import.


trac+bzr-install.patch:

--- NEW FILE trac+bzr-install.patch ---
# Bazaar revision bundle v0.9
#
# message:
#   * MANIFEST.in, setup.py: Use MANIFEST.in to include COPYING and README because
#     data_files 1) does not capture the COPYING file, 2) Installs the files which
#     is not wanted.
#   
# committer: Toshio Kuratomi <toshio at tiki-lounge.com>
# date: Wed 2007-07-18 12:13:22.792000055 -0700

=== added file MANIFEST.in // file-id:manifest.in-20070718191208-hvem7xerrq7101
... nv-1
--- /dev/null
+++ MANIFEST.in
@@ -0,0 +1,2 @@
+include COPYING
+include README

=== modified file setup.py
--- setup.py
+++ setup.py
@@ -17,5 +17,4 @@
       Control System. See %s for more details.
       """ % TracBzr,
       packages=['tracbzr'],
-      data_files=['COPYING','README'],
       entry_points={'trac.plugins': 'bzr = tracbzr.backend'})

=== modified directory  // last-changed:toshio at tiki-lounge.com-20070718191322-6
... ai638t2prvocx9a
# revision id: toshio at tiki-lounge.com-20070718191322-6ai638t2prvocx9a
# sha1: 46eea8aac53fb19484b20dd60c103c99dc222b6e
# inventory sha1: a13448b8906c292179575c8737e8f9d5e3c99e2b
# parent ids:
#   abentley at panoramicfeedback.com-20070309030322-1o18xjg2dx3u7n00
# base id: abentley at panoramicfeedback.com-20070309030322-1o18xjg2dx3u7n00
# properties:
#   branch-nick: trac+bzr



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

%define bzrrev 180

Name:           trac-bazaar-plugin
Version:        0.2
Release:        2.20070717bzr%{bzrrev}%{?dist}
Summary:        Bazaar plugin for Trac

Group:          Applications/Internet
License:        GPL
URL:            http://bazaar-vcs.org/TracBzr
# Source comes from a bazaar repository:
#   bzr checkout --lightweight -r 180 http://panoramicfeedback.com/opensource/trac+bzr/
#   cd trac+bzr
#   patch -p0 <trac+bzr-install.patch # Included as %{SOURCE1}
#   python setup.py sdist --formats gztar
# tarball lands in trac+bzr/dist/
Source0:        TracBzr-%{version}.tar.gz
# Upstream Bug: https://bugs.launchpad.net/trac-bzr/+bug/126835
# This applies to the checkout from revision control; not applied within the
# spec file.
Source1:        trac+bzr-install.patch
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildArch:      noarch
BuildRequires:  python-devel
BuildRequires:  python-setuptools
Requires:       bzr
Requires:       trac
Requires:       python-setuptools

%description
This plugin for Trac provides support for the Bazaar SCM.

%prep
%setup -n TracBzr-%{version} -q


%build
%{__python} setup.py build


%install
rm -rf $RPM_BUILD_ROOT
# skip-build doesn't work on el4
%{__python} setup.py install -O1 --root $RPM_BUILD_ROOT
 
%clean
%{__rm} -rf $RPM_BUILD_ROOT


%files
%defattr(-,root,root,-)
%doc COPYING README
%{python_sitelib}/*

%changelog
* Thu Jul 18 2007 Toshio Kuratomi <toshio at tiki-lounge.com> - 0.2-2.20070717bzr180
- Fixes from review comments: RH BZ#248815
  + Make macros consistent.
  + Remove extraneous comment.

* Thu Jul 18 2007 Toshio Kuratomi <toshio at tiki-lounge.com> - 0.2-1.20070717bzr180
- Initial build.


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/trac-bazaar-plugin/FC-6/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	28 Jul 2007 16:42:08 -0000	1.1
+++ .cvsignore	29 Jul 2007 15:57:01 -0000	1.2
@@ -0,0 +1 @@
+TracBzr-0.2.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/trac-bazaar-plugin/FC-6/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	28 Jul 2007 16:42:08 -0000	1.1
+++ sources	29 Jul 2007 15:57:01 -0000	1.2
@@ -0,0 +1 @@
+673e449747d0b1402c9a8523114f8bbf  TracBzr-0.2.tar.gz




More information about the fedora-extras-commits mailing list