SPECS: harminv.spec - pl fixes, use libdir instead of prefix/lib f...

qboosh qboosh at pld-linux.org
Fri Feb 10 14:15:11 CET 2006


Author: qboosh                       Date: Fri Feb 10 13:15:11 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- pl fixes, use libdir instead of prefix/lib for library

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

---- Diffs:

================================================================
Index: SPECS/harminv.spec
diff -u SPECS/harminv.spec:1.1 SPECS/harminv.spec:1.2
--- SPECS/harminv.spec:1.1	Wed Feb  8 23:59:15 2006
+++ SPECS/harminv.spec	Fri Feb 10 14:15:06 2006
@@ -15,23 +15,24 @@
 
 %description
 Harminv is a free program (and accompanying library) to solve the
-problem of "harmonic inversion." Given a discrete, finite-length
+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.
+harmonicznych". Mając zadany dyskretny, skończonej długości sygnał
+składający się z sumy skończonej liczby sinusoid (które mogą wygasać
+wykładniczo), określa częstotliwości, stałe wygasania, amplitudy i
+fazy tych sinusoid.
 
 %prep
 %setup -q
 
 %build
-%configure \
-	--mandir=%{_mandir}
+%configure
+
 %{__make}
 
 %install
@@ -43,9 +44,10 @@
 
 %files
 %defattr(644,root,root,755)
-%attr(755,root,root) %{_bindir}/harminv
 %doc README NEWS AUTHORS
-%{_prefix}/lib/libharminv.*
+%attr(755,root,root) %{_bindir}/harminv
+# XXX: shared, static?
+%{_libdir}/libharminv.*
 %{_includedir}/harminv.h
 %{_mandir}/man1/harminv*
 %{_pkgconfigdir}/harminv.pc
@@ -56,6 +58,8 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.2  2006/02/10 13:15:06  qboosh
+- pl fixes, use libdir instead of prefix/lib for library
+
 Revision 1.1  2006/02/08 22:59:15  rotom
 - initial release
-
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/harminv.spec?r1=1.1&r2=1.2&f=u



More information about the pld-cvs-commit mailing list