SPECS: cvsync.spec (NEW) - added

aredridel aredridel at pld-linux.org
Mon Jun 13 00:21:18 CEST 2005


Author: aredridel                    Date: Sun Jun 12 22:21:18 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- added

---- Files affected:
SPECS:
   cvsync.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/cvsync.spec
diff -u /dev/null SPECS/cvsync.spec:1.1
--- /dev/null	Mon Jun 13 00:21:18 2005
+++ SPECS/cvsync.spec	Mon Jun 13 00:21:13 2005
@@ -0,0 +1,53 @@
+# $Revision$, $Date$
+
+Summary:	Tailor, the VCS sync tool
+Name:		cvsync
+Version:	0
+%define codate 20050612
+Release:	0.%{codate}.1
+License:	Free
+Source0:	cvsync-%{codate}.tar.gz
+# Source0-md5:	b3d7d184ecbf95278dc8112d67f48cfe
+URL:		http://darcs.net/DarcsWiki/Tailor
+Group:		Development/Version Control
+BuildRequires:	python
+BuildRequires:	python-devel >= 2.2
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+A Python tool able to keep in sync various kinds of repository: it works for various revision control systems, digesting patches coming from three different VC, CVS, Subversion, Darcs and (still partially) Monotone and Codeville, preserving history.
+
+%prep
+%setup -q -n %{name}
+
+%build
+CFLAGS="%{rpmcflags}"
+export CFLAGS
+python setup.py build
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{py_sitescriptdir}
+
+python setup.py install \
+	--root=$RPM_BUILD_ROOT --optimize=2
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc README
+%attr(755,root,root) %{_bindir}/tailor.py
+%dir %{py_sitescriptdir}/vcpx
+%{py_sitescriptdir}/vcpx/*.py[co]
+
+%define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2005/06/12 22:21:13  aredridel
+- added
+
================================================================



More information about the pld-cvs-commit mailing list