rpms/GitPython/devel GitPython.spec, NONE, 1.1 import.log, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Jesse Keating jkeating at fedoraproject.org
Wed Mar 3 16:34:41 UTC 2010


Author: jkeating

Update of /cvs/pkgs/rpms/GitPython/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv1873/devel

Modified Files:
	.cvsignore sources 
Added Files:
	GitPython.spec import.log 
Log Message:
Initial import



--- NEW FILE GitPython.spec ---
# sitelib for noarch packages, sitearch for others (remove the unneeded one)
%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}

Name:           GitPython
Version:        0.1.6
Release:        2%{?dist}
Summary:        Python Git Library

Group:          Development/Languages
License:        BSD
URL:            http://pypi.python.org/pypi/GitPython/
Source0:        http://pypi.python.org/packages/source/G/GitPython/GitPython-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildArch:      noarch
BuildRequires:  python-devel python-setuptools

%description
GitPython is a python library used to interact with Git repositories.

GitPython provides object model access to your git repository. Once you have
created a repository object, you can traverse it to find parent commit(s),
trees, blobs, etc.

GitPython is a port of the grit library in Ruby created by Tom Preston-Werner
and Chris Wanstrath.


%prep
%setup -q


%build
%{__python} setup.py build


%install
rm -rf $RPM_BUILD_ROOT
%{__python} setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT

 
%clean
rm -rf $RPM_BUILD_ROOT


%files
%defattr(-,root,root,-)
%doc README CHANGES LICENSE AUTHORS
# For noarch packages: sitelib
%{python_sitelib}/GitPython-%{version}-py*.egg-info
%{python_sitelib}/git


%changelog
* Mon Jan 08 2010 Terje Rosten <terje.rosten at ntnu.no> - 0.1.6-2
- Add python-setuptools to buildreq
- Explicit file list
- Use version macro in source url

* Wed Jan 06 2010 Jesse Keating <jkeating at redhat.com> - 0.1.6-1
- Initial Fedora package



--- NEW FILE import.log ---
GitPython-0_1_6-2_fc12:HEAD:GitPython-0.1.6-2.fc12.src.rpm:1267633922


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/GitPython/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore	9 Feb 2010 21:09:14 -0000	1.1
+++ .cvsignore	3 Mar 2010 16:34:41 -0000	1.2
@@ -0,0 +1 @@
+GitPython-0.1.6.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/GitPython/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	9 Feb 2010 21:09:14 -0000	1.1
+++ sources	3 Mar 2010 16:34:41 -0000	1.2
@@ -0,0 +1 @@
+da9af1ffefbe03cf424f0e00bef0c868  GitPython-0.1.6.tar.gz



More information about the scm-commits mailing list