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

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

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

Revision 1.1 by slords, Tue Jun 12 19:09:25 2007 UTC Revision 1.2 by bytegw, Wed Jan 9 22:23:26 2008 UTC
# Line 2  Summary: e-smith specific mysql configur Line 2  Summary: e-smith specific mysql configur
2  %define name e-smith-mysql  %define name e-smith-mysql
3  Name: %{name}  Name: %{name}
4  %define version 1.12.0  %define version 1.12.0
5  %define release 14  %define release 15
6  Version: %{version}  Version: %{version}
7  Release: %{release}%{?dist}  Release: %{release}%{?dist}
8  License: GPL  License: GPL
# Line 29  BuildRequires: e-smith-devtools >= 1.13. Line 29  BuildRequires: e-smith-devtools >= 1.13.
29  AutoReqProv: no  AutoReqProv: no
30    
31  %changelog  %changelog
32    * Wed Jan 09 2008 Stephen Noble <support@dungog.net> 1.12.0-15
33    - quote "$1" in post uninstall script [SME: 349]
34    
35  * Sun Apr 29 2007 Shad L. Lords <slords@mail.com>  * Sun Apr 29 2007 Shad L. Lords <slords@mail.com>
36  - Clean up spec so package can be built by koji/plague  - Clean up spec so package can be built by koji/plague
37    
# Line 722  rm -rf $RPM_BUILD_ROOT Line 725  rm -rf $RPM_BUILD_ROOT
725  [ -e /etc/rc.d/init.d/mysqld ] || ln -s ./mysql /etc/rc.d/init.d/mysqld  [ -e /etc/rc.d/init.d/mysqld ] || ln -s ./mysql /etc/rc.d/init.d/mysqld
726    
727  %postun  %postun
728  if [ $1 == 0 ]; then  if [ "$1" == 0 ]; then
729    [ -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
730  fi  fi
731    


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