]> git.pld-linux.org Git - packages/mysql.git/commitdiff
- fixed generating dependencies for perl modules
authorpius <pius@pld-linux.org>
Fri, 4 Feb 2000 18:19:53 +0000 (18:19 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- cosmetics

Changed files:
    mysql.spec -> 1.30

mysql.spec

index 0d3dcc79ad77b67109dd36bd5f8c0522bb78e396..f189656aa37ec73c70c4f1eea50124f8f45ede39 100644 (file)
@@ -1,4 +1,5 @@
 %include       /usr/lib/rpm/macros.perl
+%define                __find_requires %{_builddir}/mysql-%{version}/find-perl-requires
 Summary:       MySQL: a very fast and reliable SQL database engine
 Summary(fr):   MySQL: un serveur SQL rapide et fiable
 Summary(pl):   MySQL: bardzo szybki i niezawodna baza danych (SQL)
@@ -9,13 +10,14 @@ Group(pl):   Aplikacje/Bazy Danych
 Group(pt_BR):  Aplicações/Banco_de_Dados
 Version:       3.22.30
 Release:       1
-Copyright:     MySQL FREE PUBLIC LICENSE (See the file PUBLIC)
+License:       MySQL FREE PUBLIC LICENSE (See the file PUBLIC)
 Source0:       http://www.mysql.com/Downloads/MySQL-3.22/%{name}-%{version}.tar.gz
 Source1:       mysql.init
 Source2:       mysql.sysconfig
 Source3:       mysql.logrotate
 Patch0:                mysql-info.patch
 Patch1:                mysql-no_libbind.patch
+Patch2:                mysql-perldep.patch
 Icon:          mysql.gif
 URL:           http://www.mysql.com/
 Requires:      %{name}-libs = %{version}
@@ -188,6 +190,9 @@ Este pacote cont
 %setup  -q
 %patch0 -p1
 %patch1 -p1
+%patch2 -p1
+
+chmod +x find-perl-requires
 
 %build
 automake
This page took 0.064947 seconds and 4 git commands to generate.