- Timestamp:
- Sep 9, 2010, 1:38:49 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/fc13-dev/server/fedora/specs/scripts-static-cat.spec
r1590 r1632 1 # link with shared libs 2 # andersk: Disabled for 3x faster startup speed. 3 #%%bcond_without dynamic 4 1 5 # ghc does not emit debug information 2 6 %global debug_package %{nil} … … 14 18 # fedora ghc archs: 15 19 ExclusiveArch: %{ix86} x86_64 ppc alpha 16 BuildRequires: ghc, ghc-rpm-macros, ghc-cgi-devel >= 3001.1.8, ghc-MonadCatchIO-mtl-devel, ghc-unix-handle-devel 20 BuildRequires: ghc 21 BuildRequires: ghc-rpm-macros >= 0.7.0 22 BuildRequires: ghc-cgi-devel >= 3001.1.8, ghc-MonadCatchIO-mtl-devel, ghc-unix-handle-devel 17 23 18 24 %description … … 25 31 26 32 %build 27 %cabal_configure --ghc 28 %cabal build 33 %ghc_bin_build 29 34 30 35 31 36 %install 32 37 rm -rf $RPM_BUILD_ROOT 33 % cabal_install38 %ghc_bin_install 34 39 35 40 … … 44 49 45 50 %changelog 46 * Sun Mar 142010 Anders Kaseorg <andersk@mit.edu> - 0.0-047 - initial packaging for Fedora automatically generated by cabal2spec 51 * Thu Sep 9 2010 Anders Kaseorg <andersk@mit.edu> - 0.0-0 52 - initial packaging for Fedora automatically generated by cabal2spec-0.22.1
Note: See TracChangeset
for help on using the changeset viewer.