1 |
# $Id: e-smith-mysql.spec,v 1.7 2008/12/02 15:19:34 snetram Exp $ |
# $Id: e-smith-mysql.spec,v 1.8 2009/02/23 13:01:35 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.2.0 |
%define version 2.2.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.2.0-4.sme |
25 |
|
- Fix %postun typo [SME: 6030] |
26 |
|
|
27 |
* Mon Feb 23 2009 Jonathan Martens <smeserver-contribs@snetram.nl> 2.2.0-3.sme |
* Mon Feb 23 2009 Jonathan Martens <smeserver-contribs@snetram.nl> 2.2.0-3.sme |
28 |
- Rework log-error logic [SME: 4807] |
- Rework log-error logic [SME: 4807] |
29 |
|
|
727 |
|
|
728 |
%postun |
%postun |
729 |
if [ "$1" == 0 ]; then |
if [ "$1" == 0 ]; then |
730 |
[ -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 || : |
731 |
fi |
fi |
732 |
|
|
733 |
%files -f %{name}-%{version}-filelist |
%files -f %{name}-%{version}-filelist |