SPECS: libxtract.spec - more verbose files - fixed fftw3 dep (floa...

qboosh qboosh at pld-linux.org
Sun Jun 24 15:49:04 CEST 2007


Author: qboosh                       Date: Sun Jun 24 13:49:04 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- more verbose files
- fixed fftw3 dep (float version required), added devel dep

---- Files affected:
SPECS:
   libxtract.spec (1.3 -> 1.4) 

---- Diffs:

================================================================
Index: SPECS/libxtract.spec
diff -u SPECS/libxtract.spec:1.3 SPECS/libxtract.spec:1.4
--- SPECS/libxtract.spec:1.3	Sun Jun 24 15:36:34 2007
+++ SPECS/libxtract.spec	Sun Jun 24 15:48:59 2007
@@ -9,7 +9,7 @@
 Source0:	http://dl.sourceforge.net/libxtract/%{name}-%{version}.tar.gz
 # Source0-md5:	1d1987330a81b03309584e6bdadb0c72
 URL:		http://libxtract.sourceforge.net/
-BuildRequires:	fftw3-devel
+BuildRequires:	fftw3-single-devel >= 2.0
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -67,6 +67,7 @@
 Summary(pl.UTF-8):	Pliki nagłówkowe biblioteki libxtract
 Group:		Development/Libraries
 Requires:	%{name} = %{version}-%{release}
+Requires:	fftw3-single-devel >= 2.0
 
 %description devel
 Header files for libxtract library.
@@ -110,18 +111,18 @@
 %files
 %defattr(644,root,root,755)
 %doc AUTHORS ChangeLog NEWS README TODO
-%attr(755,root,root) %{_libdir}/lib*.so.*.*.*
+%attr(755,root,root) %{_libdir}/libxtract.so.*.*.*
 
 %files devel
 %defattr(644,root,root,755)
-%attr(755,root,root) %{_libdir}/lib*.so
-%{_libdir}/lib*.la
+%attr(755,root,root) %{_libdir}/libxtract.so
+%{_libdir}/libxtract.la
 %{_includedir}/xtract
-%{_pkgconfigdir}/*.pc
+%{_pkgconfigdir}/libxtract.pc
 
 %files static
 %defattr(644,root,root,755)
-%{_libdir}/lib*.a
+%{_libdir}/libxtract.a
 
 %define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
 %changelog
@@ -129,6 +130,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.4  2007/06/24 13:48:59  qboosh
+- more verbose files
+- fixed fftw3 dep (float version required), added devel dep
+
 Revision 1.3  2007/06/24 13:36:34  qboosh
 - pl
 
================================================================

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



More information about the pld-cvs-commit mailing list