Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 851396 Details for
Bug 1030710
Review Request: python-pgpdump - PGP packet parser library in Python
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
SPEC file for python-pgpdump on EPEL6
python-pgpdump.spec (text/x-rpm-spec), 1.48 KB, created by
Avram Lubkin
on 2014-01-17 04:49:54 UTC
(
hide
)
Description:
SPEC file for python-pgpdump on EPEL6
Filename:
MIME Type:
Creator:
Avram Lubkin
Created:
2014-01-17 04:49:54 UTC
Size:
1.48 KB
patch
obsolete
>%global pkgname pgpdump > >Name: python-%{pkgname} >Version: 1.4 >Release: 2%{?dist} >Summary: PGP packet parser library in Python 2.x >URL: http://www.mew.org/~kazu/proj/pgpdump/ >Source: https://pypi.python.org/packages/source/p/%{pkgname}/%{pkgname}-%{version}.tar.gz >Patch0: python-pgpdump-1.4.el6.patch >License: BSD >BuildArch: noarch >BuildRequires: python-devel > >%description >python-pgpdump is a Python library for parsing PGP packets. The intent here >is not on completeness, as we don't currently decode every packet type, but >on being able to do what people actually have to 95% of the time. > >Currently supported things include: > >* Signature packets >* Public key packets >* Secret key packets >* Trust, user ID, and user attribute packets >* ASCII-armor decoding and CRC check > >%prep >%setup -qn %{pkgname}-%{version} >%patch0 -p1 > >%build >%{__python} setup.py build > >%install >%{__python} setup.py install --prefix=%{_prefix} -O1 --skip-build --root=%{buildroot} > >%check >PYTHONPATH=%{buildroot}%{python_sitelib} %{__python} pgpdump/test.py > >%files >%doc COPYRIGHT README.md >%{python_sitelib}/%{pkgname}-%{version}-py%{python_version}.egg-info >%{python_sitelib}/%{pkgname} > >%changelog >* Thu Jan 16 2014 Avram Lubkin <avram@rockhopper.net> - 1.4-2 >- Made changes to allow for use on EL6 >- Applied patch to allow use with Python 2.6 >- Removed Python 3 options from spec file >* Wed Dec 19 2012 Christopher Meng <rpm@cicku.me> - 1.4-1 >- Initial Package. >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 1030710
:
851395
| 851396