|
@@ -5,7 +5,7 @@ Summary: Tiarra - IRC Proxy software
|
|
Summary(ja): Tiarra - IRC 用中継/クライアントプログラム
|
|
Summary(ja): Tiarra - IRC 用中継/クライアントプログラム
|
|
Name: %{tiarra}
|
|
Name: %{tiarra}
|
|
Version: 20100212
|
|
Version: 20100212
|
|
-Release: 5%{?_dist_release}
|
|
+Release: 6%{?_dist_release}
|
|
URL: http://www.clovery.jp/%{tiarra}/
|
|
URL: http://www.clovery.jp/%{tiarra}/
|
|
Source0: http://www.clovery.jp/tiarra/archive/2010/02/%{tiarra}-%{version}.tar.bz2
|
|
Source0: http://www.clovery.jp/tiarra/archive/2010/02/%{tiarra}-%{version}.tar.bz2
|
|
Source1: %{tiarra}-vine.conf
|
|
Source1: %{tiarra}-vine.conf
|
|
@@ -27,7 +27,7 @@ Packager: miyabi owa
|
|
|
|
|
|
%description
|
|
%description
|
|
Tiarra is pure-perl irc proxy(or bot) software, with single-thread,
|
|
Tiarra is pure-perl irc proxy(or bot) software, with single-thread,
|
|
-multi-io, object-oriented framework.
|
|
+multi-io, object-oriented framework.
|
|
|
|
|
|
%prep
|
|
%prep
|
|
%setup -q -n %{name}-%{version}
|
|
%setup -q -n %{name}-%{version}
|
|
@@ -72,10 +72,11 @@ if [ $1 -ge 1 ]; then
|
|
fi
|
|
fi
|
|
|
|
|
|
%post
|
|
%post
|
|
-if [ $1 == 1 ]; then
|
|
+if ! /sbin/chkconfig %{name}; then
|
|
/sbin/chkconfig --add %{name}
|
|
/sbin/chkconfig --add %{name}
|
|
- #%{_initdir}/%{name} start
|
|
+fi
|
|
-else
|
|
+
|
|
|
|
+if [ $1 -eq 2 ]; then
|
|
%{_initdir}/%{name} condrestart
|
|
%{_initdir}/%{name} condrestart
|
|
fi
|
|
fi
|
|
|
|
|
|
@@ -105,6 +106,10 @@ fi
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Mon Apr 18 2011 Masahiro INOUE <miyabi.-.inoue@nifty.com> 20100210-6
|
|
|
|
+ - VineSeed and Vine 5.x was integrated.
|
|
|
|
+ - fix %post section
|
|
|
|
+
|
|
* Sun Dec 19 2010 Shu KONNO <owa@bg.wakwak.com> 20100212-5
|
|
* Sun Dec 19 2010 Shu KONNO <owa@bg.wakwak.com> 20100212-5
|
|
- fixed typo of Summary(ja)
|
|
- fixed typo of Summary(ja)
|
|
|
|
|