]> git.pld-linux.org Git - packages/automake.git/commitdiff
- updated to 1.11.2 auto/th/automake-1_11_2-1
authorJakub Bogusz <qboosh@pld-linux.org>
Mon, 26 Dec 2011 07:42:12 +0000 (07:42 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- updated info patch

Changed files:
    automake-info.patch -> 1.18
    automake.spec -> 1.146

automake-info.patch
automake.spec

index f09d2362f8f1fddbef3396c4d6ab526bddeb5acc..9547960f2238a32f2c695491e30642b5ee518b26 100644 (file)
@@ -1,6 +1,6 @@
---- automake-1.10/doc/automake.texi.orig       2006-10-15 19:41:24.000000000 +0200
-+++ automake-1.10/doc/automake.texi    2006-10-26 23:02:36.354332500 +0200
-@@ -38,15 +38,11 @@
+--- automake-1.11.2/doc/automake.texi.orig     2011-12-21 20:53:41.000000000 +0100
++++ automake-1.11.2/doc/automake.texi  2011-12-26 07:06:15.124722539 +0100
+@@ -41,15 +41,11 @@
  @c info Automake  points to the Automake package's documentation
  @c info automake  points to the automake script's documentation
  @c (Autoconf has a similar setup.)
 -@direntry
 -* aclocal: (automake)Invoking aclocal.          Generating aclocal.m4.
 -* automake: (automake)Invoking Automake.        Generating Makefile.in.
-+* Automake: (automake).                       Making GNU standards-compliant Makefiles
++* automake: (automake).                       Making GNU standards-compliant Makefiles
 +* aclocal: (automake)aclocal.         Generating aclocal.m4
 +* automake: (automake)automake.               Generating Makefile.in
  @end direntry
  
  @titlepage
-@@ -97,7 +93,7 @@
+@@ -102,7 +98,7 @@
  * Autotools Introduction::      An Introduction to the Autotools
  * Generalities::                General ideas
  * Examples::                    Some example packages
 -* Invoking Automake::           Creating a Makefile.in
 +* automake::                    Creating a Makefile.in
- * configure::                   Scanning configure.ac or configure.in
+ * configure::                   Scanning configure.ac, using aclocal
  * Directories::                 Declaring subdirectories
  * Programs::                    Building programs and libraries
-@@ -174,7 +170,7 @@
+@@ -181,7 +177,7 @@
  
  * Requirements::                Configuration requirements
  * Optional::                    Other things Automake recognizes
@@ -38,8 +38,8 @@
  * Macros::                      Autoconf macros supplied with Automake
  
  Auto-generating aclocal.m4
-@@ -2418,7 +2414,7 @@
- (The name of the object files rarely matters.)
+@@ -2504,7 +2500,7 @@
@file{true-true.o}. (The name of the object files rarely matters.)
  
  
 -@node Invoking Automake
@@ -47,7 +47,7 @@
  @chapter Creating a @file{Makefile.in}
  
  @cindex Multiple @file{configure.ac} files
-@@ -2652,7 +2648,7 @@
+@@ -2749,7 +2745,7 @@
  @menu
  * Requirements::                Configuration requirements
  * Optional::                    Other things Automake recognizes
@@ -56,7 +56,7 @@
  * Macros::                      Autoconf macros supplied with Automake
  @end menu
  
-@@ -3020,13 +3016,12 @@
+@@ -3120,13 +3116,12 @@
  @code{m4_include} is seldom used by @file{configure.ac} authors, but
  can appear in @file{aclocal.m4} when @command{aclocal} detects that
  some required macros come from files local to your package (as opposed
@@ -72,7 +72,7 @@
  @section Auto-generating aclocal.m4
  
  @cindex Invoking @command{aclocal}
-@@ -3194,7 +3189,7 @@
+@@ -3309,7 +3304,7 @@
  
  @vindex WARNINGS
  The environment variable @env{WARNINGS} is honored in the same
@@ -81,7 +81,7 @@
  
  @end table
  
-@@ -3468,12 +3463,12 @@
+@@ -3617,12 +3612,12 @@
  
  @code{ACLOCAL_AMFLAGS} contains options to pass to @command{aclocal}
  when @file{aclocal.m4} is to be rebuilt by @command{make}.  This line is
  @command{gettextize} Program, gettext, GNU gettext tools}) to locate
  the place where Gettext's macros should be installed.  So even if you
  do not really care about the rebuild rules, you should define
-@@ -5314,7 +5309,7 @@
+@@ -5481,7 +5476,7 @@
  passed to the tool invoked by @command{libtool} (hence the use of
  @samp{@var{library}_LDFLAGS} for libtool linking flags).  Generic
- options include @option{--tag=@var{TAG}} and @option{--silent}
+ options include @option{--tag=@var{tag}} and @option{--silent}
 -(@pxref{Invoking libtool, , Invoking @command{libtool}, libtool, The
 +(@pxref{libtool, , Invoking @command{libtool}, libtool, The
  Libtool Manual} for more options) should appear before the mode
  selection on the command line; in @file{Makefile.am}s they should
  be listed in the @samp{@var{library}_LIBTOOLFLAGS} variable.
-@@ -9151,7 +9146,7 @@
- @command{make} implementations that do not support it.  The
- @option{silent-rules} option turns off warnings about recursive variable
- expansion, which are in turn enabled by @option{-Wportability}
--(@pxref{Invoking Automake}).
-+(@pxref{automake}).
- @vindex @code{AM_V_GEN}
- @vindex @code{AM_V_at}
-@@ -9292,7 +9287,7 @@
+@@ -9551,7 +9546,7 @@
  @cindex Option, @option{-W@var{category}}
  @cindex Option, @option{--warnings=@var{category}}
  These options behave exactly like their command-line counterpart
  warning categories on a per-file basis.  You can also setup some warnings
  for your entire project; for instance, try @samp{AM_INIT_AUTOMAKE([-Wall])}
  in your @file{configure.ac}.
-@@ -9840,7 +9835,7 @@
+@@ -10166,7 +10161,7 @@
+ @command{make} implementations that do not support it.  The
+ @option{silent-rules} option turns off warnings about recursive variable
+ expansion, which are in turn enabled by @option{-Wportability}
+-(@pxref{Invoking Automake}).
++(@pxref{automake}).
+ @vindex @code{AM_V_GEN}
+ @vindex @code{AM_V_at}
+@@ -10386,7 +10381,7 @@
  settings of Automake, or replace some of its rules.  Overriding
  Automake rules is often inadvisable, particularly in the topmost
  directory of a package with subdirectories.  The @option{-Woverride}
  definitions.
  
  Note that Automake does not make any distinction between rules with
-@@ -10283,7 +10278,7 @@
+@@ -10834,7 +10829,7 @@
  @end example
  
  The use of @option{--force-missing} ensures that auxiliary tools will be
index a930d034e3e1ef46ecc487f04cb400d447c2bfd9..5786b568aea5ede3aa07706f3363dd024fd8f590 100644 (file)
@@ -14,13 +14,13 @@ Summary(ru.UTF-8):  GNU automake - инструменты для автомати
 Summary(tr.UTF-8):     Makefile yapılandırma araçları
 Summary(uk.UTF-8):     GNU automake - інструменти для автоматичної генерації Makefile'ів
 Name:          automake
-Version:       1.11.1
-Release:       3
+Version:       1.11.2
+Release:       1
 Epoch:         1
 License:       GPL v2+
 Group:         Development/Building
 Source0:       http://ftp.gnu.org/gnu/automake/%{name}-%{version}.tar.bz2
-# Source0-md5: c2972c4d9b3e29c03d5f2af86249876f
+# Source0-md5: 18194e804d415767bae8f703c963d456
 Patch0:                %{name}-info.patch
 Patch1:                %{name}-man.patch
 Patch2:                %{name}-no_versioned_dir.patch
@@ -169,6 +169,7 @@ rm -rf $RPM_BUILD_ROOT
 %{_datadir}/automake/INSTALL
 %{_datadir}/automake/texinfo.tex
 %{_datadir}/automake/ansi2knr*
+%attr(755,root,root) %{_datadir}/automake/ar-lib
 %attr(755,root,root) %{_datadir}/automake/acinstall
 %attr(755,root,root) %{_datadir}/automake/compile
 %attr(755,root,root) %{_datadir}/automake/config.guess
This page took 0.21553 seconds and 4 git commands to generate.