]> git.pld-linux.org Git - packages/mysql.git/commitdiff
- release 2: Prereq: /sbin/chkconfig mysql-3_23_42-2
authorJakub Bogusz <qboosh@pld-linux.org>
Mon, 24 Sep 2001 15:46:08 +0000 (15:46 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    mysql.spec -> 1.99

mysql.spec

index 15fe69bdca93ed915c363b7c61b130b80f8ea1b0..0b17b9920d2bea1791693df09e6b60b007eb7a2b 100644 (file)
@@ -9,7 +9,7 @@ Group(de):      Applikationen/Dateibanken
 Group(pl):     Aplikacje/Bazy danych
 Group(pt):     Aplicações/Banco_de_Dados
 Version:       3.23.42
-Release:       1
+Release:       2
 License:       GPL/LGPL
 Source0:       http://www.mysql.com/Downloads/MySQL-3.23/%{name}-%{version}.tar.gz
 Source1:       %{name}.init
@@ -39,6 +39,7 @@ BuildRequires:        texinfo
 BuildRequires: zlib-devel
 Prereq:                rc-scripts >= 0.2.0
 Prereq:                shadow
+Prereq:                /sbin/chkconfig
 Provides:      msqlormysql MySQL-server
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 Obsoletes:     MySQL
@@ -325,6 +326,9 @@ find . $RPM_BUILD_ROOT%{_datadir}/%{name} -name \*.txt | xargs -n 100 rm -f
 mv -f $RPM_BUILD_ROOT%{_libdir}/mysql/lib* $RPM_BUILD_ROOT%{_libdir}
 perl -pi -e 's,%{_libdir}/mysql,%{_libdir},;' $RPM_BUILD_ROOT%{_libdir}/libmysqlclient.la
 
+%clean
+rm -rf $RPM_BUILD_ROOT
+
 %pre
 if [ -n "`getgid mysql`" ]; then
        if [ "`getgid mysql`" != "89" ]; then
@@ -370,9 +374,6 @@ fi
 %post   libs -p /sbin/ldconfig
 %postun libs -p /sbin/ldconfig
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
 %files
 %defattr(644,root,root,755)
 %attr(640,root,root) %config(noreplace) %verify(not md5 size mtime) /etc/logrotate.d/mysql
This page took 0.049296 seconds and 4 git commands to generate.