- Timestamp:
- May 2, 2011, 7:42:40 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/fc15-dev/server/fedora/specs/scripts-static-cat.spec
r1844 r1845 1 # link with shared libs 2 # andersk: Disabled for 3x faster startup speed. 3 #%%bcond_without dynamic 4 5 # ghc does not emit debug information 6 %global debug_package %{nil} 1 # For Haskell Packaging Guidelines see: 2 # - https://fedoraproject.org/wiki/Packaging:Haskell 3 # - https://fedoraproject.org/wiki/PackagingDrafts/Haskell 7 4 8 5 Name: scripts-static-cat … … 15 12 URL: http://scripts.mit.edu/ 16 13 Source0: %{name}.tar.gz 17 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)18 14 # fedora ghc archs: 19 ExclusiveArch: %{ix86} x86_64 ppc alpha 20 BuildRequires: ghc 15 ExclusiveArch: %{ix86} x86_64 ppc alpha sparcv9 16 BuildRequires: ghc-devel 17 # macros for building haskell packages 21 18 BuildRequires: ghc-rpm-macros >= 0.7.0 22 19 BuildRequires: ghc-cgi-devel >= 3001.1.8, ghc-MonadCatchIO-mtl-devel, ghc-unix-handle-devel … … 35 32 36 33 %install 37 rm -rf $RPM_BUILD_ROOT38 34 %ghc_bin_install 39 40 41 %clean42 rm -rf $RPM_BUILD_ROOT43 35 44 36 … … 49 41 50 42 %changelog 43 * Mon May 2 2011 Alexander Chernyakhovsky <achernya@mit.edu> - 0.0-0 44 - regenerated packaging with cabal2spec-0.22.5 45 51 46 * Thu Sep 9 2010 Anders Kaseorg <andersk@mit.edu> - 0.0-0 52 47 - initial packaging for Fedora automatically generated by cabal2spec-0.22.1
Note: See TracChangeset
for help on using the changeset viewer.