mercurial/mercurial.spec

46 lines
1.0 KiB
RPMSpec
Raw Normal View History

Summary: A fast, lightweight distributed source control management system
Name: mercurial
2005-08-22 17:06:49 +00:00
Version: 0.6c
Release: 1%{?dist}
License: GPL
Group: Development/Tools
URL: http://www.selenic.com/mercurial/
Source0: http://www.selenic.com/mercurial/release/%{name}-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
BuildRequires: python-devel
%description
Mercurial is a fast, lightweight source control management system designed
for efficient handling of very large distributed projects.
%prep
%setup -q
%build
python ./setup.py build
%install
rm -rf $RPM_BUILD_ROOT
python ./setup.py install -O1 --root=$RPM_BUILD_ROOT --record=%{name}.files
%clean
rm -rf $RPM_BUILD_ROOT
%files -f %{name}.files
%defattr(-,root,root,-)
2005-08-22 17:06:49 +00:00
%doc README doc/hg.1.txt doc/hgmerge.1.txt doc/hgrc.5.txt
%changelog
2005-08-22 17:06:49 +00:00
* Mon Aug 22 2005 Jeremy Katz <katzj@redhat.com> - 0.6c
- update to 0.6c
2005-07-12 21:51:47 +00:00
* Tue Jul 12 2005 Jeremy Katz <katzj@redhat.com> - 0.6b
- update to new upstream 0.6b
* Fri Jul 1 2005 Jeremy Katz <katzj@redhat.com> - 0.6-1
- Initial build.