Changeset 1693 for trunk/server/fedora/specs/scripts-static-cat.spec
- Timestamp:
- Oct 23, 2010, 8:07:08 AM (14 years ago)
- Location:
- trunk
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:mergeinfo changed
/branches/fc13-dev (added) merged: 1613-1638,1644-1647,1649-1650,1653,1658-1666,1668-1669,1672-1678,1680-1681
- Property svn:mergeinfo changed
-
trunk/server/fedora
-
Property
svn:ignore
set to
.dload
download_stamp
rpmbuild
-
Property
svn:ignore
set to
-
trunk/server/fedora/specs/scripts-static-cat.spec
r1590 r1693 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.