Author: pawelz Date: Tue May 19 10:40:44 2009 GMT Module: packages Tag: HEAD ---- Log message: - R: openssh-clients - adapterized
---- Files affected: packages/autossh: autossh.spec (1.18 -> 1.19) ---- Diffs: ================================================================ Index: packages/autossh/autossh.spec diff -u packages/autossh/autossh.spec:1.18 packages/autossh/autossh.spec:1.19 --- packages/autossh/autossh.spec:1.18 Tue May 19 12:15:17 2009 +++ packages/autossh/autossh.spec Tue May 19 12:40:38 2009 @@ -6,12 +6,12 @@ Release: 2 License: GPL Group: Applications/Networking -Vendor: Carson Harding <[email protected]> Source0: http://www.harding.motd.ca/autossh/%{name}-%{version}.tgz Source1: %{name}.init Source2: %{name}.tab # Source0-md5: 8f9aa006f6f69e912d3c2f504622d6f7 URL: http://www.harding.motd.ca/autossh/ +Requires: openssh-clients BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description @@ -40,32 +40,33 @@ Summary: autossh configuration as system service Summary(pl.UTF-8): konfiguracja autossh jako usługi systemowej Group: Networking/Daemons -Requires(post,preun): /sbin/chkconfig +Requires(post,preun): /sbin/chkconfig Requires: autossh = %{epoch}:%{version}-%{release} Requires: awk Requires: rc-scripts >= 0.4.0.20 %description init -this package contains init script and example configuration file, that allows -to run autossh as Unix system service. +this package contains init script and example configuration file, that +allows to run autossh as Unix system service. %description init -l pl.UTF-8 -Ten pakiet zawiera skrypt startowy oraz przykładowy plik konfiguracyjny, które -pozwalają uruchamić autossh jako uniksową usługę systemową. +Ten pakiet zawiera skrypt startowy oraz przykładowy plik +konfiguracyjny, które pozwalają uruchamić autossh jako uniksową usługę +systemową. %prep %setup -q %build %configure -%{__make} +%{__make} %install rm -rf $RPM_BUILD_ROOT install -d $RPM_BUILD_ROOT{/etc/rc.d/init.d,/var/run/%{name},%{_bindir},%{_mandir}/man1} install %{SOURCE1} $RPM_BUILD_ROOT/etc/rc.d/init.d/%{name} -install %{SOURCE2} $RPM_BUILD_ROOT/etc/autossh.tab +install %{SOURCE2} $RPM_BUILD_ROOT%{_sysconfdir}/autossh.tab install autossh $RPM_BUILD_ROOT%{_bindir} install autossh.1 $RPM_BUILD_ROOT%{_mandir}/man1 @@ -91,7 +92,7 @@ %files init %defattr(644,root,root,755) -%config(noreplace) %verify(not md5 mtime size) /etc/%{name}.tab +%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/%{name}.tab %attr(754,root,root) /etc/rc.d/init.d/%{name} %dir /var/run/autossh @@ -101,6 +102,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.19 2009/05/19 10:40:38 pawelz +- R: openssh-clients +- adapterized + Revision 1.18 2009/05/19 10:15:17 pawelz - added init subpackage containig init script - more verbose %files ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/autossh/autossh.spec?r1=1.18&r2=1.19&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
