Jens Petersen
34b48fdbc8
- clean away tabs and excess whitespace padding
...
- ExclusiveArch: %{ix86} x86_64 ppc alpha
16 years ago
Jens Petersen
a5fa326f81
- drop ghc_archs since it breaks koji
...
- fix missing -devel in ghc_gen_filelists
- change from ExclusiveArch to ExcludeArch ppc64 since alpha was
bootstrapped by oliver
16 years ago
Oliver Falk
64f30a94e8
Reenable build on alpha, after we finally managed to build ghc
16 years ago
Jens Petersen
7debd90bb1
- use %%ix86 for change from i386 to i586 in rawhide
...
- add ghc_archs macro in macros.ghc for other packages
- obsolete haddock09
- use %%global instead of %%define
- use bcond for doc and prof
- rename ghc_gen_filelists lib filelist to -devel.files
--------------------------------------------------------------------
16 years ago
Jesse Keating
a00f693e62
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
16 years ago
Jens Petersen
6269f30f2f
update changelog timestamp
16 years ago
Jens Petersen
cc989bbc31
comment whitespace tweak
16 years ago
Jens Petersen
574cea7124
revert the last -doc files move changes for now
16 years ago
Jens Petersen
0eea3c51b5
- require and buildrequire libedit-devel > 2.11-2
...
- move top doc dirs to main package for better sharing
- move gen_contents_index and ghost index files to main package
- protect ghc_register_pkg and ghc_unregister_pkg
16 years ago
Jens Petersen
1acf5c7d02
fix to libedit means can drop BR ncurses-devel workaround ( #481252 )
16 years ago
Jens Petersen
001d3451a6
buildrequire ncurses-devel to fix build of missing editline package needed
...
for ghci line-editing (#478466 )
16 years ago
Jens Petersen
e74c4291aa
bump release
16 years ago
Jens Petersen
65d3718c16
- move spec templates to haskell-packaging for easy updating
...
- provide correct haddock version
spec templating:
- use bcond for
- add doc subpackages to lib and binlib templates
- add license header for cabal2spec
16 years ago
Jens Petersen
644d44d682
more template fixes:
...
- version pkg_docdir
- put provides in lib subsubpackage
- binlib scripts are for lib subpackage
16 years ago
Jens Petersen
18d2312b75
tweak changelog
16 years ago
Jens Petersen
ad8913e5ff
- update macros.ghc to latest proposed revised packaging guidelines:
...
- use runghc
- drop trivial cabal_build and cabal_haddock macros
- ghc_register_pkg and ghc_unregister_pkg replace ghc_preinst_script,
ghc_postinst_script, ghc_preun_script, and ghc_postun_script
- lib templates' prof subpackage requires main library again
- make cabal2spec work on .cabal files too, and read and check name and
version directly from .cabal file
- ghc-prof does not need to own libraries/ dirs owned by main package
16 years ago
Jens Petersen
74a3f2521e
- make cabal2spec work on .cabal files too, and read and check name and
...
version from .cabal
16 years ago
Jens Petersen
b17255a641
- add support for bin and binlib packages to cabal2spec script and only
...
grep .cabal files for exposed-module/executable
- output bin and/or lib status too
16 years ago
Jens Petersen
0682b80a1d
- add cabal2spec and cabal-lib-template.spec for easy Cabal library
...
packaging
- simplify script macros: make ghc_preinst_script and ghc_postun_script
no-ops and ghc_preun_script only unregister for uninstall
16 years ago
Jens Petersen
6c9b784686
- fix broken urls to haddock docs created by gen_contents_index script
...
- avoid haddock errors when upgrading by making doc post script posttrans
16 years ago
Bryan O'Sullivan
f20412293b
libraries/prologue.txt should not have been ghosted
16 years ago
Bryan O'Sullivan
6e900886a0
libraries/prologue.txt should not have been ghosted
16 years ago
Bryan O'Sullivan
cd0fae4df4
Fix a minor packaging glitch
16 years ago
Bryan O'Sullivan
378558c597
ghc 6.10.1 release
16 years ago
Jens Petersen
ab507b7b80
- cabal_configure does not need redundant --haddockdir
...
- actually ghc-pkg no longer seems to create package.conf.old backups
- include LICENSE in doc
16 years ago
Jens Petersen
a8cf709ba6
need to create ghost package.conf.old for ghc-6.10
16 years ago
Jens Petersen
c7ae1a2bd5
- use gen_contents_index to re-index haddock
...
- add %%pkg_docdir to cabal_configure
- requires(post) ghc for haddock for doc
- improve doc file lists
- no longer need to create ghost package.conf.old
- remove or rename alternatives files more consistently
16 years ago
Bryan O'Sullivan
cb5a89f23c
Update macros to put haddock bits in the right place
16 years ago
Bryan O'Sullivan
8a484b3e87
Try to fix doc indexing
16 years ago
Bryan O'Sullivan
354d10e225
Generate haddocks after installing ghc-doc
16 years ago
Jens Petersen
3c43e3814f
- provide haddock = 2.2.2
...
- add selinux file context for unconfined_execmem following darcs package
- post requires policycoreutils
16 years ago
Bryan O'Sullivan
a8b8189107
Port F-10 changes to devel
16 years ago
Bryan O'Sullivan
ef6ff25c36
Don't remove hsc2hs, rename it
16 years ago
Jens Petersen
2e71ab898c
bring back %package_debugging for bos since it does "more" than
...
--short-circuit
16 years ago
Jens Petersen
6a740e49cf
revert back from using %configure since it fails on ppc
16 years ago
Jens Petersen
c5b8789b8e
tweak docs changelog entries
16 years ago
Jens Petersen
2a4aeca5cc
- bring back including haddock-generated lib docs, now under docdir/ghc
...
- fix macros.ghc filepath (#460304 )
- spec file cleanups:
- fix the source urls back
- drop requires chkconfig
- do not override __spec_install_post
- override _target_platform so we can use %%configure
- setup docs building in build.mk
- no longer need to remove network/include/Typeable.h
- install binaries under libdir not libexec
- remove hsc2hs and runhaskell binaries since are alternatives
16 years ago
Jens Petersen
97f36761c3
fix writing of _sysconfdir
17 years ago
Jens Petersen
d85f6b0a84
- add macros.ghc for new Haskell Packaging Guidelines ( #460304 )
17 years ago
Bryan O'Sullivan
860e5f3f03
More build fixes
17 years ago
Bryan O'Sullivan
34b478a7fd
Remove unnecessary dependency on alex
17 years ago
Bryan O'Sullivan
fb0f222aeb
GHC 6.8.3
17 years ago
Bryan O'Sullivan
92410e9528
First cut at ghc 6.8.3 spec file
17 years ago
Jens Petersen
f7ca4dbacb
bump changelog for another rebuidl attempt
17 years ago
Jesse Keating
ffb1ceca09
- Autorebuild for GCC 4.3
17 years ago
Jens Petersen
bae7070ccb
- remove unrecognized --htmldir from configure
...
- drop old buildrequires on libX11-devel and libXt-devel
17 years ago
Jens Petersen
1892b30c0b
remove unrecognized --docdir from configure
17 years ago
Jens Petersen
0a7ad4bf36
rebuild with gcc43
17 years ago
Bryan O'Sullivan
3d1944144e
Sync up with fixes from F-8
17 years ago
Bryan O'Sullivan
f57118ecb9
Old configure does not grok docdir,htmldir
17 years ago