Sophie

Sophie

distrib > Mageia > 3 > i586 > media > core-release-src > by-pkgid > 2b658ea4190cb9e7ef4aab359fd99542 > files > 2

python-pyasn1-modules-0.0.4-5.mga3.src.rpm

Name:           python-pyasn1-modules
Version:        0.0.4
Release:        %mkrel 5
Url:            http://pyasn1.sf.net/
Summary:        Collection of protocols modules written in ASN.1 language
License:        BSD
Group:          Development/Python
Source:         http://pypi.python.org/packages/source/p/pyasn1-modules/pyasn1-modules-%{version}.tar.gz
BuildRequires:  python-devel
BuildRequires:  python-pkg-resources
Requires:       python-pyasn1
BuildArch:      noarch



%description
This is an implementation of ASN.1 types and codecs in Python programming
language. It has been first written to support particular protocol (SNMP) but
then generalized to be suitable for a wide range of protocols based on ASN.1
specification.

%prep
%setup -q -n pyasn1-modules-%{version}

%build
export CFLAGS="%{optflags}"
python setup.py build

%install
python setup.py install --prefix=%{_prefix} --root=%{buildroot}


%files
%doc CHANGES LICENSE README
%{python_sitelib}/*

%changelog

* Sun Feb 17 2013 spuhler <spuhler> 0.0.4-5.mga3
+ Revision: 398839
- bumped rel

* Sat Feb 16 2013 spuhler <spuhler> 0.0.4-4.mga3
+ Revision: 398704
- removed Obsoletes: python-pyasn1-modules <= 0.0.4-2

* Sat Feb 09 2013 spuhler <spuhler> 0.0.4-3.mga3
+ Revision: 397633
- added Obsoletes: python-pyasn1-modules <= 0.0.4-2

* Fri Feb 08 2013 spuhler <spuhler> 0.0.4-2.mga3
+ Revision: 395279
- replaced BuildRequires: python-distribute with python-pkg-resources

* Sat Jan 26 2013 spuhler <spuhler> 0.0.4-1.mga3
+ Revision: 392334
- cleaned spec file
- cleaned spec file
- imported package python-pyasn1-modules