OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /v/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 12-Nov-2007 11:24:29
Branch: HEAD Handle: 2007111210242800
Modified files:
openpkg-src/monotone monotone.spec
Log:
install Unix manual page, too
Summary:
Revision Changes Path
1.26 +7 -1 openpkg-src/monotone/monotone.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/monotone/monotone.spec
============================================================================
$ cvs diff -u -r1.25 -r1.26 monotone.spec
--- openpkg-src/monotone/monotone.spec 30 Oct 2007 06:52:00 -0000
1.25
+++ openpkg-src/monotone/monotone.spec 12 Nov 2007 10:24:28 -0000
1.26
@@ -33,7 +33,7 @@
Group: SCM
License: GPL
Version: 0.37
-Release: 20071030
+Release: 20071112
# package options
%option with_rse yes
@@ -143,6 +143,12 @@
%{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
@@ .
______________________________________________________________________
OpenPKG http://openpkg.org
CVS Repository Commit List [email protected]