From: <ju...@us...> - 2003-07-31 10:18:39
|
Update of /cvsroot/gtk2hs/gtk2hs In directory sc8-pr-cvs1:/tmp/cvs-serv14072 Modified Files: ChangeLog Log Message: Fix up earlier entry for gtk2hs.spec.in. Index: ChangeLog =================================================================== RCS file: /cvsroot/gtk2hs/gtk2hs/ChangeLog,v retrieving revision 1.84 retrieving revision 1.85 diff -u -d -r1.84 -r1.85 --- ChangeLog 18 Jul 2003 16:20:05 -0000 1.84 +++ ChangeLog 31 Jul 2003 10:18:36 -0000 1.85 @@ -17,8 +17,8 @@ * gtk2hs.spec.in: Default to ghc-6.0 now. Split binary package into -ghc%{ghc_version} and -doc subpackages. Disable building of debuginfo subpackage. - (%install) Use install-without-pkg. - (%preun) Only remove object files when uninstalling. + (%install): Use install-without-pkg. + (%preun): Only remove object files when uninstalling. * Makefile (install-without-pkg): New target; like install but it does not install the ghc library packages. |