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

Kushal Das kushal at fedoraproject.org
Mon Jun 29 04:59:00 UTC 2009


Author: kushal

Update of /cvs/extras/rpms/python-ctags/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv30614/devel

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



--- NEW FILE import.log ---
python-ctags-1_0_5-1_fc11:HEAD:python-ctags-1.0.5-1.fc11.src.rpm:1246251424


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


Name:           python-ctags
Version:        1.0.5
Release:        1%{?dist}
Summary:        A wrapper to read tags library

Group:          Development/Languages
License:        LGPLv2
URL:            http://code.google.com/p/python-ctags/
Source0:        http://python-ctags.googlecode.com/files/%{name}-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires:  python-devel, python-setuptools-devel
Requires:       ctags

%description
A python wrapper to read tags library.

%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 PKG-INFO
%{python_sitearch}/*


%changelog
* Tue Jun 24 2009 Kushal Das <kushal at fedoraproject.org> 1.0.5-1
- Initial release in Fedora



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/python-ctags/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore	24 Jun 2009 18:19:34 -0000	1.1
+++ .cvsignore	29 Jun 2009 04:58:29 -0000	1.2
@@ -0,0 +1 @@
+python-ctags-1.0.5.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/python-ctags/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	24 Jun 2009 18:19:34 -0000	1.1
+++ sources	29 Jun 2009 04:58:29 -0000	1.2
@@ -0,0 +1 @@
+6579b49942c73abd1d22a5cfd559856b  python-ctags-1.0.5.tar.gz




More information about the fedora-extras-commits mailing list