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

Kushal Das kushal at fedoraproject.org
Sun Apr 12 08:50:47 UTC 2009


Author: kushal

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

Modified Files:
	.cvsignore sources 
Added Files:
	import.log python-chardet.spec 
Log Message:
Found the long lost srpm, imported first time.



--- NEW FILE import.log ---
python-chardet-1_0_1-1_fc9:HEAD:python-chardet-1.0.1-1.fc9.src.rpm:1239526287


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

Name:           python-chardet
Version:        1.0.1
Release:        1%{?dist}
Summary:        Character encoding auto-detection in Python

Group:          Development/Languages
License:        LGPLv2
URL:            http://chardet.feedparser.org
Source0:        http://chardet.feedparser.org/download/chardet-%{version}.tgz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

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

%description
Character encoding auto-detection in Python. As 
smart as your browser. Open source.

%prep
%setup -q -n chardet-%{version}



%build
# Remove CFLAGS=... for noarch packages (unneeded)
%{__python} setup.py build


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


%files
%defattr(-,root,root,-)
%doc COPYING
# For noarch packages: sitelib
%{python_sitelib}/*


%changelog
* Mon Aug 04 2008 Kushal Das <kushal at fedoraproject.org> 1.0.1-1
- Initial release



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/python-chardet/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	5 Aug 2008 16:27:29 -0000	1.1
+++ .cvsignore	12 Apr 2009 08:50:14 -0000	1.2
@@ -0,0 +1 @@
+chardet-1.0.1.tgz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/python-chardet/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	5 Aug 2008 16:27:29 -0000	1.1
+++ sources	12 Apr 2009 08:50:15 -0000	1.2
@@ -0,0 +1 @@
+f8c510a6fac300fe0ac9a0c24a76a7ba  chardet-1.0.1.tgz




More information about the fedora-extras-commits mailing list