]> git.pld-linux.org Git - packages/automake.git/commitdiff
- updated to 1.6.3 (mainly bugfixes) RA-1_0 automake-1_6_3-1
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 28 Jul 2002 20:32:50 +0000 (20:32 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- remove SUBST(LIBOBJS) in regex.m4 patch - it's already done by AC_SUBST
  from autoconf 2.53; substituting AC_LIBOBJ is at least not necessary -
  it's autoconf macro, not variable (see `AC_LIBOBJ vs. LIBOBJS' in
  `info autoconf')

Changed files:
    automake-regex.m4.patch -> 1.2
    automake.spec -> 1.69

automake-regex.m4.patch
automake.spec

index a0cbce8526c61976473d79d4db17da83ba6857f9..3994aac3e4b09a1a7d9d80853935bb54cdbd0e77 100644 (file)
@@ -1,9 +1,8 @@
 --- automake-1.6.2/m4/regex.m4~        Sat Jul 27 21:44:15 2002
 +++ automake-1.6.2/m4/regex.m4 Sat Jul 27 21:44:15 2002
-@@ -59,5 +59,5 @@
+@@ -59,5 +59,4 @@
    AC_MSG_RESULT(rx)
    AC_CHECK_FUNC(re_rx_search, , [AC_LIBOBJ([rx])])
  fi
 -AC_SUBST(LIBOBJS)dnl
-+AC_SUBST(AC_LIBOBJ)dnl
  ])
index 25253796010ef4afcfb1b4a1553d18adc59c51aa..4e2a9439692491735ed10aa12f995a290587d025 100644 (file)
@@ -9,9 +9,8 @@ Summary(ru):    GNU automake - 
 Summary(tr):   Makefile yapýlandýrma araçlarý
 Summary(uk):   GNU automake - ¦ÎÓÔÒÕÍÅÎÔÉ ÄÌÑ Á×ÔÏÍÁÔÉÞÎϧ ÇÅÎÅÒÁ槠Makefile'¦×
 Name:          automake
-Version:       1.6.2
-%define        _mver   %(echo %{version} | cut -d"." -f1-2)
-Release:       3
+Version:       1.6.3
+Release:       1
 License:       GPL
 Group:         Development/Building
 Source0:       ftp://sourceware.cygnus.com/pub/automake/%{name}-%{version}.tar.bz2
@@ -103,15 +102,15 @@ install -d $RPM_BUILD_ROOT%{_mandir}/man1
 
 install aclocal.1 automake.1 $RPM_BUILD_ROOT%{_mandir}/man1
 
+%clean
+rm -rf $RPM_BUILD_ROOT
+
 %post
 [ ! -x /usr/sbin/fix-info-dir ] || /usr/sbin/fix-info-dir -c %{_infodir} >/dev/null 2>&1
 
 %postun
 [ ! -x /usr/sbin/fix-info-dir ] || /usr/sbin/fix-info-dir -c %{_infodir} >/dev/null 2>&1
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
 %files
 %defattr(644,root,root,755)
 %doc AUTHORS ChangeLog NEWS README THANKS TODO
This page took 0.05985 seconds and 4 git commands to generate.