rpms/python-pyasn1/devel python-pyasn1.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Robert Crittenden (rcritten) fedora-extras-commits at redhat.com
Fri Jan 18 14:10:17 UTC 2008


Author: rcritten

Update of /cvs/extras/rpms/python-pyasn1/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv784/devel

Modified Files:
	.cvsignore sources 
Added Files:
	python-pyasn1.spec 
Log Message:
import python-pyasn1-0.0.7a-4 on branch devel from python-pyasn1-0.0.7a-4.src.rpm


--- NEW FILE python-pyasn1.spec ---
%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}

%define module pyasn1

Name:           python-pyasn1
Version:        0.0.7a
Release:        4%{?dist}
Summary:        ASN.1 tools for Python
License:        BSD
Group:          System Environment/Libraries
Source0:        http://downloads.sourceforge.net/pyasn1/pyasn1-%{version}.tar.gz
URL:            http://pyasn1.sourceforge.net/
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch:      noarch
BuildRequires:  python-devel python-setuptools

%description
This project is dedicated to implementation of ASN.1 types (concrete syntax)
and codecs (transfer syntaxes) for Python programming environment. ASN.1
compiler is planned for implementation in the future.


%prep
%setup -n %{module}-%{version} -q


%build
%{__python} setup.py build


%install
rm -rf $RPM_BUILD_ROOT
%{__python} setup.py install --skip-build --root $RPM_BUILD_ROOT


%clean
rm -rf $RPM_BUILD_ROOT


%files
%defattr(-,root,root,-)
%doc README LICENSE examples/*
%{python_sitelib}/*


%changelog
* Wed Jan 16 2008 Rob Crittenden <rcritten at redhat.com> - 0.0.7a-4
- Use setuptools to install the package
- simplify the files included in the rpm so it includes the .egg-info

* Mon Jan 14 2008 Rob Crittenden <rcritten at redhat.com> - 0.0.7a-3
- Rename to python-pyasn1
- Spec file cleanups

* Mon Nov 19 2007 Karl MacMillan <kmacmill at redhat.com> - 0.0.7a-2
- Update rpm to be more fedora friendly

* Thu Nov 8 2007 Simo Sorce <ssorce at redhat.com> 0.0.7a-1
- New release

* Mon May 28 2007 Andreas Hasenack <andreas at mandriva.com> 0.0.6a-1mdv2008.0
+ Revision: 31989
- fixed (build)requires
- Import pyasn1



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/python-pyasn1/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	18 Jan 2008 03:39:14 -0000	1.1
+++ .cvsignore	18 Jan 2008 14:09:39 -0000	1.2
@@ -0,0 +1 @@
+pyasn1-0.0.7a.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/python-pyasn1/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	18 Jan 2008 03:39:14 -0000	1.1
+++ sources	18 Jan 2008 14:09:39 -0000	1.2
@@ -0,0 +1 @@
+8dd0a5e1465ab3fd1b095aee812c2091  pyasn1-0.0.7a.tar.gz




More information about the fedora-extras-commits mailing list