SHA256
1
0
forked from pool/mariadb
Michal Hrusecky (old before rename to _miska_) 2011-03-14 15:49:42 +00:00 committed by Git OBS Bridge
parent 44dd05ec34
commit 1fccd333e3
4 changed files with 31 additions and 22 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:01cbad3d71500a828069ec64433e34ce43d6dfff5485eb103aa98d4b230bfb03
size 18894687

3
mariadb-5.2.5.tar.bz2 Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:51959de6ef021d704f90ce19ebb94a1a30cc8271ea1586004a58af3d81b4fd7d
size 18819646

View File

@ -1,8 +1,11 @@
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Feb 23 10:59:13 UTC 2011 - adrian@suse.de Mon Mar 14 16:47:16 CET 2011 - mhrusecky@suse.cz
- remove runlevel 2 from default start in init script or it isn't - updated to MariaDB 5.2.5
usable on openSUSE 11.4 and later * Release notes:
http://kb.askmonty.org/v/mariadb-525-release-notes
* Changelog:
http://kb.askmonty.org/v/mariadb-525-changelog
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Feb 23 16:20:02 CET 2011 - mhrusecky@suse.cz Wed Feb 23 16:20:02 CET 2011 - mhrusecky@suse.cz
@ -12,6 +15,12 @@ Wed Feb 23 16:20:02 CET 2011 - mhrusecky@suse.cz
- allow running as different user/group - allow running as different user/group
- create TMPDIR correctly - create TMPDIR correctly
-------------------------------------------------------------------
Wed Feb 23 10:59:13 UTC 2011 - adrian@suse.de
- remove runlevel 2 from default start in init script or it isn't
usable on openSUSE 11.4 and later
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Dec 7 11:27:24 CET 2010 - mhrusecky@suse.cz Tue Dec 7 11:27:24 CET 2010 - mhrusecky@suse.cz

View File

@ -29,10 +29,10 @@
#Packager: %packager #Packager: %packager
#Vendor: %vendor #Vendor: %vendor
Name: mariadb52 Name: mariadb
Summary: A True Multiuser, Multithreaded SQL Database Server Summary: A True Multiuser, Multithreaded SQL Database Server
Version: 5.2.4 Version: 5.2.5
%define srv_vers 5.1.53 %define srv_vers 5.1.55
Release: 0 Release: 0
License: GPLv2 ; with additional permissions: EXCEPTIONS-CLIENT License: GPLv2 ; with additional permissions: EXCEPTIONS-CLIENT
Group: Productivity/Databases/Servers Group: Productivity/Databases/Servers
@ -90,13 +90,13 @@ This package only contains the server-side programs.
%if ! 0%{?prefered} > 0 %if ! 0%{?prefered} > 0
#------------------------------------------------------------------------------- #-------------------------------------------------------------------------------
%package -n libmariadb52client16 %package -n libmariadbclient16
#------------------------------------------------------------------------------- #-------------------------------------------------------------------------------
Summary: MariaDB Shared Libraries Summary: MariaDB Shared Libraries
License: GPLv2 ; with additional permissions: EXCEPTIONS-CLIENT License: GPLv2 ; with additional permissions: EXCEPTIONS-CLIENT
Group: Development/Libraries/Other Group: Development/Libraries/Other
%description -n libmariadb52client16 %description -n libmariadbclient16
This package contains the shared libraries (.so) which certain This package contains the shared libraries (.so) which certain
languages and applications need to dynamically load and use MariaDB. languages and applications need to dynamically load and use MariaDB.
@ -106,13 +106,13 @@ Authors:
David Axmark <davida@mysql.com> David Axmark <davida@mysql.com>
#------------------------------------------------------------------------------- #-------------------------------------------------------------------------------
%package -n libmariadb52client_r16 %package -n libmariadbclient_r16
#------------------------------------------------------------------------------- #-------------------------------------------------------------------------------
Summary: MariaDB Shared Libraries Summary: MariaDB Shared Libraries
License: GPLv2 ; with additional permissions: EXCEPTIONS-CLIENT License: GPLv2 ; with additional permissions: EXCEPTIONS-CLIENT
Group: Development/Libraries/Other Group: Development/Libraries/Other
%description -n libmariadb52client_r16 %description -n libmariadbclient_r16
This package contains the shared libraries (.so) which certain This package contains the shared libraries (.so) which certain
languages and applications need to dynamically load and use MariaDB. languages and applications need to dynamically load and use MariaDB.
@ -408,7 +408,7 @@ rm -f sql/sql_builtin.cc
sed -i 's|@localstatedir@|/var/log|' support-files/mysql-log-rotate.sh sed -i 's|@localstatedir@|/var/log|' support-files/mysql-log-rotate.sh
%if ! 0%{?prefered} > 0 %if ! 0%{?prefered} > 0
for i in `grep -Rl mysqlclient .`; do for i in `grep -Rl mysqlclient .`; do
sed -i 's|mysqlclient|mariadb52client|g' $i sed -i 's|mysqlclient|mariadbclient|g' $i
done done
%endif %endif
@ -471,25 +471,25 @@ fi
%if ! 0%{prefered} > 0 %if ! 0%{prefered} > 0
#------------------------------------------------------------------------------- #-------------------------------------------------------------------------------
%post -n libmariadb52client16 %post -n libmariadbclient16
#------------------------------------------------------------------------------- #-------------------------------------------------------------------------------
/sbin/ldconfig /sbin/ldconfig
#------------------------------------------------------------------------------- #-------------------------------------------------------------------------------
#------------------------------------------------------------------------------- #-------------------------------------------------------------------------------
%postun -n libmariadb52client16 %postun -n libmariadbclient16
#------------------------------------------------------------------------------- #-------------------------------------------------------------------------------
/sbin/ldconfig /sbin/ldconfig
#------------------------------------------------------------------------------- #-------------------------------------------------------------------------------
#------------------------------------------------------------------------------- #-------------------------------------------------------------------------------
%post -n libmariadb52client_r16 %post -n libmariadbclient_r16
#------------------------------------------------------------------------------- #-------------------------------------------------------------------------------
/sbin/ldconfig /sbin/ldconfig
#------------------------------------------------------------------------------- #-------------------------------------------------------------------------------
#------------------------------------------------------------------------------- #-------------------------------------------------------------------------------
%postun -n libmariadb52client_r16 %postun -n libmariadbclient_r16
#------------------------------------------------------------------------------- #-------------------------------------------------------------------------------
/sbin/ldconfig /sbin/ldconfig
#------------------------------------------------------------------------------- #-------------------------------------------------------------------------------
@ -578,17 +578,17 @@ fi
%if ! 0%{prefered} > 0 %if ! 0%{prefered} > 0
#------------------------------------------------------------------------------- #-------------------------------------------------------------------------------
%files -n libmariadb52client16 %files -n libmariadbclient16
#------------------------------------------------------------------------------- #-------------------------------------------------------------------------------
%defattr(-, root, root) %defattr(-, root, root)
%{_libdir}/libmariadb52client.so.* %{_libdir}/libmariadbclient.so.*
#------------------------------------------------------------------------------- #-------------------------------------------------------------------------------
#------------------------------------------------------------------------------- #-------------------------------------------------------------------------------
%files -n libmariadb52client_r16 %files -n libmariadbclient_r16
#------------------------------------------------------------------------------- #-------------------------------------------------------------------------------
%defattr(-, root, root) %defattr(-, root, root)
%{_libdir}/libmariadb52client_r.so.* %{_libdir}/libmariadbclient_r.so.*
#------------------------------------------------------------------------------- #-------------------------------------------------------------------------------
%endif %endif