Author: arekm Date: Sun Jul 31 18:17:53 2005 GMT Module: SPECS Tag: HEAD ---- Log message: - initial pld release (new SCM)
---- Files affected: SPECS: mercurial.spec (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: SPECS/mercurial.spec diff -u /dev/null SPECS/mercurial.spec:1.1 --- /dev/null Sun Jul 31 20:17:53 2005 +++ SPECS/mercurial.spec Sun Jul 31 20:17:47 2005 @@ -0,0 +1,63 @@ +# $Revision$, $Date$ +Summary: Mercurial Distributed SCM +Name: mercurial +Version: 0.6b +Release: 1 +License: GPL v2 +Group: Development/Version Control +Source0: http://www.selenic.com/mercurial/release/%{name}-%{version}.tar.gz +# Source0-md5: 502b7de4244017cb0b16658acbbbddc2 +URL: http://www.selenic.com/mercurial/ +BuildRequires: python >= 2.2.1 +%pyrequires_eq python-modules +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%description +Mercurial is a fast, lightweight source control management system +designed for efficient handling of very large distributed projects. +Features include: +- O(1) delta-compressed file storage and retrieval scheme +- Complete cross-indexing of file and changesets for efficient + exploration of project history +- Robust SHA1-based integrity checking and append-only storage model +- Decentralized development model with arbitrary merging between trees +- High-speed HTTP-based network merge protocol +- Easy-to-use command-line interface +- Integrated stand-alone web interface +- Small Python codebase +- GPL license + +%prep +%setup -q + +%build +python setup.py build + +%install +rm -rf $RPM_BUILD_ROOT + +python setup.py install \ + --optimize=2 \ + --root=$RPM_BUILD_ROOT + +%clean +rm -rf $RPM_BUILD_ROOT + +%files +%defattr(644,root,root,755) +%doc doc/FAQ.txt CONTRIBUTORS README TODO comparison.txt notes.txt +%attr(755,root,root) %{_bindir}/* +%dir %{py_sitedir}/%{name} +%attr(755,root,root) %{py_sitedir}/%{name}/*.so +%{py_sitedir}/%{name}/*.py[co] +%{py_sitedir}/%{name}/templates + +%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) +%changelog +* %{date} PLD Team <[EMAIL PROTECTED]> +All persons listed below can be reached at <cvs_login>@pld-linux.org + +$Log$ +Revision 1.1 2005/07/31 18:17:47 arekm +- initial pld release (new SCM) + ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
