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

Mike Bonnet (mikeb) fedora-extras-commits at redhat.com
Sun May 21 20:29:08 UTC 2006


Author: mikeb

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

Modified Files:
	.cvsignore sources 
Added Files:
	python-krbV.spec 
Log Message:
auto-import python-krbV-1.0.12-3 on branch devel from python-krbV-1.0.12-3.src.rpm


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

Name: python-krbV
Version: 1.0.12
Release: 3%{?dist}
Summary: Python extension module for Kerberos 5

Group: Development/Languages
License: LGPL

URL: http://people.redhat.com/mikeb/python-krbV
Source0: http://people.redhat.com/mikeb/python-krbV/python-krbV-%{version}.tar.gz

Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires: python-devel
BuildRequires: krb5-devel >= 1.2.2
BuildRequires: /bin/awk

Requires: python-abi = %(%{__python} -c "import sys ; print sys.version[:3]")

%description
python-krbV allows python programs to use Kerberos 5 authentication/security.

%prep
%setup -q -n python-krbV-%{version}

%build
export LIBNAME=%{_lib}
export CFLAGS="%{optflags} -Wextra"
%configure
%{__make} %{?_smp_mflags}

%install
%{__rm} -rf %{buildroot}
%makeinstall
%{__rm} -f %{buildroot}/%{python_sitelib}/*.la

%clean
%{__rm} -rf %{buildroot}

%files
%defattr(-,root,root,-)
%doc README COPYING krbV-code-snippets.py
%{python_sitelib}/krbVmodule.so

%changelog
* Sun May 21 2006 Mike Bonnet <mikeb at redhat.com> - 1.0.12-3
- use macros consistently

* Thu Apr 27 2006 Mike Bonnet <mikeb at redhat.com> - 1.0.12-2
- configure.in: parse version number out of spec file
- add URL tag
- add LGPL text
- remove Requires: krb5-libs, let rpm pick up library dependencies
- bump revision

* Mon Apr 24 2006 Mike Bonnet <mikeb at redhat.com> - 1.0.12-1
- bump version number due to API changes

* Fri Mar 24 2006 Mike Bonnet <mikeb at redhat.com>
- fix typo in error definition
- change the return value of recvauth() from ac to (ac, princ), where princ is the principal sent by sendauth()
- rename the package and reorganize the BuildRequires, to be more Extras-friendly

* Tue Sep 25 2001 Elliot Lee <sopwith at redhat.com>
- Initial version


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/python-krbV/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	21 May 2006 20:28:35 -0000	1.1
+++ .cvsignore	21 May 2006 20:29:08 -0000	1.2
@@ -0,0 +1 @@
+python-krbV-1.0.12.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/python-krbV/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	21 May 2006 20:28:35 -0000	1.1
+++ sources	21 May 2006 20:29:08 -0000	1.2
@@ -0,0 +1 @@
+d28d96859ceb9dbee62d6de30c2574e9  python-krbV-1.0.12.tar.gz




More information about the fedora-extras-commits mailing list