From 517d69f8ac2460a4ac65c85b9c99cca431699bc5 Mon Sep 17 00:00:00 2001 From: Automatic Build System Date: Sat, 6 Jan 2024 07:03:33 +0100 Subject: [PATCH] automatic update by autodist [release 1.2.1-1mamba;Thu Nov 06 2014] --- meep.spec | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/meep.spec b/meep.spec index 2dfa6b3..34e54eb 100644 --- a/meep.spec +++ b/meep.spec @@ -1,5 +1,5 @@ Name: meep -Version: 1.2 +Version: 1.2.1 Release: 1mamba Summary: A free finite-difference time-domain (FDTD) simulation software package Group: Applications/Scientific @@ -12,7 +12,9 @@ License: GPL ## AUTOBUILDREQ-BEGIN BuildRequires: gcc-fortran BuildRequires: glibc-devel +%ifarch %{ix86} BuildRequires: libatlas-3dnow-devel +%endif BuildRequires: libblas-devel BuildRequires: libctl-devel BuildRequires: libffi-devel @@ -30,6 +32,9 @@ BuildRequires: libstdc++6-devel BuildRequires: libunistring-devel BuildRequires: libz-devel ## AUTOBUILDREQ-END +%ifarch x86_86 +BuildRequires: libatlas-devel +%endif Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release} BuildRoot: %{_tmppath}/%{name}-%{version}-root @@ -96,9 +101,11 @@ This package contains libraries and header files for developing applications tha %{_libdir}/libmeep.la %{_libdir}/libmeep.so %{_libdir}/pkgconfig/meep.pc -%doc ChangeLog NEWS README TODO - +%doc NEWS TODO %changelog +* Thu Nov 06 2014 Automatic Build System 1.2.1-1mamba +- automatic update by autodist + * Sun Nov 17 2013 Silvan Calarco 1.2-1mamba - package created by silvan using the webbuild interface