rename to %ghc_libs_build and %ghc_libs_install

from %ghc_sublib_*
epel9
Jens Petersen 9 years ago
parent d8c629ddd4
commit 40e1493069

@ -136,7 +136,7 @@ EOF
%changelog
* Wed Aug 17 2016 Jens Petersen <petersen@redhat.com> - 1.6.4-1
- add ghc_sublib_build and ghc_sublib_install to ease bundling libraries
- add ghc_libs_build and ghc_libs_install to ease bundling libraries
- drop _smp_mflags for now since it can overwhelm armv7hl
* Sat Aug 6 2016 Jens Petersen <petersen@redhat.com> - 1.6.3-1

@ -57,7 +57,7 @@ This package provides the Haskell %{pkgname} library development files.\
%{nil}
# ghc_sublib_build [name-version] ...
%ghc_sublib_build()\
%ghc_libs_build()\
HOME=$PWD\
%define cabal_configure_options --user\
for i in %*; do\
@ -78,7 +78,7 @@ done\
%{nil}
# ghc_sublib_install [name-version] ...
%ghc_sublib_install()\
%ghc_libs_install()\
HOME=$PWD\
for i in %*; do\
name=$(echo $i | sed -e "s/\\(.*\\)-.*/\\1/")\

Loading…
Cancel
Save