rpms/python-ctags/F-11 python-ctags.spec,NONE,1.1 sources,1.1,1.2

Kushal Das kushal at fedoraproject.org
Mon Jun 29 05:17:12 UTC 2009


Author: kushal

Update of /cvs/extras/rpms/python-ctags/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv2043

Modified Files:
	sources 
Added Files:
	python-ctags.spec 
Log Message:
Importing first time for F-11


--- 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: sources
===================================================================
RCS file: /cvs/extras/rpms/python-ctags/F-11/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 05:16:42 -0000	1.2
@@ -0,0 +1 @@
+6579b49942c73abd1d22a5cfd559856b  python-ctags-1.0.5.tar.gz




More information about the fedora-extras-commits mailing list