]> git.pld-linux.org Git - packages/cvsync.git/commitdiff
- added
authoraredridel <aredridel@pld-linux.org>
Sun, 12 Jun 2005 22:21:13 +0000 (22:21 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    cvsync.spec -> 1.1

cvsync.spec [new file with mode: 0644]

diff --git a/cvsync.spec b/cvsync.spec
new file mode 100644 (file)
index 0000000..e58b091
--- /dev/null
@@ -0,0 +1,42 @@
+
+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]
This page took 0.074899 seconds and 4 git commands to generate.