[ghc-rpm-macros] update ghc_lib.attr for change from .conf to .a

Jens Petersen petersen at fedoraproject.org
Mon Mar 23 09:36:43 UTC 2015


commit c112f4078243a9e7d93f243f023bacf545c51916
Author: Jens Petersen <petersen at redhat.com>
Date:   Mon Mar 23 18:36:03 2015 +0900

    update ghc_lib.attr for change from .conf to .a

 ghc_lib.attr | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/ghc_lib.attr b/ghc_lib.attr
index 1ef544e..7080f10 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|package\\.conf\\.d/.*\\.conf)$
+%__ghc_lib_path		^%{ghclibdir}/(.*/libHS.*\\.(so|a)$


More information about the scm-commits mailing list