Commit Graph

51 Commits

Author SHA1 Message Date
Jens Petersen 69c80c6b42 test for HsColour directly in "cabal haddock" instead of using without_haddock 2011-11-17 16:47:51 +09:00
Jens Petersen 0ae61014f2 fix devel subpackage's prof and doc obsoletes and provides versions 2011-09-30 14:25:19 +09:00
Jens Petersen 1347477ddf move dependency generator setup from ghc_package_devel to ghc_lib_install
also backport bootstrapping improvements:
- do not setup ghc-deps.sh when ghc_bootstrapping
- add ghc_test build config
- drop redundant defattr from filelists
- ghc_bootstrap is now a macro providing bootstrap config
- add ghc_check_bootstrap
2011-09-13 11:59:45 +09:00
Jens Petersen 90641e0ba0 requires redhat-rpm-config for ghc_arches 2011-06-27 12:52:12 +09:00
Jens Petersen a3dec4571b ghc-deps.sh: also ignore base-3 since it is part of ghc-base 2011-06-22 15:35:34 +09:00
Jens Petersen 3c7e24880d backport: merge prof subpackages into devel to simplify packaging 2011-06-13 14:00:59 +09:00
Jens Petersen babb06a261 include ghc_pkg_c_deps even when -c option used 2011-05-09 18:04:02 +09:00
Jens Petersen e7f43d8532 bump version to 0.10.54 2011-05-09 15:34:57 +09:00
Jens Petersen ea80a02da1 macros.ghc: drop ghc-prof requires from ghc_prof_requires 2011-05-09 15:15:59 +09:00
Jens Petersen 3bacfadca1 ghc-deps.sh: ignore private ghc lib deps 2011-05-09 14:03:22 +09:00
Jens Petersen 874310f1a5 backport ghc-deps.sh for unhashed auto deps; drop ghc_pkg_deps from ghc_package_devel and ghc_package_prof 2011-05-08 23:29:21 +09:00
Jens Petersen 15ee332aeb backport secondary arch support and ghc subpackaging fixes from 0.11.12 2011-03-16 18:56:30 +09:00
Jens Petersen 88482e4ba7 ghc_binlib_package's -x option should not take an arg 2011-02-04 14:59:02 +10:00
Jens Petersen 50de2873df merge subpackaging support and other cleanup from 0.11.4 2011-01-29 22:38:32 +10:00
Jens Petersen 6cc692f693 revert disabling debug_package by default 2010-12-29 21:14:10 +09:00
Jens Petersen 4485d43033 backport macro updates from 0.9.1
- add ghc_pkg_obsoletes for obsoleting old packages
- always obsolete -doc packages, but keep -o for now for backward compatibility
- disable debuginfo by default
- make shared and hscolour default
- use without_shared and without_hscolour to disable them
- fix without_shared build so it actually works
- use ghcpkgbasedir
2010-09-30 13:19:57 +10:00
Fedora Release Engineering 8c3e84353f dist-git conversion 2010-07-28 15:34:54 +00:00
Jens Petersen 17c8f12bbb improve changelog 2010-07-17 08:09:36 +00:00
Jens Petersen 601aa5ffc1 - fix ghc_strip_dynlinked when no dynlinked files
- devel should provide doc also when not obsoleting
2010-07-17 08:08:37 +00:00
Jens Petersen 4e21230c7d merge -doc into -devel and provide -o obsoletes doc subpackage option 2010-07-15 14:43:34 +00:00
Jens Petersen 428e0de417 - support hscolour'ing of src via haddock
- really remove redundant summary and description option flags
2010-06-28 07:33:22 +00:00
Jens Petersen 28ead10bfc new ghc_bin_build, ghc_bin_install, ghc_lib_build, ghc_lib_install 2010-06-26 08:53:39 +00:00
Jens Petersen 85dddb6d0b couple more fallback summary tweaks 2010-06-24 06:05:43 +00:00
Jens Petersen f7eafbf000 - drop the summary -s and description -d package options since rpm does not
seem to allow white\ space in macro option args anyway
2010-06-24 02:13:22 +00:00
Jens Petersen 4e07127a2c make ghc_strip_dynlinked conditional on no debug_package 2010-06-23 10:24:53 +00:00
Jens Petersen 07f858eab5 replace ghc_strip_shared with ghc_strip_dynlinked 2010-06-23 10:05:24 +00:00
Jens Petersen eaf24211e8 add ghc_strip_shared to strip shared libraries 2010-06-20 12:44:49 +00:00
Jens Petersen a0e7adadfe - add comments over macros
- drop unused cabal_makefile
2010-06-20 12:10:25 +00:00
Jens Petersen d9a9b5f4af - drop unused ghc_pkg_ver macro
- add ghc_pkg_recache macro
2010-04-12 14:52:34 +00:00
Jens Petersen 191657b654 tweak version arg changelog 2010-01-14 14:35:34 +00:00
Jens Petersen 4393386478 - drop optional 2nd version arg from ghcdocdir, ghcpkgdir, and
ghc_gen_filelists: multiversion subpackages are not supported
- add ghcpkgbasedir
- bring back some shared conditions which were dropped temporarily
- test for ghcpkgdir and ghcdocdir in ghc_gen_filelists
- allow optional pkgname arg for cabal_pkg_conf
- can now package gtk2hs
2010-01-14 14:32:25 +00:00
Jens Petersen a0bbde907a use -v in ghc_requires and ghc_prof_requires for version 2010-01-11 06:51:22 +00:00
Jens Petersen 9d7c9aecc0 drop "Library for" from base lib summary 2010-01-11 05:13:02 +00:00
Jens Petersen 5f3759a686 use -n in ghc_requires and ghc_prof_requires for when no pkg_name 2010-01-11 03:13:01 +00:00
Jens Petersen c97ee70960 - add ghcdocbasedir
- revert ghcdocdir to match upstream ghc
- ghcdocdir and ghcpkgdir now take optional name version args
- update ghc_gen_filelists to new optional name version args
- handle docdir in ghc_gen_filelists
- ghc_reindex_haddock uses ghcdocbasedir
- summary and description options added to ghc_binlib_package,
    ghc_package_devel, ghc_package_doc, and ghc_package_prof
2010-01-10 14:59:10 +00:00
Jens Petersen 23340a3f97 - pkg_name must be set now for binlib packages too
- new ghc_lib_package and ghc_binlib_package macros make packaging too easy
- ghc_package_devel, ghc_package_doc, and ghc_package_prof helper macros
- ghc_gen_filelists now defaults to ghc-%%{pkg_name}
- add dynamic bcond to cabal_configure instead of cabal_configure_dynamic
2010-01-09 15:58:27 +00:00
Jens Petersen dffc2c5084 - add cabal_configure_dynamic
- add ghc_requires, ghc_doc_requires, ghc_prof_requires
2009-12-23 14:42:16 +00:00
Jens Petersen 8b0ec9d34e - use ghc_version_override to override ghc_version
- fix pkg .conf filelist match
2009-12-15 21:50:31 +00:00
Jens Petersen b22ec8887d major updates for ghc-6.12, package.conf.d, and shared libraries
- add shared support to cabal_configure, ghc_gen_filelists
- version ghcdocdir
- replace ghc_gen_scripts, ghc_install_scripts, ghc_register_pkg,
    ghc_unregister_pkg with cabal_pkg_conf
- allow (ghc to) override ghc_version
2009-12-11 18:17:07 +00:00
Bill Nottingham 99a8a6ebf2 Fix typo that causes a failure to update the common directory. (releng
#2781)
2009-11-25 23:19:25 +00:00
Jens Petersen d007836b70 make ghc_pkg_ver only return pkg version 2009-11-16 12:27:56 +00:00
Jens Petersen b8f63cfff0 change GHCRequires to ghc_pkg_ver 2009-11-16 09:56:31 +00:00
Jens Petersen 32ffe2c854 use the latest installed pkg version for %GHCRequires 2009-11-16 09:14:11 +00:00
Jens Petersen 5edaabc998 add %GHCRequires for automatically versioned library deps 2009-11-16 07:45:33 +00:00
Jens Petersen 87815fa4c0 revert last change - unversion ghcdocdir 2009-09-22 10:08:17 +00:00
Jens Petersen 082b15a21d version ghcdocdir to allow multiple doc versions like ghcpkgdir 2009-09-22 03:25:59 +00:00
Jesse Keating 86afb6d672 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild 2009-07-25 00:05:15 +00:00
Jens Petersen c938f3baec drop version from ghcdocdir since it breaks haddock indexing 2009-06-09 09:24:58 +00:00
Yaakov Meir Nemoy fb06b40394 makes macros file a conf file 2009-05-13 07:44:36 +00:00
Yaakov Meir Nemoy b640c1a84e Initial import 2009-05-13 07:37:39 +00:00