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

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

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

Revision 1.3 by slords, Tue Oct 7 18:44:56 2008 UTC Revision 1.6 by filippocarletti, Mon Jun 7 14:38:16 2010 UTC
# Line 1  Line 1 
1  # $Id$  # $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 1  %define release 4
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.gz  Source: %{name}-%{version}.tar.gz
13    Patch0: e-smith-mysql-2.0.0-fixLogging.patch
14  BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot  BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot
15  BuildArchitectures: noarch  BuildArchitectures: noarch
16  Requires: mysql-server  Requires: mysql-server
# Line 20  BuildRequires: e-smith-devtools >= 1.13. Line 21  BuildRequires: e-smith-devtools >= 1.13.
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
28    - Rework log-error logic [SME: 4807]
29    
30    * Tue Dec 2 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 2.0.0-2.sme
31    - Fix log-error detection algorithm [SME: 4807]
32    
33  * Tue Oct 7 2008 Shad L. Lords <slords@mail.com> 2.0.0-1.sme  * Tue Oct 7 2008 Shad L. Lords <slords@mail.com> 2.0.0-1.sme
34  - Roll new stream to separate sme7/sme8 trees [SME: 4633]  - Roll new stream to separate sme7/sme8 trees [SME: 4633]
35    
# Line 659  mysql. Line 669  mysql.
669    
670  %prep  %prep
671  %setup  %setup
672    %patch0 -p1
673    
674  %build  %build
675  mkdir -p root/etc/e-smith/sql/init  mkdir -p root/etc/e-smith/sql/init
# Line 710  rm -rf $RPM_BUILD_ROOT Line 721  rm -rf $RPM_BUILD_ROOT
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


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