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