From 3d27a15aad8b2b956862b42a7a5e9c54a169d032 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Mon, 2 Mar 2015 13:31:38 +0900 Subject: [PATCH] update ghc_lib.attr to see package.conf.d/*.conf files instead of libHS*.a --- ghc_lib.attr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ghc_lib.attr b/ghc_lib.attr index c3722c0..fc5750a 100644 --- a/ghc_lib.attr +++ b/ghc_lib.attr @@ -1,3 +1,3 @@ %__ghc_lib_provides %{_rpmconfigdir}/ghc-deps.sh --provides %{buildroot}%{ghclibdir} %__ghc_lib_requires %{_rpmconfigdir}/ghc-deps.sh --requires %{buildroot}%{ghclibdir} -%__ghc_lib_path ^%{ghclibdir}/.*/libHS.*\\.(so|a)$ +%__ghc_lib_path ^%{ghclibdir}/(.*/libHS.*\\.so|package\\.conf\\.d/*\\.conf)$