Changeset 2246 for trunk/server/fedora/specs/scripts-static-cat.spec
- Timestamp:
- Jun 27, 2012, 10:29:47 PM (12 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:mergeinfo changed
/branches/fc17-dev (added) merged: 2081,2195-2198,2202,2204-2208,2210-2212,2215-2226,2230-2232,2235-2236,2238-2243,2245
- Property svn:mergeinfo changed
-
trunk/server/fedora/specs/scripts-static-cat.spec
r2122 r2246 1 # For Haskell Packaging Guidelines see:2 # -https://fedoraproject.org/wiki/Packaging:Haskell3 # -https://fedoraproject.org/wiki/PackagingDrafts/Haskell1 # cabal2spec-0.25 2 # https://fedoraproject.org/wiki/Packaging:Haskell 3 # https://fedoraproject.org/wiki/PackagingDrafts/Haskell 4 4 5 5 # Link Haskell libs statically for 3x faster startup speed. … … 13 13 Group: Applications/System 14 14 License: GPL 15 # BEGIN cabal2spec 15 16 URL: http://scripts.mit.edu/ 16 17 Source0: %{name}.tar.gz 17 # fedora ghc archs: 18 ExclusiveArch: %{ix86} x86_64 ppc alpha sparcv9 19 BuildRequires: ghc-devel 20 # macros for building haskell packages 21 BuildRequires: ghc-rpm-macros >= 0.7.0 22 BuildRequires: ghc-cgi-devel >= 3001.1.8, ghc-MonadCatchIO-mtl-devel, ghc-unix-handle-devel 18 ExclusiveArch: %{ghc_arches} 19 BuildRequires: ghc-Cabal-devel 20 BuildRequires: ghc-rpm-macros 21 # END cabal2spec 22 BuildRequires: ghc-bytestring-devel 23 BuildRequires: ghc-cgi-devel >= 3001.1.8 24 BuildRequires: ghc-containers-devel 25 BuildRequires: ghc-filepath-devel 26 BuildRequires: ghc-MonadCatchIO-mtl-devel 27 BuildRequires: ghc-old-locale-devel 28 BuildRequires: ghc-time-devel 29 BuildRequires: ghc-unix-devel 30 BuildRequires: ghc-unix-handle-devel 23 31 24 32 %description … … 39 47 40 48 %files 41 %defattr(-,root,root,-)42 49 %attr(755,root,root) %{_bindir}/static-cat 43 50 44 51 45 52 %changelog 53 * Fri May 25 2012 Anders Kaseorg <andersk@mit.edu> - 0.0-0 54 - regenerated packaging with cabal2spec-0.25.5 55 46 56 * Mon May 2 2011 Alexander Chernyakhovsky <achernya@mit.edu> - 0.0-0 47 57 - regenerated packaging with cabal2spec-0.22.5
Note: See TracChangeset
for help on using the changeset viewer.