SPECS: harminv.spec (NEW) - initial release

rotom rotom at pld-linux.org
Wed Feb 8 23:59:21 CET 2006


Author: rotom                        Date: Wed Feb  8 22:59:21 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- initial release

---- Files affected:
SPECS:
   harminv.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/harminv.spec
diff -u /dev/null SPECS/harminv.spec:1.1
--- /dev/null	Wed Feb  8 23:59:21 2006
+++ SPECS/harminv.spec	Wed Feb  8 23:59:15 2006
@@ -0,0 +1,61 @@
+# $Revision$, $Date$:
+Summary:	Solving "harmonic inversion" problem
+Summary(pl):	Rozwiązywanie problemu "inwersji harmonicznych"
+Name:		harminv
+Version:	1.3
+Release:	0.1
+License:	GPL
+Group:		X11/Applications
+Source0:	http://ab-initio.mit.edu/harminv/%{name}-%{version}.tar.gz
+# Source0-md5:	d8cccf981ee4315b9d6c4d43fc7d4590
+URL:		http://ab-initio.mit.edu/harminv/
+BuildRequires:	blas-devel
+BuildRequires:	lapack-devel
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Harminv is a free program (and accompanying library) to solve the
+problem of "harmonic inversion." Given a discrete, finite-length
+signal that consists of a sum of finitely-many sinusoids (possibly
+exponentially decaying), it determines the frequencies, decay
+constants, amplitudes, and phases of those sinusoids.
+
+%description -l pl
+Harminv jest darmowym programem do rozwiązywania problemu "inwersji
+harmonicznych". Daje dyskretny, skończonej długości sygnał który
+zawiera sumę różnych sinusoid. Określa rozkład składowych
+częstotliwości, amplitudy i fazy tych sinusoid.
+
+%prep
+%setup -q
+
+%build
+%configure \
+	--mandir=%{_mandir}
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+%{__make} install \
+        DESTDIR=$RPM_BUILD_ROOT
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_bindir}/harminv
+%doc README NEWS AUTHORS
+%{_prefix}/lib/libharminv.*
+%{_includedir}/harminv.h
+%{_mandir}/man1/harminv*
+%{_pkgconfigdir}/harminv.pc
+
+%define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2006/02/08 22:59:15  rotom
+- initial release
+
================================================================


More information about the pld-cvs-commit mailing list