[packages/fftw3] - added patches to fix installed cmake configs; release 2

qboosh qboosh at pld-linux.org
Fri Apr 19 17:08:06 CEST 2024


commit b3cb2ace77ee40ce85bbac495609c547c914c072
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Fri Apr 19 16:33:56 2024 +0200

    - added patches to fix installed cmake configs; release 2

 fftw3.spec | 15 +++++++++------
 1 file changed, 9 insertions(+), 6 deletions(-)
---
diff --git a/fftw3.spec b/fftw3.spec
index 2d838ca..0f943d1 100644
--- a/fftw3.spec
+++ b/fftw3.spec
@@ -23,7 +23,7 @@ Summary(pl.UTF-8):	Biblioteka z funkcjami szybkiej transformaty Fouriera
 Summary(pt_BR.UTF-8):	biblioteca fast fourier transform
 Name:		fftw3
 Version:	3.3.10
-Release:	1
+Release:	2
 License:	GPL v2+
 Group:		Libraries
 #Source0Download: http://fftw.org/download.html
@@ -31,6 +31,8 @@ Source0:	http://fftw.org/fftw-%{version}.tar.gz
 # Source0-md5:	8ccbf6a5ea78a16dbc3e1306e234cc5c
 Patch0:		%{name}-info.patch
 Patch1:		%{name}-flags.patch
+Patch2:		fftw-cmake.patch
+Patch3:		fftw-cmakedir.patch
 URL:		http://www.fftw.org/
 BuildRequires:	autoconf >= 2.50
 BuildRequires:	automake >= 1:1.7
@@ -299,6 +301,8 @@ Pliki programistyczne wspólne dla wszystkich wersji bibliotek fftw
 %setup -q -n fftw-%{version}
 %patch0 -p1
 %patch1 -p1
+%patch2 -p1
+%patch3 -p1
 
 %build
 %{__libtoolize}
@@ -409,7 +413,7 @@ rm -rf $RPM_BUILD_ROOT
 %{_libdir}/libfftw3_omp.la
 %endif
 %{_pkgconfigdir}/fftw3.pc
-%{_libdir}/cmake/fftw3/FFTW3Config*.cmake
+%{_libdir}/cmake/fftw3
 
 %files static
 %defattr(644,root,root,755)
@@ -443,7 +447,7 @@ rm -rf $RPM_BUILD_ROOT
 %{_libdir}/libfftw3f_omp.la
 %endif
 %{_pkgconfigdir}/fftw3f.pc
-%{_libdir}/cmake/fftw3/FFTW3fConfig*.cmake
+%{_libdir}/cmake/fftw3f
 
 %files single-static
 %defattr(644,root,root,755)
@@ -479,7 +483,7 @@ rm -rf $RPM_BUILD_ROOT
 %endif
 %{_includedir}/fftw3l.f03
 %{_pkgconfigdir}/fftw3l.pc
-%{_libdir}/cmake/fftw3/FFTW3lConfig*.cmake
+%{_libdir}/cmake/fftw3l
 
 %files long-static
 %defattr(644,root,root,755)
@@ -516,7 +520,7 @@ rm -rf $RPM_BUILD_ROOT
 %endif
 %{_includedir}/fftw3q.f03
 %{_pkgconfigdir}/fftw3q.pc
-%{_libdir}/cmake/fftw3/FFTW3qConfig*.cmake
+%{_libdir}/cmake/fftw3q
 
 %files quad-static
 %defattr(644,root,root,755)
@@ -540,5 +544,4 @@ rm -rf $RPM_BUILD_ROOT
 %{_includedir}/fftw3.f
 %{_includedir}/fftw3.f03
 %{_includedir}/fftw3.h
-%dir %{_libdir}/cmake/fftw3
 %{_infodir}/fftw3.info*
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/fftw3.git/commitdiff/b3cb2ace77ee40ce85bbac495609c547c914c072



More information about the pld-cvs-commit mailing list