rpms/mysqludf_xql/devel import.log, NONE, 1.1 mysqludf_xql.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Yanko Kaneti yaneti at fedoraproject.org
Thu Jun 4 15:48:55 UTC 2009


Author: yaneti

Update of /cvs/pkgs/rpms/mysqludf_xql/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv4742/devel

Modified Files:
	.cvsignore sources 
Added Files:
	import.log mysqludf_xql.spec 
Log Message:
* Thu Jun  4 2009 Yanko Kaneti <yaneti at declera.com> - 0.9.7-10
- update myplugdir for F-11 and mysql-5.1. Remove ldconfig.
- initial import



--- NEW FILE import.log ---
mysqludf_xql-0_9_7-10_fc11:HEAD:mysqludf_xql-0.9.7-10.fc11.src.rpm:1244130477


--- NEW FILE mysqludf_xql.spec ---
%define myplugdir %{_libdir}/mysql/plugin/

Name:           mysqludf_xql
Version:        0.9.7
Release:        10%{?dist}
Summary:        MySQL UDF library for XML output

Group:          Applications/Databases
License:        LGPLv2+
URL:            http://www.mysqludf.org/lib_mysqludf_xql/
Source0:        http://www.mysqludf.org/lib_mysqludf_xql/lib_%{name}-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires:  mysql-devel libxml2-devel
Requires:       mysql-server

%description
The lib_mysqludf_xql library provides an array of functions, which can be used 
to create XML output directly from MySQL using a single SQL query. 

%prep
%setup -q -n lib_%{name}-%{version}
sed -i 's/\r//' API COPYING installdb.sql

%build
%configure --libdir=%{myplugdir} --with-libxml2=%{_libdir}/xml2Conf.sh \
           --disable-static
make %{?_smp_mflags}


%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT
rm -f $RPM_BUILD_ROOT/%{myplugdir}/*.la


%clean
rm -rf $RPM_BUILD_ROOT


%files
%defattr(-,root,root,-)
%doc API AUTHORS ChangeLog COPYING NEWS README installdb.sql uninstalldb.sql
%{myplugdir}/lib_mysqludf_xql.so


%changelog
* Thu Jun  4 2009 Yanko Kaneti <yaneti at declera.com> - 0.9.7-10
- update myplugdir for F-11 and mysql-5.1. Remove ldconfig.
- initial import

* Fri May  8 2009 Yanko Kaneti <yaneti at declera.com> - 0.9.7-9
- use --disable-static

* Fri May  8 2009 Yanko Kaneti <yaneti at declera.com> - 0.9.7-8
- use a define for the plugin location, 
  it changes from mysql 5.0 [F10] to 5.1 [F11]

* Fri May  8 2009 Yanko Kaneti <yaneti at declera.com> - 0.9.7-7
- avoid patching and reconfiguring

* Sun Apr 19 2009 Yanko Kaneti <yaneti at declera.com> - 0.9.7-6
- ldconfig also in postun
- remove explicit gcc-c++

* Sun Apr 19 2009 Yanko Kaneti <yaneti at declera.com> - 0.9.7-5
- file EOL encoding for some docs

* Wed Apr 15 2009 Yanko Kaneti <yaneti at declera.com> - 0.9.7-4
- require mysql-server instead of just mysql
- fix buildrequires
- hardcode and use mysql libdir

* Thu Apr  9 2009 Yanko Kaneti <yaneti at declera.com> - 0.9.7-2
- Inital packaging


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/mysqludf_xql/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore	4 Jun 2009 15:36:35 -0000	1.1
+++ .cvsignore	4 Jun 2009 15:48:25 -0000	1.2
@@ -0,0 +1 @@
+lib_mysqludf_xql-0.9.7.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/mysqludf_xql/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	4 Jun 2009 15:36:35 -0000	1.1
+++ sources	4 Jun 2009 15:48:25 -0000	1.2
@@ -0,0 +1 @@
+ac690468d8303ea5e09fcf7d29326b22  lib_mysqludf_xql-0.9.7.tar.gz




More information about the fedora-extras-commits mailing list