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: 24-Feb-2008 19:14:28
Branch: HEAD Handle: 2008022418142700
Modified files:
openpkg-src/minicom minicom.spec
Log:
upgrading package: minicom 2.2 -> 2.3
Summary:
Revision Changes Path
1.61 +6 -7 openpkg-src/minicom/minicom.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/minicom/minicom.spec
============================================================================
$ cvs diff -u -r1.60 -r1.61 minicom.spec
--- openpkg-src/minicom/minicom.spec 1 Jan 2008 14:58:47 -0000 1.60
+++ openpkg-src/minicom/minicom.spec 24 Feb 2008 18:14:27 -0000 1.61
@@ -22,8 +22,8 @@
##
# package version
-%define V_dist 2.2
-%define V_subdir 1806
+%define V_dist 2.3
+%define V_subdir 2332
# package information
Name: minicom
@@ -36,7 +36,7 @@
Group: Communication
License: BSD
Version: %{V_dist}
-Release: 20080101
+Release: 20080224
# list of sources
Source0:
http://alioth.debian.org/frs/download.php/%{V_subdir}/minicom-%{V_dist}.tar.gz
@@ -72,9 +72,6 @@
%prep
%setup -q
%patch -p0
- %{l_shtool} subst \
- -e 's;wprintf;minicom_wprintf;g' \
- `find src -name "*.[ch]" -print`
%build
# determine default serial device
@@ -94,6 +91,7 @@
LDFLAGS="%{l_ldflags}" \
./configure \
--prefix=%{l_prefix} \
+ --mandir=%{l_prefix}/man \
--sysconfdir=%{l_prefix}/etc/minicom \
--enable-lock-dir=$lockdir \
--enable-dfl-port=$device \
@@ -116,7 +114,8 @@
# install programs
%{l_make} %{l_mflags} install \
prefix=$RPM_BUILD_ROOT%{l_prefix} \
- exec_prefix=$RPM_BUILD_ROOT%{l_prefix}
+ exec_prefix=$RPM_BUILD_ROOT%{l_prefix} \
+ mandir=$RPM_BUILD_ROOT%{l_prefix}/man
# add configuration files
%{l_shtool} install -c -m 644 \
@@ .
______________________________________________________________________
OpenPKG http://openpkg.org
CVS Repository Commit List [email protected]