RPM Community Forums

Mailing List Message of <rpm-cvs>

[CVS] RPM: rpm/ Makefile.am

From: Jeff Johnson <jbj@rpm5.org>
Date: Mon 27 Sep 2010 - 23:32:30 CEST
Message-Id: <20100927213230.3C5ECDCFFF@rpm5.org>
  RPM Package Manager, CVS Repository
  /cvs/
  ____________________________________________________________________________

  Server: rpm5.org                         Name:   Jeff Johnson
  Root:   /v/rpm/cvs                       Email:  jbj@rpm5.org
  Module: rpm                              Date:   27-Sep-2010 23:32:30
  Branch: HEAD                             Handle: 2010092721322900

  Modified files:
    rpm                     Makefile.am

  Log:
    - autofu: handle po subdir correctly.

  Summary:
    Revision    Changes     Path
    2.253       +5  -6      rpm/Makefile.am
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: rpm/Makefile.am
  ============================================================================
  $ cvs diff -u -r2.252 -r2.253 Makefile.am
  --- rpm/Makefile.am	21 Sep 2010 21:54:34 -0000	2.252
  +++ rpm/Makefile.am	27 Sep 2010 21:32:29 -0000	2.253
  @@ -5,13 +5,15 @@
   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 \
  -	db xar xz pcre syck js \
  +	db pcre syck js \
   	db3/configure \
   	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 \
  @@ -177,12 +179,9 @@
   		`make -s sources -C rpmdb` \
   		`make -s sources -C rpmio` | sort -nr | head -n 30
   
  -po_dir=./po
   .PHONY: updatepo
   updatepo:
   	rsync -Lrtvz  translationproject.org::tp/latest/rpm/  po
  -	LANG=C
  -	ls ${po_dir}/*.po 2>/dev/null | sed 's|.*/||; s|\.po$$||' > ${po_dir}/LINGUAS
   
   CVSTAG = r$(subst .,-,$(VERSION))
   
  @@ .
Received on Mon Sep 27 23:32:30 2010
Driven by Jeff Johnson and the RPM project team.
Hosted by OpenPKG and Ralf S. Engelschall.
Powered by FreeBSD and OpenPKG.