rpms/python-drizzle/EL-5 import.log, NONE, 1.1 python-drizzle-0.08.2-module_name.patch, NONE, 1.1 python-drizzle.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

derks derks at fedoraproject.org
Wed May 12 18:17:55 UTC 2010


Author: derks

Update of /cvs/pkgs/rpms/python-drizzle/EL-5
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv14224/EL-5

Modified Files:
	.cvsignore sources 
Added Files:
	import.log python-drizzle-0.08.2-module_name.patch 
	python-drizzle.spec 
Log Message:
Initial import.




--- NEW FILE import.log ---
python-drizzle-0_08_2-4_fc12:EL-5:python-drizzle-0.08.2-4.fc12.src.rpm:1273688246

python-drizzle-0.08.2-module_name.patch:
 setup.py |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- NEW FILE python-drizzle-0.08.2-module_name.patch ---

Discussed with upstream that this will be changing in future releases.

https://bugs.launchpad.net/drizzle-interface/+bug/561003

--- python-libdrizzle-0.08.2/setup.py.orig	2010-03-21 14:47:21.000000000 -0500
+++ python-libdrizzle-0.08.2/setup.py	2010-04-02 14:09:20.429913136 -0500
@@ -54,7 +54,7 @@
 Topic :: Software Development :: Libraries :: Python Modules
 """
 
-setup(name="python-libdrizzle",
+setup(name="python-drizzle",
       version=version,
       description=description,
       long_description=description,


--- NEW FILE python-drizzle.spec ---
%{!?pyver: %global pyver %(%{__python} -c "import sys ; print sys.version[:3]")}

%if ! (0%{?fedora} > 12 || 0%{?rhel} > 5)
%{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib(1))")}
%endif


# source name will be changing from python-libdrizzle to python-drizzle in the near future
Name:           python-drizzle
Version:        0.08.2
Release:        4%{?dist}
Summary:        Python wrappers for libdrizzle 
Group:          Development/Languages
License:        BSD 
URL:            https://launchpad.net/drizzle-interface
Source0:        http://launchpad.net/drizzle-interface/trunk/ongoing-development/+download/python-libdrizzle-%{version}.tar.gz 
BuildRoot:      %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)

# LaunchPad Bug #561003
# Bug https://bugs.launchpad.net/drizzle-interface/+bug/561003
Patch0: python-drizzle-0.08.2-module_name.patch
    
BuildRequires:  libdrizzle-devel, python2-devel, python-setuptools

%description
Drizzle is a transactional SQL92 compliant relational database, geared
towards a plugin based architecture. This package provides Python wrappers 
via the libdrizzle client protocol library.

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

%patch0 -p1 -b .module_name


%build
CFLAGS="$RPM_OPT_FLAGS" %{__python} setup.py build


%install
rm -rf %{buildroot} 

%{__python} setup.py install -O1 \
    --skip-build \
    --root %{buildroot}


%clean
rm -rf %{buildroot}

%files 
%defattr(-,root,root,-)
%doc README 
%{python_sitearch}/drizzle/
%{python_sitearch}/python_drizzle-%{version}-py%{pyver}.egg-info/


%changelog
* Mon May 10 2010 BJ Dierkes <wdierkes at rackspace.com> - 0.08.2-4
- Replace %%define with %%global
- BuildRequires: python-setuptools

* Fri May 07 2010 BJ Dierkes <wdierkes at rackspace.com> - 0.08.2-3
- Removed LICENSE file (SOURCE1), submitted tracker upstream to have it
  added: https://bugs.launchpad.net/drizzle-interface/+bug/577045
- Conditionally set python_sitearch only if building on fedora <= 12 
  or rhel <= 5 (newer distros set the macros)
- Fixed License to properly reflect the BSD license of the source
- Remove --single-version-externally-managed from configure

* Sun Apr 11 2010 BJ Dierkes <wdierkes at rackspace.com> - 0.08.2-2
- Remove Requires: libdrizzle (auto detected)

* Fri Apr 02 2010 BJ Dierkes <wdierkes at rackspace.com> - 0.08.2-1
- Initial build 


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/python-drizzle/EL-5/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore	12 May 2010 17:28:21 -0000	1.1
+++ .cvsignore	12 May 2010 18:17:54 -0000	1.2
@@ -0,0 +1 @@
+python-libdrizzle-0.08.2.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/python-drizzle/EL-5/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	12 May 2010 17:28:22 -0000	1.1
+++ sources	12 May 2010 18:17:55 -0000	1.2
@@ -0,0 +1 @@
+796f54e88675f57ae4cfb9a094832977  python-libdrizzle-0.08.2.tar.gz



More information about the scm-commits mailing list