rpms/python3-chardet/F-13 python3-chardet.spec, NONE, 1.1 sources, 1.1, 1.2

tomspur tomspur at fedoraproject.org
Sat Apr 24 17:39:23 UTC 2010


Author: tomspur

Update of /cvs/pkgs/rpms/python3-chardet/F-13
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv5093/F-13

Modified Files:
	sources 
Added Files:
	python3-chardet.spec 
Log Message:
initial commit (#583186)



--- NEW FILE python3-chardet.spec ---
Name:           python3-chardet
Version:        2.0.1
Release:        2%{?dist}
Summary:        Character encoding auto-detection in Python

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

BuildArch:      noarch
BuildRequires:  python3-devel

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

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



%build
%{__python3} setup.py build


%install
rm -rf %{buildroot}
%{__python3} setup.py install -O1 --skip-build --root %{buildroot}
chmod -x COPYING

 
%clean
rm -rf %{buildroot}


%files
%defattr(-,root,root,-)
%doc COPYING docs/*
%{python3_sitelib}/chardet-%{version}-py?.?.egg-info
%{python3_sitelib}/chardet


%changelog
* Sat Apr 24 2010 Thomas Spura <tomspur at fedoraproject.org> - 2.0.1-2
- remove BR python3-setuptools (egg builded with distutils)

* Sat Apr 17 2010 Thomas Spura <tomspur at fedoraproject.org> - 2.0.1-1
- initial port to python3 based on the python2 spec

* Wed Jan 13 2010 Kushal Das <kushal at fedoraproject.org> - 2.0.1-1
- New release

* Sun Jul 26 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.0.1-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild

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



Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/python3-chardet/F-13/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	24 Apr 2010 00:42:19 -0000	1.1
+++ sources	24 Apr 2010 17:39:23 -0000	1.2
@@ -0,0 +1 @@
+ce4314913675a504aeda6a95fefdf482  python3-chardet-2.0.1.tgz



More information about the scm-commits mailing list