rpms/python-pyrad/F-9 import.log, NONE, 1.1 python-pyrad.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Peter Lemenkov peter at fedoraproject.org
Mon Apr 13 05:04:35 UTC 2009


Author: peter

Update of /cvs/pkgs/rpms/python-pyrad/F-9
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv1242/F-9

Modified Files:
	.cvsignore sources 
Added Files:
	import.log python-pyrad.spec 
Log Message:
initial commit


--- NEW FILE import.log ---
python-pyrad-1_1-2_fc10:F-9:python-pyrad-1.1-2.fc10.src.rpm:1239598905


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


%define realname pyrad


Name:		python-%{realname}
Version:	1.1
Release:	2%{?dist}
Summary:	Python RADIUS client
Group:		Development/Languages
License:	BSD
URL:		http://www.wiggy.net/code/pyrad/
Source0:	http://pypi.python.org/packages/source/p/%{realname}/%{realname}-%{version}.tar.gz
BuildRoot:	%(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
%if 0%{?fedora} >= 8
BuildRequires: python-setuptools-devel
%else
BuildRequires: python-setuptools
%endif
Requires:	python-twisted-core
BuildArch:	noarch


%description
This is an implementation of a RADIUS client as described in RFC2865.
It takes care of all the details like building RADIUS packets, sending
them and decoding responses.


%prep
%setup -q -n %{realname}-%{version}
chmod 644 example/acct.py example/auth.py example/server.py


%build
%{__python} -c 'import setuptools; execfile("setup.py")' build


%install
rm -rf $RPM_BUILD_ROOT
%{__python} -c 'import setuptools; execfile("setup.py")' install --skip-build --root %{buildroot}


%clean
rm -rf $RPM_BUILD_ROOT


%files
%defattr(-,root,root,-)
%doc CHANGES.txt LICENSE.txt README.txt example
%{python_sitelib}/%{realname}/
%{python_sitelib}/%{realname}-%{version}-*.egg-info/


%changelog
* Sat Apr 11 2009 Peter Lemenkov <lemenkov at gmail.com> 1.1-2
- Fixed rpmling warning
- Changed 'files' section
- Added missing requires python-twisted-core

* Sat Apr 11 2009 Peter Lemenkov <lemenkov at gmail.com> 1.1-1
- Initial build



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/python-pyrad/F-9/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	12 Apr 2009 18:32:56 -0000	1.1
+++ .cvsignore	13 Apr 2009 05:04:04 -0000	1.2
@@ -0,0 +1 @@
+pyrad-1.1.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/python-pyrad/F-9/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	12 Apr 2009 18:32:56 -0000	1.1
+++ sources	13 Apr 2009 05:04:04 -0000	1.2
@@ -0,0 +1 @@
+ab1502f8ccd7409ced757d78b0dee7df  pyrad-1.1.tar.gz




More information about the fedora-extras-commits mailing list