]> git.pld-linux.org Git - packages/mysql.git/commitdiff
- noted bconds on top of spec mysql-3_23_46-3
authorJakub Bogusz <qboosh@pld-linux.org>
Thu, 20 Dec 2001 20:12:50 +0000 (20:12 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- fixed Nynorsk lang tag (nn not no@nynorsk)
- explicit file perms in -bench
- release 3

Changed files:
    mysql.spec -> 1.106

mysql.spec

index 1a9e6689d5a70e9842efad3887948698d60b69aa..c408207523c0aeaae5eb5ce72e08a87218ac5463 100644 (file)
@@ -1,3 +1,5 @@
+# _with_innodb - with InnoDB backend
+# _with_bdb    - with Berkeley DB backend
 %include       /usr/lib/rpm/macros.perl
 Summary:       MySQL: a very fast and reliable SQL database engine
 Summary(fr):   MySQL: un serveur SQL rapide et fiable
@@ -10,7 +12,7 @@ Group(de):    Applikationen/Dateibanken
 Group(pl):     Aplikacje/Bazy danych
 Group(pt):     Aplicações/Banco_de_Dados
 Version:       3.23.46
-Release:       2
+Release:       3
 License:       GPL/LGPL
 Source0:       ftp://ftp1.sourceforge.net/pub/mirrors/mysql/Downloads/MySQL-3.23/%{name}-%{version}.tar.gz
 Source1:       %{name}.init
@@ -414,7 +416,7 @@ fi
 %lang(ja) %{_datadir}/mysql/japanese
 %lang(ko) %{_datadir}/mysql/korean
 %lang(no) %{_datadir}/mysql/norwegian
-%lang(no@nynorsk) %{_datadir}/mysql/norwegian-ny
+%lang(nn) %{_datadir}/mysql/norwegian-ny
 %lang(pl) %{_datadir}/mysql/polish
 %lang(pt) %{_datadir}/mysql/portuguese
 %lang(ro) %{_datadir}/mysql/romanian
@@ -469,4 +471,6 @@ fi
 
 %files bench
 %defattr(644,root,root,755)
-%attr(-,root,root) %{_datadir}/sql-bench
+%dir %{_datadir}/sql-bench
+%{_datadir}/sql-bench/[CDRl]*
+%attr(755,root,root) %{_datadir}/sql-bench/[bcgrst]*
This page took 0.309123 seconds and 4 git commands to generate.