rpms/python-ldaphelper/devel import.log, NONE, 1.1 python-ldaphelper.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Jon Stanley jstanley at fedoraproject.org
Thu Jan 22 04:37:57 UTC 2009


Author: jstanley

Update of /cvs/pkgs/rpms/python-ldaphelper/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv5182/devel

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



--- NEW FILE import.log ---
python-ldaphelper-1_0_1-1_fc10:HEAD:python-ldaphelper-1.0.1-1.fc10.src.rpm:1232599022


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

Name:           python-ldaphelper
Version:        1.0.1
Release:        1%{?dist}
Summary:        A python wrapper for LDAP search results

Group:          Development/Languages
License:        MIT or GPLv2
URL:            https://fedorahosted.org/ldaphelper
Source0:        http://fedorahosted.org/releases/l/d/ldaphelper/ldaphelper-%{version}.tgz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildArch:      noarch
BuildRequires:  python

Requires:       python-ldap

%description
A wrapper for search results from python-ldap, which introduces an
LDAPSearchResults class, with various methods to make use of the
data.

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


%build

%install
rm -rf $RPM_BUILD_ROOT
install -dm 755 $RPM_BUILD_ROOT/%{python_sitelib}
install -pm 644 src/ldaphelper.py $RPM_BUILD_ROOT/%{python_sitelib}

%clean
rm -rf $RPM_BUILD_ROOT


%files
%defattr(-,root,root,-)
%doc README.txt GPL.txt MIT.txt
%{python_sitelib}/ldaphelper.py*


%changelog
* Sat Jan 3 2009 Jon Stanley <jonstanley at gmail.com> - 1.0.1-1
- update to 1.0.1 and new upstream

* Sun Dec 7 2008 Jon Stanley <jonstanley at gmail.com> - 1-1
- Initial package


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/python-ldaphelper/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	20 Jan 2009 21:21:38 -0000	1.1
+++ .cvsignore	22 Jan 2009 04:37:27 -0000	1.2
@@ -0,0 +1 @@
+ldaphelper-1.0.1.tgz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/python-ldaphelper/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	20 Jan 2009 21:21:38 -0000	1.1
+++ sources	22 Jan 2009 04:37:27 -0000	1.2
@@ -0,0 +1 @@
+bc2a427b8c8f7f9f0e11911844eaefd3  ldaphelper-1.0.1.tgz




More information about the fedora-extras-commits mailing list