From fede0c8ae08a8ea727f1e13471124f33ed1c9563 Mon Sep 17 00:00:00 2001 From: Christopher Meng Date: May 06 2014 02:59:39 +0000 Subject: Update to 7.20140427 --- diff --git a/.gitignore b/.gitignore index ca02325..ce83db8 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ /aime-6.20130824.tar.gz /aime-6.20130921.tar.gz /aime-7.20131209.tar.gz +/aime-7.20140427.tar.gz diff --git a/aime.spec b/aime.spec index 8b3f5d2..9d633e1 100644 --- a/aime.spec +++ b/aime.spec @@ -1,8 +1,8 @@ %global libname libaime Name: aime -Version: 7.20131209 -Release: 2%{?dist} +Version: 7.20140427 +Release: 1%{?dist} Summary: An application embeddable programming language interpreter License: GPLv3+ URL: http://aime-embedded.sourceforge.net/ @@ -11,7 +11,7 @@ Requires(post): /sbin/install-info Requires(preun): /sbin/install-info %description -aime is a programming language, with a C like syntax, intended for application +aime is a programming language with a C like syntax, intended for application extending purposes. The aime collection comprises the language description, an application embeddable interpreter (libaime), the interpreter C interface description and a standalone interpreter. Many examples on how the interpreter @@ -34,8 +34,8 @@ use %{name}. make %{?_smp_mflags} %install -make install DESTDIR=%{buildroot} -find %{buildroot} -name '*.a' -exec rm -f {} ';' +%make_install +find %{buildroot} -name '*.a' -delete -print rm -f %{buildroot}%{_infodir}/dir %post @@ -58,6 +58,9 @@ fi %{_includedir}/%{name}.h %changelog +* Wed Apr 30 2014 Christopher Meng - 7.20140427-1 +- Update to 7.20140427 + * Mon Jan 06 2014 Ralf Corsépius - 7.20131209-2 - Use R: /sbin/install-info (Fix broken installation dependency). - Use /sbin/install-info instead of install-info in scriptlets. diff --git a/sources b/sources index 2bda43d..4c90910 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -3226a3f7192256e606740cfee40bc57f aime-7.20131209.tar.gz +248cd78a35e5e00bc3139aaf13a3b584 aime-7.20140427.tar.gz