8956fb5
Name:           bzr-fastimport
2b6f02a
Version:        0.12.0
2b6f02a
Release:        1%{?dist}
8956fb5
Summary:        Bzr plugin for fast loading of data from other VCS tools
8956fb5
Group:          Development/Languages
e47694e
# Some modules in the exporters/ subdir are MIT-licensed.
8956fb5
License:        GPLv2+ and MIT
8956fb5
URL:            https://launchpad.net/bzr-fastimport
8956fb5
Source0:        http://launchpad.net/%{name}/trunk/%{version}/+download/%{name}-%{version}.tar.gz
8956fb5
BuildArch:      noarch
8956fb5
BuildRequires:  python-setuptools-devel
8956fb5
BuildRequires:  bzr
8956fb5
Requires:       bzr
81a6ca5
Requires:       python-fastimport
8956fb5
8956fb5
%description
8956fb5
Bazaar Fast Import is a plugin providing fast loading of revision control data 
8956fb5
into Bazaar. It is designed to be used in combination with front-end programs 
8956fb5
that generate a command/data stream for it to process. Front-ends are available 
8956fb5
for a wide range of foreign VCS tools including Subversion, CVS, Git, 
8956fb5
Mercurial, Darcs and Perforce. New front-ends are easy to develop in 
8956fb5
whatever programming language you prefer, making Bazaar Fast Import useful 
8956fb5
for teams needing a custom migration solution.
8956fb5
8956fb5
%prep
8956fb5
%setup -q
8956fb5
8956fb5
%build
8956fb5
%{__python} setup.py build
8956fb5
8956fb5
%install
8956fb5
%{__python} setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT
8956fb5
chmod 0755 $RPM_BUILD_ROOT%{python_sitelib}/bzrlib/plugins/fastimport/exporters/hg-fast-export.py
8956fb5
chmod 0755 $RPM_BUILD_ROOT%{python_sitelib}/bzrlib/plugins/fastimport/exporters/svn-fast-export.py
8956fb5
8956fb5
%files
8956fb5
%doc COPYING.txt NEWS README.txt
8956fb5
%{python_sitelib}/bzr_fastimport-*.egg-info
8956fb5
%{python_sitelib}/bzrlib/plugins/fastimport
8956fb5
8956fb5
%changelog
2b6f02a
* Wed Feb 29 2012 Dan Callaghan <dcallagh@redhat.com> - 0.12.0-1
2b6f02a
- upstream release 0.12.0
2b6f02a
2c2d5f4
* Thu Jan 12 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.11.0-3
2c2d5f4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
2c2d5f4
e47694e
* Wed Oct 12 2011 Dan Callaghan <dcallagh@redhat.com> - 0.11.0-2
e47694e
- added a note to the spec about incorrect license header
e47694e
81a6ca5
* Thu Oct 06 2011 Dan Callaghan <dcallagh@redhat.com> - 0.11.0-1
81a6ca5
- update to 0.11.0
81a6ca5
8956fb5
* Wed Aug 10 2011 Dan Callaghan <dcallagh@redhat.com> - 0.10.0-2
8956fb5
- use a patch instead of sed for removing erroneous shebangs
8956fb5
8956fb5
* Thu Jun 16 2011 Dan Callaghan <dcallagh@redhat.com> - 0.10.0-1
8956fb5
- initial version