update to 1.4.1 [release 1.4.1-1mamba;Tue May 11 2021]
This commit is contained in:
parent
f964846111
commit
ba274b4499
24
harminv.spec
24
harminv.spec
@ -1,26 +1,22 @@
|
|||||||
Name: harminv
|
Name: harminv
|
||||||
Version: 1.3.1
|
Version: 1.4.1
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: A free program (and accompanying library) to solve the problem of harmonic inversion
|
Summary: A free program (and accompanying library) to solve the problem of harmonic inversion
|
||||||
Group: Applications/Scientific
|
Group: Applications/Scientific
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: http://ab-initio.mit.edu/wiki/index.php/Harminv
|
URL: https://github.com/NanoComp/harminv
|
||||||
Source: http://ab-initio.mit.edu/harminv/harminv-%{version}.tar.gz
|
Source: https://github.com/NanoComp/harminv.git/v%{version}/harminv-%{version}.tar.bz2
|
||||||
License: GPL
|
License: GPL
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: gcc-fortran
|
BuildRequires: gcc-fortran
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
%ifarch %{ix86}
|
|
||||||
BuildRequires: libatlas-3dnow-devel
|
|
||||||
%endif
|
|
||||||
BuildRequires: libblas-devel
|
BuildRequires: libblas-devel
|
||||||
BuildRequires: libgcc
|
BuildRequires: libgcc
|
||||||
BuildRequires: libquadmath-devel
|
BuildRequires: libquadmath-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
|
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Harminv is a free program (and accompanying library) to solve the problem of harmonic inversion — given a discrete-time, finite-length signal that consists of a sum of finitely-many sinusoids (possibly exponentially decaying) in a given bandwidth, it determines the frequencies, decay constants, amplitudes, and phases of those sinusoids.
|
Harminv is a free program (and accompanying library) to solve the problem of harmonic inversion — given a discrete-time, finite-length signal that consists of a sum of finitely-many sinusoids (possibly exponentially decaying) in a given bandwidth, it determines the frequencies, decay constants, amplitudes, and phases of those sinusoids.
|
||||||
@ -37,17 +33,16 @@ This package contains shared libraries for %{name}.
|
|||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
Summary: Development files for %{name}
|
Summary: Development files for %{name}
|
||||||
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
|
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||||||
## note: you can add this requirement if .pc files are provided by this package
|
Requires: pkg-config
|
||||||
#Requires: pkg-config
|
|
||||||
|
|
||||||
%description -n lib%{name}-devel
|
%description -n lib%{name}-devel
|
||||||
This package contains libraries and header files for developing applications that use %{name}.
|
This package contains libraries and header files for developing applications that use %{name}.
|
||||||
|
|
||||||
|
|
||||||
%debug_package
|
%debug_package
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
./mkdist.sh
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure \
|
%configure \
|
||||||
@ -68,12 +63,12 @@ This package contains libraries and header files for developing applications tha
|
|||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_bindir}/harminv
|
%{_bindir}/harminv
|
||||||
%{_mandir}/man1/harminv.1.gz
|
%{_mandir}/man1/harminv.1*
|
||||||
%doc AUTHORS COPYING
|
|
||||||
|
|
||||||
%files -n lib%{name}
|
%files -n lib%{name}
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_libdir}/libharminv.so.*
|
%{_libdir}/libharminv.so.*
|
||||||
|
%doc COPYING
|
||||||
|
|
||||||
%files -n lib%{name}-devel
|
%files -n lib%{name}-devel
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
@ -82,9 +77,12 @@ This package contains libraries and header files for developing applications tha
|
|||||||
%{_libdir}/libharminv.la
|
%{_libdir}/libharminv.la
|
||||||
%{_libdir}/libharminv.so
|
%{_libdir}/libharminv.so
|
||||||
%{_libdir}/pkgconfig/harminv.pc
|
%{_libdir}/pkgconfig/harminv.pc
|
||||||
%doc ChangeLog NEWS README
|
%doc ChangeLog NEWS.md README.md
|
||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue May 11 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 1.4.1-1mamba
|
||||||
|
- update to 1.4.1
|
||||||
|
|
||||||
* Sun Nov 17 2013 Silvan Calarco <silvan.calarco@mambasoft.it> 1.3.1-1mamba
|
* Sun Nov 17 2013 Silvan Calarco <silvan.calarco@mambasoft.it> 1.3.1-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