Changeset 1831 for branches


Ignore:
Timestamp:
Apr 30, 2011, 4:07:31 PM (13 years ago)
Author:
achernya
Message:
Make static-cat compile on Fedora 15

Regenerated the static-cat .spec file to make it build on F15, and
copied back all of the customized chagned.

File:
1 edited

Legend:

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

    r1693 r1831  
    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
    74
    85Name:           scripts-static-cat
     
    1310Group:          Applications/System
    1411License:        GPL
    15 URL:            http://scripts.mit.edu/
     12URL:            http://scripts.mit.edu
    1613Source0:        %{name}.tar.gz
    1714BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
    1815# fedora ghc archs:
    19 ExclusiveArch:  %{ix86} x86_64 ppc alpha
    20 BuildRequires:  ghc
     16ExclusiveArch:  %{ix86} x86_64 ppc alpha sparcv9
     17BuildRequires:  ghc-devel
     18# macros for building haskell packages
    2119BuildRequires:  ghc-rpm-macros >= 0.7.0
    2220BuildRequires:  ghc-cgi-devel >= 3001.1.8, ghc-MonadCatchIO-mtl-devel, ghc-unix-handle-devel
     
    3533
    3634%install
    37 rm -rf $RPM_BUILD_ROOT
    3835%ghc_bin_install
    39 
    40 
    41 %clean
    42 rm -rf $RPM_BUILD_ROOT
    4336
    4437
     
    4942
    5043%changelog
     44* Sat Apr 30 2011 Alexander Chernyakhovsky <achernya@mit.edu> - 0.0-0
     45- regenerated packaging for Fedora automatically generated by cabal2spec-0.22.5
     46
    5147* Thu Sep  9 2010 Anders Kaseorg <andersk@mit.edu> - 0.0-0
    5248- initial packaging for Fedora automatically generated by cabal2spec-0.22.1
Note: See TracChangeset for help on using the changeset viewer.