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:39:39
Branch: rpm-5_0 Handle: 2008012717393801
Modified files: (Branch: rpm-5_0)
xar Makefile.am Makefile.in
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.1.2.3 +1 -0 xar/Makefile.am
1.3.2.2 +1 -0 xar/Makefile.in
1.1.2.3 +1 -1 xar/lib/Makefile.am
1.1.2.3 +2 -2 xar/src/Makefile.am
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: xar/Makefile.am
============================================================================
$ cvs diff -u -r1.1.2.2 -r1.1.2.3 Makefile.am
--- xar/Makefile.am 26 Jan 2008 08:51:18 -0000 1.1.2.2
+++ xar/Makefile.am 27 Jan 2008 17:39:38 -0000 1.1.2.3
@@ -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/Makefile.in
============================================================================
$ cvs diff -u -r1.3.2.1 -r1.3.2.2 Makefile.in
--- xar/Makefile.in 26 Jan 2008 08:51:18 -0000 1.3.2.1
+++ xar/Makefile.in 27 Jan 2008 17:39:38 -0000 1.3.2.2
@@ -203,6 +203,7 @@
AUTOMAKE_OPTIONS = 1.4 foreign
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.2.2 -r1.1.2.3 Makefile.am
--- xar/lib/Makefile.am 26 Jan 2008 08:51:19 -0000 1.1.2.2
+++ xar/lib/Makefile.am 27 Jan 2008 17:39:38 -0000 1.1.2.3
@@ -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.2.2 -r1.1.2.3 Makefile.am
--- xar/src/Makefile.am 26 Jan 2008 08:51:19 -0000 1.1.2.2
+++ xar/src/Makefile.am 27 Jan 2008 17:39:39 -0000 1.1.2.3
@@ -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:39:39 2008