[python-urllib2_kerberos/f16] Reinstating dead package (#839142).

Tomas Dabasinskas tdabasin at fedoraproject.org
Mon Aug 13 03:39:31 UTC 2012


commit 8c1598a83f426fa6b2766b44336cf8056fb10f02
Author: Tomas Dabasinskas <tomas.it at gmail.com>
Date:   Mon Aug 13 13:27:09 2012 +1000

    Reinstating dead package (#839142).

 dead.package                 |    1 -
 python-urllib2_kerberos.spec |   56 ++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 56 insertions(+), 1 deletions(-)
---
diff --git a/python-urllib2_kerberos.spec b/python-urllib2_kerberos.spec
new file mode 100644
index 0000000..d0c8876
--- /dev/null
+++ b/python-urllib2_kerberos.spec
@@ -0,0 +1,56 @@
+%global srcname urllib2_kerberos 
+
+Name:           python-%{srcname}
+Version:        0.1.6
+Release:        6%{?dist}
+Summary:        Kerberos over HTTP Negotiate/SPNEGO support for urllib2
+
+Group:          Development/Languages
+License:        ASL 2.0
+URL:            http://pypi.python.org/pypi/%{srcname}/
+Source0:        http://pypi.python.org/packages/source/u/%{srcname}/%{srcname}-%{version}.tar.gz
+
+BuildArch:      noarch
+BuildRequires:  python-setuptools-devel
+
+%description
+urllib2 with kerberos authentication.
+
+%prep
+%setup -q -n %{srcname}-%{version}
+# Remove "#!/usr/bin/python\n"
+tail -n +2 urllib2_kerberos.py >patched-urllib2_kerberos.py
+mv patched-urllib2_kerberos.py urllib2_kerberos.py
+
+
+%build
+%{__python} setup.py build
+
+
+%install
+%{__python} setup.py install -O1 --skip-build --root %{buildroot}
+
+
+%files
+%{python_sitelib}/*
+
+
+%changelog
+* Wed Jul 11 2012 Tomas Dabasinskas <tomas at redhat.com> - 0.1.6-6
+- Rebuilding retired package
+- fixed spec file to comply with fedora-review
+
+* Thu Jul 22 2010 David Malcolm <dmalcolm at redhat.com> - 0.1.6-5
+- Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild
+
+* Sun Jul 26 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.1.6-4
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
+
+* Thu Jun 18 2009 Matěj Cepl <mcepl at redhat.com> - 0.1.6-3
+- don't preserve attributes of the file you modified.
+
+* Wed Jun 17 2009 Matěj Cepl <mcepl at redhat.com> - 0.1.6-2
+- add BuildRequires: python-setuptools-devel.
+
+* Thu Jun 11 2009 Matěj Cepl <mcepl at redhat.com> - 0.1.6-1
+- Initial packaging effort
diff --git a/sources b/sources
new file mode 100644
index 0000000..e69de29


More information about the scm-commits mailing list