Changeset 2212


Ignore:
Timestamp:
May 25, 2012, 4:27:20 AM (12 years ago)
Author:
andersk
Message:
Update scripts-static-cat packaging
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/fc17-dev/server/fedora/specs/scripts-static-cat.spec

    r2195 r2212  
    1 # For Haskell Packaging Guidelines see:
    2 # - https://fedoraproject.org/wiki/Packaging:Haskell
    3 # - https://fedoraproject.org/wiki/PackagingDrafts/Haskell
     1# cabal2spec-0.25
     2# https://fedoraproject.org/wiki/Packaging:Haskell
     3# https://fedoraproject.org/wiki/PackagingDrafts/Haskell
    44
    55# Link Haskell libs statically for 3x faster startup speed.
     
    1313Group:          Applications/System
    1414License:        GPL
     15# BEGIN cabal2spec
    1516URL:            http://scripts.mit.edu/
    1617Source0:        %{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
     18ExclusiveArch:  %{ghc_arches}
     19BuildRequires:  ghc-Cabal-devel
     20BuildRequires:  ghc-rpm-macros
     21# END cabal2spec
     22BuildRequires:  ghc-bytestring-devel
     23BuildRequires:  ghc-cgi-devel >= 3001.1.8
     24BuildRequires:  ghc-containers-devel
     25BuildRequires:  ghc-filepath-devel
     26BuildRequires:  ghc-MonadCatchIO-mtl-devel
     27BuildRequires:  ghc-old-locale-devel
     28BuildRequires:  ghc-time-devel
     29BuildRequires:  ghc-unix-devel
     30BuildRequires:  ghc-unix-handle-devel
    2331
    2432%description
     
    3947
    4048%files
    41 %defattr(-,root,root,-)
    4249%attr(755,root,root) %{_bindir}/static-cat
    4350
    4451
    4552%changelog
     53* Fri May 25 2012 Anders Kaseorg <andersk@mit.edu> - 0.0-0
     54- regenerated packaging with cabal2spec-0.25.5
     55
    4656* Mon May  2 2011 Alexander Chernyakhovsky <achernya@mit.edu> - 0.0-0
    4757- regenerated packaging with cabal2spec-0.22.5
Note: See TracChangeset for help on using the changeset viewer.