Search
j0ke.net Open Build Service
>
Projects
>
internetx
:
mysql5
>
ipv6-functions-mysql
> ipv6_functions_mysql.spec
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
File ipv6_functions_mysql.spec of Package ipv6-functions-mysql (Revision 2)
Currently displaying revision
2
,
show latest
%define pkgname mysql-udf-ipv6 Name: mysql-ipv6-functions Version: 0.1 Release: 1 License: EUPL Group: Server Summary: IPv6 functions for mysql URL: http://labs.watchmouse.com/2009/10/extending-mysql-5-with-ipv6-functions/ Source0: %{pkgname}-%{version}.tar.gz Patch0: %{pkgname}-makefile.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: glibc-devel libgcc gcc gcc-c++ BuildRequires: mysql-devel >= 5.0 pkgconfig BuildRequires: mysql >= 5.0 Requires: mysql >= 5.0 %description This is an experimental runtime plug-in (UDF) for MySQL that adds some basic IPv6 functions that MySQL is still lacking: inet_ntop(3) and inet_pton(3). These files are experimental and provided as-is under a EUPL license. Authors: Pieter Ennes <pieter@watchmouse.com> %prep %setup -n %{pkgname}-%{version} %patch0 %build %__make LIBDIR=%{_libdir} %install %__make LIBDIR=%{_libdir} DESTDIR=%{buildroot} install %clean rm -rf $RPM_BUILD_ROOT/* rm -rf $RPM_BUILD_DIR/%{name}* %post /sbin/ldconfig %postun /sbin/ldconfig %files %defattr(-,root,root) %doc README %{_libdir}/mysql_udf_ipv6.so %changelog * Sun Dec 20 2009 Carsten Schoene <cs@linux-administrator.com> - 0.1-1 - Initial Package, version 0.1