]> git.pld-linux.org Git - packages/mysql.git/commitdiff
include percona rel in release
authorElan Ruusamäe <glen@delfi.ee>
Sun, 22 Dec 2013 10:25:58 +0000 (12:25 +0200)
committerElan Ruusamäe <glen@delfi.ee>
Sun, 22 Dec 2013 10:25:58 +0000 (12:25 +0200)
mysql.spec

index a4639016ab440d1163a1d768d112be879a39b705..9176d6f8b1bb6ec65a17719a0892d02ba9bb855b 100644 (file)
@@ -23,6 +23,7 @@
 %bcond_with    tests           # FIXME: don't run correctly
 %bcond_with    ndb             # NDB is now a separate product, this here is broken, so disable it
 
+%define                rel     1
 %define                percona_rel     63.0
 %include       /usr/lib/rpm/macros.perl
 Summary:       MySQL: a very fast and reliable SQL database engine
@@ -35,7 +36,7 @@ Summary(uk.UTF-8):    MySQL - швидкий SQL-сервер
 Summary(zh_CN.UTF-8):  MySQL数据库服务器
 Name:          mysql
 Version:       5.6.15
-Release:       1
+Release:       %{percona_rel}.%{rel}
 License:       GPL + MySQL FLOSS Exception
 Group:         Applications/Databases
 # Source0Download: http://dev.mysql.com/downloads/mysql/5.5.html#downloads
This page took 0.035473 seconds and 4 git commands to generate.