Browse Source

automake: update to 1.12.5

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@7174 ec354946-7b23-47d6-9f5a-488ba84defc7
daisuke 11 years ago
parent
commit
34e985f36c
1 changed files with 5 additions and 4 deletions
  1. 5 4
      a/automake/automake-vl.spec

+ 5 - 4
a/automake/automake-vl.spec

@@ -3,12 +3,11 @@
 Summary: A GNU tool for automatically creating Makefiles.
 Summary(ja): Makefile を自動生成するための GNU ツール
 Name: automake
-Version: %{api_version}.2
+Version: %{api_version}.5
 Release: 1%{?_dist_release}
 License: GPL
 Group: Development/Tools
 Source: ftp://ftp.gnu.org/gnu/automake/automake-%{version}.tar.xz
-Patch0:     automake-1.12.2-aclocal7-sleep.patch
 Patch1:     automake-1.12.2-vala-fails.patch
 
 URL: http://sources.redhat.com/automake
@@ -39,7 +38,6 @@ GNU's Autoconf package.
 
 %prep
 %setup -q -n automake-%{version}
-%patch0 -p1
 %patch1 -p1
 
 %build
@@ -84,7 +82,7 @@ fi
 
 %files
 %defattr(-,root,root)
-%doc AUTHORS COPYING ChangeLog INSTALL NEWS README THANKS TODO
+%doc AUTHORS COPYING ChangeLog INSTALL NEWS README THANKS
 %doc REAME.aclocal README.multilib
 %{_bindir}/*
 %{_infodir}/*.info*
@@ -95,6 +93,9 @@ fi
 
 
 %changelog
+* Thu Nov 29 2012 Daisuke SUZUKI <daisuke@linux.or.jp> 1.12.5-1
+- update to 1.12.5
+
 * Tue Nov 27 2012 Daisuke SUZUKI <daisuke@linux.or.jp> 1.12.2-1
 - update to 1.12.2
 - add patch1 to skip vala test.