rpms/mercurial/devel mercurial.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Jeremy Katz (katzj) fedora-extras-commits at redhat.com
Fri Jul 1 19:53:18 UTC 2005


Author: katzj

Update of /cvs/extras/rpms/mercurial/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27180/devel

Modified Files:
	.cvsignore sources 
Added Files:
	mercurial.spec 
Log Message:
auto-import mercurial-0.6-1 on branch devel from mercurial-0.6-1.src.rpm


--- NEW FILE mercurial.spec ---
Summary: A fast, lightweight distributed source control management system 
Name: mercurial
Version: 0.6
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,-)
%doc doc/FAQ.txt README doc/hg.1.txt


%changelog
* Fri Jul  1 2005 Jeremy Katz <katzj at redhat.com> - 0.6-1
- Initial build.



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/mercurial/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	1 Jul 2005 19:52:49 -0000	1.1
+++ .cvsignore	1 Jul 2005 19:53:16 -0000	1.2
@@ -0,0 +1 @@
+mercurial-0.6.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/mercurial/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	1 Jul 2005 19:52:49 -0000	1.1
+++ sources	1 Jul 2005 19:53:16 -0000	1.2
@@ -0,0 +1 @@
+25f9ce77b3e5e257d33a982d4ca7c43f  mercurial-0.6.tar.gz




More information about the scm-commits mailing list