rename to %ghc_libs_build and %ghc_libs_install

from %ghc_sublib_*
This commit is contained in:
Jens Petersen 2016-08-18 15:25:17 +09:00
parent d8c629ddd4
commit 40e1493069
2 changed files with 3 additions and 3 deletions

View File

@ -136,7 +136,7 @@ EOF
%changelog %changelog
* Wed Aug 17 2016 Jens Petersen <petersen@redhat.com> - 1.6.4-1 * 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 - drop _smp_mflags for now since it can overwhelm armv7hl
* Sat Aug 6 2016 Jens Petersen <petersen@redhat.com> - 1.6.3-1 * Sat Aug 6 2016 Jens Petersen <petersen@redhat.com> - 1.6.3-1

View File

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