Skip to content

Commit 1924465

Browse files
author
Dong Ahn
committed
trunk -> 1.0.1 release
2 parents 91bb76d + 0b687a9 commit 1924465

File tree

3 files changed

+14
-1
lines changed

3 files changed

+14
-1
lines changed

launchmon.spec

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,12 @@ make
8484
make install DESTDIR=$RPM_BUILD_ROOT
8585

8686
mkdir -p ${RPM_BUILD_ROOT}%{module_path}
87-
cp ${RPM_BUILD_DIR}/%{name}-%{version}/launchmon.module ${RPM_BUILD_ROOT}%{module_path}/%{version}
87+
88+
#
89+
# the release number -4 must be matched with what's in META
90+
#
91+
#
92+
cp ${RPM_BUILD_DIR}/%{name}-%{version}-4/launchmon.module ${RPM_BUILD_ROOT}%{module_path}/%{version}
8893

8994
%clean
9095
rm -rf $RPM_BUILD_ROOT

tools/handshake/Makefile.am

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,17 @@
2828
##--------------------------------------------------------------------------------
2929
##
3030
## Update Log:
31+
## May 01 2014 DHA: Specify gcrypt header file locations so that
32+
## this module will use the integrated version of
33+
## gcrypt/gpgerr package. TODO: drop support for
34+
## the integrated gcrypt support and make it an
35+
## external dependency.
3136
## Apr 15 2014 DHA: Add handshake.h so that it is included into the distro
3237
## Mar 10 2014 MPL: Add secure handshake
3338
##
3439

3540
noinst_LTLIBRARIES = libhandshake.la
41+
INCLUDES = -I$(top_srcdir)/@GCRYPTLOC@ -I$(top_srcdir)/@GPGERRLOC@
3642
libhandshake_la_SOURCES = handshake.c handshake.h
3743
libhandshake_la_LIBADD = $(MUNGE_LIBS)
44+

tools/handshake/Makefile.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -236,6 +236,7 @@ top_builddir = @top_builddir@
236236
top_srcdir = @top_srcdir@
237237
tvcmd = @tvcmd@
238238
noinst_LTLIBRARIES = libhandshake.la
239+
INCLUDES = -I$(top_srcdir)/@GCRYPTLOC@ -I$(top_srcdir)/@GPGERRLOC@
239240
libhandshake_la_SOURCES = handshake.c handshake.h
240241
libhandshake_la_LIBADD = $(MUNGE_LIBS)
241242
all: all-am

0 commit comments

Comments
 (0)