Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37865174
en ru br
ALT Linux repos
5.0: 1.0.2-alt0.1.1.1.1
4.1: 1.0.2-alt0.1.1.1.1
4.0: 1.0.2-alt0.1.1.1
3.0: 1.0.2-alt0.1.1

Group :: Development/Python
RPM: python-module-ClientCookie

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Name: python-module-ClientCookie
Version: 1.0.2
Release: alt0.1.1.1

Summary: Python module for handling HTTP cookies on the client side
Source0: ClientCookie-%version.tar.gz
License: BSD
Group: Development/Python
Requires: python
Packager: Andrey Khavryuchenko <akhavr at altlinux.ru>
Url: http://wwwsearch.sourceforge.net/ClientCookie
BuildRequires: python-devel
Provides: python-ClientCookie
Obsoletes: python-ClientCookie

%description
ClientCookie is a Python module for handling HTTP cookies on the
client side, useful for accessing web sites that require cookies to be
set and then returned later. It also provides some other (optional)
useful stuff: HTTP-EQUIV and Refresh handling, automatic adding of the
Referer [sic] header and lazily-seek()able responses. These extras are
implemented using an extension that makes it easier to add new
functionality to urllib2. It has developed from a port of Gisle Aas'
Perl module HTTP::Cookies, from the [4]libwww-perl library.

%prep
%setup -n ClientCookie-%version -q

%build
env CFLAGS="$RPM_OPT_FLAGS" python setup.py build

%install
python setup.py install --root=$RPM_BUILD_ROOT --record=INSTALLED_FILES

%files -f INSTALLED_FILES
%doc README.html README.txt doc.html ChangeLog COPYING

%changelog

Full changelog you can see here

 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin