thanks Jóhann Guðmundsson
This commit is contained in:
parent
0d40f8dbbf
commit
ddf9e36cdc
9
ghc.spec
9
ghc.spec
@ -29,7 +29,7 @@ Version: 7.6.3
|
|||||||
# - release can only be reset if *all* library versions get bumped simultaneously
|
# - release can only be reset if *all* library versions get bumped simultaneously
|
||||||
# (sometimes after a major release)
|
# (sometimes after a major release)
|
||||||
# - minor release numbers for a branch should be incremented monotonically
|
# - minor release numbers for a branch should be incremented monotonically
|
||||||
Release: 17%{?dist}
|
Release: 18%{?dist}
|
||||||
Summary: Glasgow Haskell Compiler
|
Summary: Glasgow Haskell Compiler
|
||||||
|
|
||||||
License: %BSDHaskellReport
|
License: %BSDHaskellReport
|
||||||
@ -141,6 +141,7 @@ To install all of ghc, install the ghc base package.
|
|||||||
Summary: GHC library development documentation indexing
|
Summary: GHC library development documentation indexing
|
||||||
License: BSD
|
License: BSD
|
||||||
Requires: ghc-compiler = %{version}-%{release}
|
Requires: ghc-compiler = %{version}-%{release}
|
||||||
|
Requires: crontabs
|
||||||
|
|
||||||
%description doc-index
|
%description doc-index
|
||||||
The package provides a cronjob for re-indexing installed library development
|
The package provides a cronjob for re-indexing installed library development
|
||||||
@ -438,13 +439,17 @@ fi
|
|||||||
|
|
||||||
%if %{undefined without_haddock}
|
%if %{undefined without_haddock}
|
||||||
%files doc-index
|
%files doc-index
|
||||||
%{_sysconfdir}/cron.hourly/ghc-doc-index
|
%config(noreplace) %{_sysconfdir}/cron.hourly/ghc-doc-index
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%files libraries
|
%files libraries
|
||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Jul 27 2013 Jóhann B. Guðmundsson <johannbg@fedoraproject.org> - 7.6.3-18
|
||||||
|
- ghc-doc-index requires crontabs and mark cron file config noreplace
|
||||||
|
(http://fedoraproject.org/wiki/Packaging:CronFiles)
|
||||||
|
|
||||||
* Wed Jul 24 2013 Jens Petersen <petersen@redhat.com> - 7.6.3-17
|
* Wed Jul 24 2013 Jens Petersen <petersen@redhat.com> - 7.6.3-17
|
||||||
- silence warnings about unsupported llvm version (> 3.1) on ARM
|
- silence warnings about unsupported llvm version (> 3.1) on ARM
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user