automatic update by autodist [release 1.2.1-1mamba;Thu Nov 06 2014]
This commit is contained in:
parent
d2558d25d5
commit
517d69f8ac
13
meep.spec
13
meep.spec
@ -1,5 +1,5 @@
|
|||||||
Name: meep
|
Name: meep
|
||||||
Version: 1.2
|
Version: 1.2.1
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: A free finite-difference time-domain (FDTD) simulation software package
|
Summary: A free finite-difference time-domain (FDTD) simulation software package
|
||||||
Group: Applications/Scientific
|
Group: Applications/Scientific
|
||||||
@ -12,7 +12,9 @@ License: GPL
|
|||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: gcc-fortran
|
BuildRequires: gcc-fortran
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
|
%ifarch %{ix86}
|
||||||
BuildRequires: libatlas-3dnow-devel
|
BuildRequires: libatlas-3dnow-devel
|
||||||
|
%endif
|
||||||
BuildRequires: libblas-devel
|
BuildRequires: libblas-devel
|
||||||
BuildRequires: libctl-devel
|
BuildRequires: libctl-devel
|
||||||
BuildRequires: libffi-devel
|
BuildRequires: libffi-devel
|
||||||
@ -30,6 +32,9 @@ BuildRequires: libstdc++6-devel
|
|||||||
BuildRequires: libunistring-devel
|
BuildRequires: libunistring-devel
|
||||||
BuildRequires: libz-devel
|
BuildRequires: libz-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
|
%ifarch x86_86
|
||||||
|
BuildRequires: libatlas-devel
|
||||||
|
%endif
|
||||||
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
|
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
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.la
|
||||||
%{_libdir}/libmeep.so
|
%{_libdir}/libmeep.so
|
||||||
%{_libdir}/pkgconfig/meep.pc
|
%{_libdir}/pkgconfig/meep.pc
|
||||||
%doc ChangeLog NEWS README TODO
|
%doc NEWS TODO
|
||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Nov 06 2014 Automatic Build System <autodist@mambasoft.it> 1.2.1-1mamba
|
||||||
|
- automatic update by autodist
|
||||||
|
|
||||||
* Sun Nov 17 2013 Silvan Calarco <silvan.calarco@mambasoft.it> 1.2-1mamba
|
* Sun Nov 17 2013 Silvan Calarco <silvan.calarco@mambasoft.it> 1.2-1mamba
|
||||||
- package created by silvan using the webbuild interface
|
- package created by silvan using the webbuild interface
|
||||||
|
Loading…
Reference in New Issue
Block a user