- RC darcs snapshot
- fix ghc-regex-compat version - remove remaining "-n ghc-%{name}-doc" - add License to base library
This commit is contained in:
parent
35e679650e
commit
375b052e25
@ -1 +1 @@
|
||||
haskell-platform-2010.1.0.0.tar.gz
|
||||
haskell-platform-2010.2.0.0.tar.gz
|
||||
|
@ -32,7 +32,7 @@ distilled from Hackage.
|
||||
%{?2}Requires: ghc-parallel%{?1:-%1} = 2.2.0.1\
|
||||
%{?2}Requires: ghc-QuickCheck%{?1:-%1} = 2.1.1.1\
|
||||
%{?2}Requires: ghc-regex-base%{?1:-%1} = 0.93.2\
|
||||
%{?2}Requires: ghc-regex-compat%{?1:-%1} = 0.93\
|
||||
%{?2}Requires: ghc-regex-compat%{?1:-%1} = 0.93.1\
|
||||
%{?2}Requires: ghc-regex-posix%{?1:-%1} = 0.94.2\
|
||||
%{?2}Requires: ghc-stm%{?1:-%1} = 2.1.2.1\
|
||||
%{?2}Requires: ghc-xhtml%{?1:-%1} = 3000.2.0.1\
|
||||
@ -121,9 +121,6 @@ rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
%post -n ghc-%{name}-devel
|
||||
ghc-pkg recache
|
||||
|
||||
|
||||
%post -n ghc-%{name}-doc
|
||||
%ghc_reindex_haddock
|
||||
|
||||
|
||||
@ -131,7 +128,7 @@ ghc-pkg recache
|
||||
ghc-pkg recache
|
||||
|
||||
|
||||
%postun -n ghc-%{name}-doc
|
||||
%postun -n ghc-%{name}-devel
|
||||
if [ "$1" -eq 0 ] ; then
|
||||
%ghc_reindex_haddock
|
||||
fi
|
||||
@ -144,16 +141,13 @@ fi
|
||||
|
||||
%files -n ghc-%{name} -f ghc-%{name}.files
|
||||
%defattr(-,root,root,-)
|
||||
%doc LICENSE
|
||||
|
||||
|
||||
%files -n ghc-%{name}-devel -f ghc-%{name}-devel.files
|
||||
%defattr(-,root,root,-)
|
||||
|
||||
|
||||
%files -n ghc-%{name}-doc -f ghc-%{name}-doc.files
|
||||
%defattr(-,root,root,-)
|
||||
|
||||
|
||||
%files -n ghc-%{name}-prof -f ghc-%{name}-prof.files
|
||||
%defattr(-,root,root,-)
|
||||
|
||||
@ -162,6 +156,7 @@ fi
|
||||
* Fri Jul 16 2010 Jens Petersen <petersen@redhat.com> - 2010.2.0.0-0.1
|
||||
- update to 2010.2.0.0 RC
|
||||
- obsolete ghc-haskell-platform-doc in line with ghc-rpm-macros-0.8.0
|
||||
- add License to base library too
|
||||
|
||||
* Sun Jun 27 2010 Jens Petersen <petersen@redhat.com> - 2010.1.0.0.6123-1
|
||||
- bump ghc to 6.12.3
|
||||
|
Loading…
Reference in New Issue
Block a user