rpms/python-setupdocs/devel import.log, NONE, 1.1 python-setupdocs.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Rakesh Pandit rakesh at fedoraproject.org
Mon Feb 2 14:20:30 UTC 2009


Author: rakesh

Update of /cvs/pkgs/rpms/python-setupdocs/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv24612/devel

Modified Files:
	.cvsignore sources 
Added Files:
	import.log python-setupdocs.spec 
Log Message:
Initial import.



--- NEW FILE import.log ---
python-setupdocs-1_0_1-3_fc10:HEAD:python-setupdocs-1.0.1-3.fc10.src.rpm:1233584092


--- NEW FILE python-setupdocs.spec ---
%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}

Name:           python-setupdocs
Version:        1.0.1
Release:        3%{?dist}
Summary:        Setuptools plugin

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

BuildArch:      noarch
BuildRequires:  python-devel, python-setuptools
Requires:       python-setuptools

%description
Python setuptools plugin that automates building of docs from ReST source.

%prep
%setup -q -n setupdocs-%{version}
sed -i 's/\#\!.*$//' setupdocs/setupdocs.py
rm -rf setupdocs.egg-info

%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 *.txt
%{python_sitelib}/*


%changelog
* Tue Jan 27 2009 Rakesh Pandit <rakesh at fedoraproject.org> 1.0.1-3
- Removed already existing eggs so that new eggs info files are build
- from source.

* Tue Jan 27 2009 Rakesh Pandit <rakesh at fedoraproject.org> 1.0.1-2
- Improved description and cleaned some futile information
- Corrected URL

* Tue Jan 27 2009 Rakesh Pandit <rakesh at fedoraproject.org> 1.0.1-1
- Initial package


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/python-setupdocs/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	30 Jan 2009 06:36:09 -0000	1.1
+++ .cvsignore	2 Feb 2009 14:19:59 -0000	1.2
@@ -0,0 +1 @@
+setupdocs-1.0.1.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/python-setupdocs/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	30 Jan 2009 06:36:09 -0000	1.1
+++ sources	2 Feb 2009 14:19:59 -0000	1.2
@@ -0,0 +1 @@
+963beb2ef957cb14426c96f55dd49fa9  setupdocs-1.0.1.tar.gz




More information about the fedora-extras-commits mailing list