|
|
@@ -33,7 +33,7 @@ Class: EVAL
|
|
|
Group: SCM
|
|
|
License: GPL
|
|
|
Version: 0.37
|
|
|
-Release: 20071030
|
|
|
+Release: 20071112
|
|
|
|
|
|
# package options
|
|
|
%option with_rse yes
|
|
|
@@ -143,6 +143,12 @@ AutoReqProv: no
|
|
|
%{SOURCE monotone.bashrc} \
|
|
|
$RPM_BUILD_ROOT%{l_prefix}/etc/monotone/
|
|
|
|
|
|
+ # install run-command script
|
|
|
+ %{l_shtool} mkdir -f -p -m 755 \
|
|
|
+ $RPM_BUILD_ROOT%{l_prefix}/man/man1
|
|
|
+ %{l_shtool} install -c -m 644 \
|
|
|
+ debian/mtn.1 $RPM_BUILD_ROOT%{l_prefix}/man/man1/
|
|
|
+
|
|
|
# install setup script
|
|
|
%{l_shtool} mkdir -f -p -m 755 \
|
|
|
$RPM_BUILD_ROOT%{l_prefix}/sbin
|