[CVS] RPM: rpm-5_3: rpm/ Makefile.am

2011-01-25 Thread Per �yvind Karlsen
  RPM Package Manager, CVS Repository
  http://rpm5.org/cvs/
  

  Server: rpm5.org Name:   Per Øyvind Karlsen
  Root:   /v/rpm/cvs   Email:  pkarl...@rpm5.org
  Module: rpm  Date:   25-Jan-2011 15:54:24
  Branch: rpm-5_3  Handle: 2011012514542400

  Modified files:   (Branch: rpm-5_3)
rpm Makefile.am

  Log:
add missing file required by test suite to generated tarball

  Summary:
RevisionChanges Path
2.247.2.15  +1  -0  rpm/Makefile.am
  

  patch -p0 '@@ .'
  Index: rpm/Makefile.am
  
  $ cvs diff -u -r2.247.2.14 -r2.247.2.15 Makefile.am
  --- rpm/Makefile.am   31 Oct 2010 03:37:09 -  2.247.2.14
  +++ rpm/Makefile.am   25 Jan 2011 14:54:24 -  2.247.2.15
  @@ -21,6 +21,7 @@
tests/devtool-sanity-1.0-1.src.rpm \
tests/edos-test-1-0.src.rpm \
tests/probes-test-1-0.src.rpm \
  + tests/simplestRPMv3-1.0-2.aix5.3.noarch.rpm \
tests/triggers-D-1.0-1.src.rpm \
tests/triggers-DP-1.0-1.src.rpm \
tests/triggers-F-1.0-1.src.rpm \
  @@ .
__
RPM Package Managerhttp://rpm5.org
CVS Sources Repositoryrpm-cvs@rpm5.org


[CVS] RPM: rpm-5_3: rpm/ Makefile.am

2010-10-30 Thread Jeff Johnson
  RPM Package Manager, CVS Repository
  http://rpm5.org/cvs/
  

  Server: rpm5.org Name:   Jeff Johnson
  Root:   /v/rpm/cvs   Email:  j...@rpm5.org
  Module: rpm  Date:   31-Oct-2010 02:12:34
  Branch: rpm-5_3  Handle: 2010103101123300

  Modified files:   (Branch: rpm-5_3)
rpm Makefile.am

  Log:
- AutoFu: clean up the top level EXTRA_DIST for distcheck.

  Summary:
RevisionChanges Path
2.247.2.13  +7  -46 rpm/Makefile.am
  

  patch -p0 '@@ .'
  Index: rpm/Makefile.am
  
  $ cvs diff -u -r2.247.2.12 -r2.247.2.13 Makefile.am
  --- rpm/Makefile.am   28 Oct 2010 02:03:06 -  2.247.2.12
  +++ rpm/Makefile.am   31 Oct 2010 01:12:33 -  2.247.2.13
  @@ -1,58 +1,21 @@
   # Top level Makefile for rpm
   
   AUTOMAKE_OPTIONS = 1.4 foreign
  +ACLOCAL_AMFLAGS = -I m4
   
   LINT = splint
   MCCABE = pmccabe
   
  -# xar xz
  -# file/src/[A-Z]* file/src/*.[ch] file/python file/magic file/doc file/[A-Z]*
  -# file/acinclude.m4 file/aclocal.m4 file/autogen.sh file/config*
  -#
   EXTRA_DIST = CHANGES CREDITS Doxyheader INSTALL INSTALL.developer 
cpuinfo.yaml \
  - autodeps/none autodeps/*.prov autodeps/*.req autogen.sh \
  + autodeps autogen.sh \
syck js \
  - lua/[A-Z]* lua/*.[ch] lua/local/l* \
  - ruby/*.[ch] ruby/Makefile.in ruby/Makefile.am \
  - macros/*.in \
  - perl/typemap \
  - perl/Makefile.PL.in \
  - perl/t/00.pod.t perl/t/00.pod.coverage.t \
  - perl/rpmxs.c perl/rpmxs.h \
  - perl/RPM.xs perl/RPM.pm perl/t/01.rpm.t \
  - perl/RPM/Constant.pm perl/RPM_Constant.xs perl/t/02.rpmconstant.t \
  - perl/RPM_Header.xs perl/RPM/Header.pm perl/t/03.header.t \
  - perl/RPM_Transaction.xs perl/RPM/Transaction.pm perl/t/04.transaction.t 
\
  - perl/RPM_PackageIterator.xs perl/RPM/PackageIterator.pm 
perl/t/05.packageiterator.t \
  - perl/RPM_Problems.xs perl/RPM/Problems.pm perl/t/06.problems.t \
  - perl/RPM_Files.xs perl/RPM/Files.pm perl/t/07.files.t \
  - perl/RPM_Dependencies.xs perl/RPM/Dependencies.pm 
perl/t/08.dependencies.t \
  - perl/RPM_Spec.xs perl/RPM/Spec.pm perl/t/09.spec.t \
  - perl/hdlist-test.hdr perl/test-rpm-1.0-1.noarch.rpm 
perl/test-rpm-1.0-1.src.rpm perl/test-rpm.spec \
  - perl/META.yml perl/Makefile.PL.in perl/Makefile.am perl/Makefile.in \
  - perl/README \
  + lua \
  + ruby \
  + macros \
  + perl \
pubkeys/JBJ-GPG-KEY \
  - po/*.in po/*.po po/rpm.pot \
rpm.magic rpmqv.c \
  - python/mpw/Makefile.am python/mpw/test/* python/test/resources/* 
python/test/dscmp \
  - python/test/psTest.py python/test/testhdr python/test/testit 
python/test/testmi \
  - python/test/testrollback.py python/test/dsMerge.py 
python/test/test_rpm.py \
  - python/rpm/__init__.py python/[a-z]* python/Makefile.in 
python/Makefile.am \
  - rpmio/auto/*.in \
  - rpmdb/auto/*.in \
  - lib/auto/*.in \
  - build/auto/*.in \
  - tests/cudf-test-1-0.src.rpm \
  - tests/devtool-sanity-1.0-1.src.rpm \
  - tests/edos-test-1-0.src.rpm \
  - tests/probes-test-1-0.src.rpm \
  - tests/triggers-D-1.0-1.src.rpm \
  - tests/triggers-DP-1.0-1.src.rpm \
  - tests/triggers-F-1.0-1.src.rpm \
  - tests/triggers-FP-1.0-1.src.rpm \
  - tests/triggers-N-1.0-1.src.rpm \
  - tests/triggers-NA-1.0-1.src.rpm \
  - tests/triggers-P-1.0-1.src.rpm
  + python
   
   SUBDIRS =
   if USE_NLS
  @@ -308,5 +271,3 @@
cscope -b -R
   
   cref: ctags cscope
  -
  -ACLOCAL_AMFLAGS = -I m4
  @@ .
__
RPM Package Managerhttp://rpm5.org
CVS Sources Repositoryrpm-cvs@rpm5.org


[CVS] RPM: rpm-5_3: rpm/ Makefile.am

2010-10-26 Thread Jeff Johnson
  RPM Package Manager, CVS Repository
  http://rpm5.org/cvs/
  

  Server: rpm5.org Name:   Jeff Johnson
  Root:   /v/rpm/cvs   Email:  j...@rpm5.org
  Module: rpm  Date:   26-Oct-2010 17:53:47
  Branch: rpm-5_3  Handle: 2010102615534700

  Modified files:   (Branch: rpm-5_3)
rpm Makefile.am

  Log:
- permit building with internal popt.

  Summary:
RevisionChanges Path
2.247.2.11  +1  -0  rpm/Makefile.am
  

  patch -p0 '@@ .'
  Index: rpm/Makefile.am
  
  $ cvs diff -u -r2.247.2.10 -r2.247.2.11 Makefile.am
  --- rpm/Makefile.am   18 Oct 2010 04:22:04 -  2.247.2.10
  +++ rpm/Makefile.am   26 Oct 2010 15:53:47 -  2.247.2.11
  @@ -63,6 +63,7 @@
@WITH_DB_SUBDIR@ \
@WITH_ZLIB_SUBDIR@ \
@WITH_PCRE_SUBDIR@ \
  + @WITH_POPT_SUBDIR@ \
@WITH_LUA_SUBDIR@ \
@WITH_BEECRYPT_SUBDIR@ \
@WITH_NEON_SUBDIR@ \
  @@ .
__
RPM Package Managerhttp://rpm5.org
CVS Sources Repositoryrpm-cvs@rpm5.org


[CVS] RPM: rpm-5_3: rpm/ Makefile.am

2010-05-07 Thread Per �yvind Karlsen
  RPM Package Manager, CVS Repository
  http://rpm5.org/cvs/
  

  Server: rpm5.org Name:   Per Øyvind Karlsen
  Root:   /v/rpm/cvs   Email:  pkarl...@rpm5.org
  Module: rpm  Date:   07-May-2010 19:41:38
  Branch: rpm-5_3  Handle: 2010050717413700

  Modified files:   (Branch: rpm-5_3)
rpm Makefile.am

  Log:
add ruby files to generated tarball

  Summary:
RevisionChanges Path
2.247.2.3   +1  -0  rpm/Makefile.am
  

  patch -p0 '@@ .'
  Index: rpm/Makefile.am
  
  $ cvs diff -u -r2.247.2.2 -r2.247.2.3 Makefile.am
  --- rpm/Makefile.am   23 Apr 2010 18:33:57 -  2.247.2.2
  +++ rpm/Makefile.am   7 May 2010 17:41:37 -   2.247.2.3
  @@ -12,6 +12,7 @@
lua/[A-Z]* lua/*.[ch] lua/local/l* \
file/src/[A-Z]* file/src/*.[ch] file/python file/magic file/doc 
file/[A-Z]* file/acinclude.m4 file/aclocal.m4 \
file/autogen.sh file/config* \
  + ruby/*.[ch] ruby/Makefile.in ruby/Makefile.am \
macros/*.in \
perl/typemap \
perl/Makefile.PL.in \
  @@ .
__
RPM Package Managerhttp://rpm5.org
CVS Sources Repositoryrpm-cvs@rpm5.org