RPM Community Forums

Mailing List Message of <rpm-cvs>

[CVS] RPM: xar/ Makefile.am xar/lib/ Makefile.am xar/src/ Makefile.am

From: Jeff Johnson <jbj@rpm5.org>
Date: Sun 27 Jan 2008 - 18:38:59 CET
Message-Id: <20080127173859.2E47C348470@rpm5.org>
  RPM Package Manager, CVS Repository
  http://rpm5.org/cvs/
  ____________________________________________________________________________

  Server: rpm5.org                         Name:   Jeff Johnson
  Root:   /v/rpm/cvs                       Email:  jbj@rpm5.org
  Module: xar                              Date:   27-Jan-2008 18:38:59
  Branch: HEAD                             Handle: 2008012717385801

  Modified files:
    xar                     Makefile.am
    xar/lib                 Makefile.am
    xar/src                 Makefile.am

  Log:
    - jbj: nitpicks for xar automake. "make dist" tarball now builds
    standalone.

  Summary:
    Revision    Changes     Path
    1.2         +1  -0      xar/Makefile.am
    1.2         +1  -1      xar/lib/Makefile.am
    1.2         +2  -2      xar/src/Makefile.am
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: xar/Makefile.am
  ============================================================================
  $ cvs diff -u -r1.1 -r1.2 Makefile.am
  --- xar/Makefile.am	22 Jan 2008 22:09:35 -0000	1.1
  +++ xar/Makefile.am	27 Jan 2008 17:38:58 -0000	1.2
  @@ -3,6 +3,7 @@
   SUBDIRS = include lib src # test
   
   EXTRA_DIST = autogen.sh ChangeLog LICENSE xar.magic xar.spec xar.spec.in \
  +	cfghdrs.stamp.in  cfgoutputs.stamp.in \
   	test/buffer.c test/attr test/heap test/data test/checksums \
   	test/compression test/data.xsl test/functions test/hardlink \
   	test/heap1.xsl test/validate.c
  @@ .
  patch -p0 <<'@@ .'
  Index: xar/lib/Makefile.am
  ============================================================================
  $ cvs diff -u -r1.1 -r1.2 Makefile.am
  --- xar/lib/Makefile.am	22 Jan 2008 22:09:36 -0000	1.1
  +++ xar/lib/Makefile.am	27 Jan 2008 17:38:58 -0000	1.2
  @@ -7,7 +7,7 @@
   AM_CPPFLAGS = \
   	-I$(top_srcdir)/include
   
  -EXTRA_DIST =
  +EXTRA_DIST = libxar.la.in.in Makefile.inc.in
   
   noinst_HEADERS = \
   	appledouble.h archive.h arcmod.h asprintf.h b64.h bzxar.h \
  @@ .
  patch -p0 <<'@@ .'
  Index: xar/src/Makefile.am
  ============================================================================
  $ cvs diff -u -r1.1 -r1.2 Makefile.am
  --- xar/src/Makefile.am	22 Jan 2008 22:09:36 -0000	1.1
  +++ xar/src/Makefile.am	27 Jan 2008 17:38:59 -0000	1.2
  @@ -10,9 +10,9 @@
   myLDADD = \
   	$(top_builddir)/lib/libxar.la
   
  -EXTRA_DIST = xar.1
  +man_MANS = xar.1
   
  -EXTRA_PROGRAMS =
  +EXTRA_DIST = Makefile.inc.in $(man_MANS)
   
   bin_PROGRAMS = xar
   xar_SOURCES = xar.c
  @@ .
Received on Sun Jan 27 18:38:59 2008
Driven by Jeff Johnson and the RPM project team.
Hosted by OpenPKG and Ralf S. Engelschall.
Powered by FreeBSD and OpenPKG.