1 |
# $Id: e-smith-mysql.spec,v 1.4 2008/12/02 15:20:11 snetram Exp $ |
# $Id: e-smith-mysql.spec,v 1.5 2009/02/23 13:01:01 snetram 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.0.0 |
%define version 2.0.0 |
7 |
%define release 3 |
%define release 4 |
8 |
Version: %{version} |
Version: %{version} |
9 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
10 |
License: GPL |
License: GPL |
21 |
AutoReqProv: no |
AutoReqProv: no |
22 |
|
|
23 |
%changelog |
%changelog |
24 |
|
* Mon Jun 7 2010 Filippo Carletti <filippo.carletti@gmail.com> 2.0.0-4.sme |
25 |
|
- Fix %postun typo [SME: 6030] |
26 |
|
|
27 |
* Mon Feb 23 2009 Jonathan Martens <smeserver-contribs@snetram.nl> 2.0.0-3.sme |
* Mon Feb 23 2009 Jonathan Martens <smeserver-contribs@snetram.nl> 2.0.0-3.sme |
28 |
- Rework log-error logic [SME: 4807] |
- Rework log-error logic [SME: 4807] |
29 |
|
|
721 |
|
|
722 |
%postun |
%postun |
723 |
if [ "$1" == 0 ]; then |
if [ "$1" == 0 ]; then |
724 |
[ -l /etc/rc.d/init.d/mysqld ] && rm /etc/rc.d/init.d/mysqld |
[ -L /etc/rc.d/init.d/mysqld ] && rm /etc/rc.d/init.d/mysqld || : |
725 |
fi |
fi |
726 |
|
|
727 |
%files -f %{name}-%{version}-filelist |
%files -f %{name}-%{version}-filelist |