SPECS: libxtract.spec - fixed files section - --enable-fft (and BR...

sls sls at pld-linux.org
Mon Jun 18 02:58:01 CEST 2007


Author: sls                          Date: Mon Jun 18 00:58:01 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- fixed files section
- --enable-fft (and BR: fftw3-devel)

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

---- Diffs:

================================================================
Index: SPECS/libxtract.spec
diff -u SPECS/libxtract.spec:1.1 SPECS/libxtract.spec:1.2
--- SPECS/libxtract.spec:1.1	Mon Jun 18 02:39:27 2007
+++ SPECS/libxtract.spec	Mon Jun 18 02:57:56 2007
@@ -8,6 +8,7 @@
 Source0:	http://dl.sourceforge.net/libxtract/%{name}-%{version}.tar.gz
 # Source0-md5:	1d1987330a81b03309584e6bdadb0c72
 URL:		http://libxtract.sourceforge.net/
+BuildRequires:	fftw3-devel
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -63,7 +64,8 @@
 %setup -q
 
 %build
-%configure
+%configure \
+	--enable-fft
 
 %{__make}
 
@@ -81,14 +83,14 @@
 
 %files
 %defattr(644,root,root,755)
-%doc AUTHORS ChangeLog NEWS README THANKS TODO
+%doc AUTHORS ChangeLog NEWS README TODO
 %attr(755,root,root) %{_libdir}/lib*.so.*.*.*
 
 %files devel
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_libdir}/lib*.so
 %{_libdir}/lib*.la
-%{_includedir}/%{name}
+%{_includedir}/xtract
 %{_pkgconfigdir}/*.pc
 
 %files static
@@ -100,6 +102,10 @@
 * %{date} PLD Team <feedback at pld-linux.org>
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 $Log$
+Revision 1.2  2007/06/18 00:57:56  sls
+- fixed files section
+- --enable-fft (and BR: fftw3-devel)
+
 Revision 1.1  2007/06/18 00:39:27  sls
 - NFY
 
================================================================

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



More information about the pld-cvs-commit mailing list