]> git.pld-linux.org Git - packages/tar.git/commitdiff
- allow building with older am auto/ac/tar-1_23-1
authorElan Ruusamäe <glen@pld-linux.org>
Mon, 26 Apr 2010 06:28:15 +0000 (06:28 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    am-nosilentrules.patch -> 1.1
    tar.spec -> 1.122

am-nosilentrules.patch [new file with mode: 0644]
tar.spec

diff --git a/am-nosilentrules.patch b/am-nosilentrules.patch
new file mode 100644 (file)
index 0000000..d2d786b
--- /dev/null
@@ -0,0 +1,14 @@
+--- tar-1.23/configure.ac~     2010-04-26 09:26:23.000000000 +0300
++++ tar-1.23/configure.ac      2010-04-26 09:26:25.460605965 +0300
+@@ -24,10 +24,7 @@
+ AC_CONFIG_AUX_DIR([build-aux])
+ AC_CONFIG_HEADERS([config.h])
+ AC_PREREQ([2.63])
+-AM_INIT_AUTOMAKE([1.11 gnits tar-ustar dist-bzip2 dist-shar std-options silent-rules])
+-
+-# Enable silent rules by default:
+-AM_SILENT_RULES([yes])
++AM_INIT_AUTOMAKE([1.10 gnits tar-ustar dist-bzip2 dist-shar std-options])
+ AC_PROG_CC
+ AC_EXEEXT
index 599072298f88603624f67e5911b8e48f9e4059f7..8a87d1708dcc545d259ed061691f53d93df6240f 100644 (file)
--- a/tar.spec
+++ b/tar.spec
@@ -24,6 +24,7 @@ Patch1:               %{name}-man.patch
 Patch2:                %{name}-info.patch
 Patch3:                %{name}-pl.po-update.patch
 Patch4:                %{name}-zero-block.patch
+Patch5:                am-nosilentrules.patch
 URL:           http://www.gnu.org/software/tar/tar.html
 BuildRequires: autoconf >= 2.60
 BuildRequires: automake >= 1:1.9
@@ -145,6 +146,7 @@ z pakietu dump.
 %patch2 -p1
 %patch3 -p1
 %patch4 -p1
+%patch5 -p1
 
 %{__rm} po/stamp-po
 
This page took 0.053512 seconds and 4 git commands to generate.