Author: nanardon
Date: Thu Feb 8 08:00:44 2007
New Revision: 117371
Modified:
packages/cooker/haskell-HXT/current/SPECS/haskell-HXT.spec
Log:
- fix module name and path in scriptlet
Modified: packages/cooker/haskell-HXT/current/SPECS/haskell-HXT.spec
==============================================================================
--- packages/cooker/haskell-HXT/current/SPECS/haskell-HXT.spec (original)
+++ packages/cooker/haskell-HXT/current/SPECS/haskell-HXT.spec Thu Feb 8
08:00:44 2007
@@ -3,7 +3,7 @@
Name: haskell-%{module}
Version: 7.1
-Release: %mkrel 1
+Release: %mkrel 2
Summary: XML haskell module
Group: Development/Other
License: MIT
@@ -37,10 +37,10 @@
install -m 755 .installed-pkg-config
%buildroot%_libdir/%{mdirname}-%{version}/installed-pkg-config
%post
-ghc-pkg update %_libdir/%{module}-%{version}/installed-pkg-config
+ghc-pkg update %_libdir/%{mdirname}-%{version}/installed-pkg-config
%preun
-ghc-pkg unregister %{module}
+ghc-pkg unregister hxt
%files
%defattr(-,root,root)