/[smeserver]/rpms/e-smith-mysql/sme10/e-smith-mysql.spec
ViewVC logotype

Diff of /rpms/e-smith-mysql/sme10/e-smith-mysql.spec

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

Revision 1.6 by vip-ire, Mon Apr 11 19:12:05 2016 UTC Revision 1.9 by unnilennium, Mon Jul 18 07:33:43 2016 UTC
# Line 1  Line 1 
1  # $Id: e-smith-mysql.spec,v 1.5 2016/03/31 12:57:40 unnilennium Exp $  # $Id: e-smith-mysql.spec,v 1.8 2016/04/11 20:45:32 vip-ire Exp $
2    
3  Summary: e-smith specific mysql configuration and templates.  Summary: e-smith specific mysql configuration and templates.
4  %define name e-smith-mysql  %define name e-smith-mysql
5  Name: %{name}  Name: %{name}
6  %define version 2.6.0  %define version 2.6.0
7  %define release 5  %define release 8
8  Version: %{version}  Version: %{version}
9  Release: %{release}%{?dist}  Release: %{release}%{?dist}
10  License: GPL  License: GPL
11  Group: Networking/Daemons  Group: Networking/Daemons
12  Source: %{name}-%{version}.tar.xz  Source: %{name}-%{version}.tar.xz
13  Patch0:  e-smith-mysql-2.6.0-mariadb1.patch  Patch0: e-smith-mysql-2.6.0-mariadb1.patch
14    Patch1: e-smith-mysql-2.6.0-mysqld2mariadb.patch
15    Patch2: e-smith-mysql-2.6.0-use_default_innodb_settings.patch
16    Patch3: e-smith-mysql-2.6.0-mariadb_forgotten_var.patch
17  BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot  BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot
18  BuildArchitectures: noarch  BuildArchitectures: noarch
19  Requires: mariadb-server  Requires: mariadb-server
# Line 21  BuildRequires: e-smith-devtools >= 1.13. Line 24  BuildRequires: e-smith-devtools >= 1.13.
24  AutoReqProv: no  AutoReqProv: no
25    
26  %changelog  %changelog
27    * Mon Jul 18 2016 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-8.sme
28    - fix forgotten mysqld variables in various scripts [SME: 9438]
29    -  e-smith-mysql-2.6.0-mariadb_forgotten_var.patch
30    
31    * Mon Apr 11 2016 Daniel Berteaud <daniel@firewall-services.com> 2.6.0-7.sme
32    - Use default InnoDB settings [SME: 9439]
33    
34    * Mon Apr 11 2016 Daniel Berteaud <daniel@firewall-services.com> 2.6.0-6.sme
35    - Rename mysqld to mariadb [SME: 9438]
36    
37  * Mon Apr 11 2016 Daniel Berteaud <daniel@firewall-services.com> 2.6.0-5.sme  * Mon Apr 11 2016 Daniel Berteaud <daniel@firewall-services.com> 2.6.0-5.sme
38  - Remove uneeded scriplets %post and %postun [SME: 9422]  - Remove uneeded scriplets %post and %postun [SME: 9422]
39    
# Line 728  mysql. Line 741  mysql.
741  %prep  %prep
742  %setup  %setup
743  %patch0 -p1  %patch0 -p1
744    %patch1 -p1
745    %patch2 -p1
746    %patch3 -p1
747    
748    # mysqld renamed to mariadb [SME: 9438]
749    # TODO: remove on next tarball creation
750    rm -f root/service/mysqld
751    rm -rf root/var/service/mysqld
752    rm -rf root/var/run/
753    rm -rf root/var/log/mysqld
754    rm -f root/etc/rc.d/init.d/supervise/mysqld
755    rm -f root/etc/rc.d/rc7.d/S50mysqld
756    
757    mkdir -p root/var/log/mariadb.run
758    
759  %build  %build
760  perl createlinks  perl createlinks
# Line 737  perl createlinks Line 763  perl createlinks
763  rm -rf $RPM_BUILD_ROOT  rm -rf $RPM_BUILD_ROOT
764  (cd root   ; find . -depth -print | cpio -dump $RPM_BUILD_ROOT)  (cd root   ; find . -depth -print | cpio -dump $RPM_BUILD_ROOT)
765  /sbin/e-smith/genfilelist $RPM_BUILD_ROOT \  /sbin/e-smith/genfilelist $RPM_BUILD_ROOT \
766      --dir /var/run/mysqld 'attr(0755,mysql,mysql)' \      --file /var/service/mariadb/run 'attr(0755,root,root)' \
767      --file /var/service/mysqld/run 'attr(0755,root,root)' \      --file /var/service/mariadb/control/t 'attr(0750,root,root)' \
768      --file /var/service/mysqld/control/t 'attr(0750,root,root)' \      --file /var/service/mariadb/control/d 'attr(0750,root,root)' \
769      --file /var/service/mysqld/control/d 'attr(0750,root,root)' \      --file /var/service/mariadb/control/i 'attr(0750,root,root)' \
770      --file /var/service/mysqld/control/i 'attr(0750,root,root)' \      --file /var/service/mariadb/control/q 'attr(0750,root,root)' \
771      --file /var/service/mysqld/control/q 'attr(0750,root,root)' \      --file /var/service/mariadb/log/run 'attr(0755,root,root)' \
772      --file /var/service/mysqld/log/run 'attr(0755,root,root)' \      --dir '/var/log/mariadb.run' 'attr(2750,smelog,smelog)' \
     --dir '/var/log/mysqld' 'attr(2750,smelog,smelog)' \  
773      --dir '/home/e-smith/db/mysql' 'attr(0750,root,root)' \      --dir '/home/e-smith/db/mysql' 'attr(0750,root,root)' \
774      > %{name}-%{version}-filelist      > %{name}-%{version}-filelist
775  echo "%doc COPYING"          >> %{name}-%{version}-filelist  echo "%doc COPYING"          >> %{name}-%{version}-filelist


Legend:
Removed lines/characters  
Changed lines/characters
  Added lines/characters

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed