Sophie

Sophie

distrib > Mandriva > 2007.0 > x86_64 > by-pkgid > 5a6553b8d5786033c37146b18d836072 > files > 2

tailor-0.9.26-1mdv2007.0.src.rpm


Summary:	A tool to migrate changesets between several version control systems
Name:		tailor
Version:	0.9.26
Release:	%mkrel 1
Source0:	http://darcs.arstecnica.it/tailor-%{version}.tar.bz2
License:	GPL
Group:		Development/Other
Url:		http://progetti.arstecnica.it/tailor
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot
BuildRequires:	python-devel
Requires:	python
Provides:	python-vcpx = %{version}-%{release}
Obsoletes:	python-vcpx
BuildArch:	noarch

%description
Tailor is a tool to migrate changesets between CVS, Subversion,
darcs, monotone, Codeville, Mercurial and Baazar-NG [#]
repositories.

This script makes it easier to keep the upstream changes merged in
a branch of a product, storing needed information such as the upstream
URI and revision in special properties on the branched directory.

[#] Monotone, Codeville, Mercurial and Baazar-NG systems may be
used only as the `target` backend, since the `source` support
isn't coded yet. Contributions on these backends will be very
appreciated, since I do not use them enough to figure out the
best way to get pending changes and build tailor ChangeSets out
of them.

%prep
%setup -q 

%install
rm -rf $RPM_BUILD_ROOT
python setup.py install --root=$RPM_BUILD_ROOT

%clean
rm -rf $RPM_BUILD_ROOT

%files 
%defattr(-,root,root,0755)
%{_bindir}/*
%{py_purelibdir}/site-packages/vcpx
#%{_mandir}/man*/*
%doc README

%changelog
* Thu Aug 17 2006 glehmann
+ 2006-08-17 12:22:19 (56600)
update to 0.9.26

* Thu Aug 10 2006 glehmann
+ 2006-08-10 10:53:52 (55350)
update ot 0.9.23

* Wed Aug 09 2006 glehmann
+ 2006-08-09 21:20:58 (55165)
rebuild

* Sun Jul 30 2006 glehmann
+ 2006-07-30 10:31:58 (42722)
Import tailor

* Sat May 06 2006 Gaetan Lehmann <gaetan.lehmann@jouy.inra.fr> 0.9.22-1mdk
- 0.9.22
- noarch
- update url

* Sun Jan 15 2006 Olivier Thauvin <nanardon@mandriva.org> 0.9.19-3mdk
- no longer noarch and use macro for lib path to avoid breakage of python
  with its "noarch" files
- remove empty %build section

* Sat Dec 03 2005 Gaetan Lehmann <gaetan.lehmann@jouy.inra.fr> 0.9.19-2mdk
- drop python-vcpx package

* Thu Nov 10 2005 Gaetan Lehmann <gaetan.lehmann@jouy.inra.fr> 0.9.19-1mdk
- New release 0.9.19

* Thu Oct 20 2005 Nicolas Lécureuil <neoclust@mandriva.org> 0.9.18-2mdk
- Fix BuildRequires
- fix %mkrel to make rpmbuildupdate happy

* Mon Oct 17 2005 Gaetan Lehmann <gaetan.lehmann@jouy.inra.fr> 0.9.18-1mdk
- New release 0.9.18

* Thu Oct 06 2005 Gaetan Lehmann <gaetan.lehmann@jouy.inra.fr> 0.9.17-1mdk
- New release 0.9.17

* Thu Jul 28 2005 Gaetan Lehmann <gaetan.lehmann@jouy.inra.fr> 0.8-1mdk
- 0.8
- update description and summary

* Wed Apr 20 2005 Gaetan Lehmann <glehmann@n4.mandrakesoft.com> 0-0.20050420.1mdk
- darcs pull
- create link tailor -> tailor.py

* Tue Mar 22 2005 Gaetan Lehmann <gaetan.lehmann@jouy.inra.fr> 0-0.20050301.1mdk
- mandrake contrib