Ignore:
Timestamp:
May 2, 2011, 5:54:10 PM (13 years ago)
Author:
achernya
Message:
Revert all cabal2spec generated files

In order to make the history look better with respect to the 3-way
merge, revert all of the current changes to all cabal2spec generated
files, bringing them back to their original F11 state.

File:
1 edited

Legend:

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

    r1831 r1839  
    1 # For Haskell Packaging Guidelines see:
    2 # - https://fedoraproject.org/wiki/Packaging:Haskell
    3 # - https://fedoraproject.org/wiki/PackagingDrafts/Haskell
     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}
    47
    58Name:           scripts-static-cat
     
    1013Group:          Applications/System
    1114License:        GPL
    12 URL:            http://scripts.mit.edu
     15URL:            http://scripts.mit.edu/
    1316Source0:        %{name}.tar.gz
    1417BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
    1518# fedora ghc archs:
    16 ExclusiveArch:  %{ix86} x86_64 ppc alpha sparcv9
    17 BuildRequires:  ghc-devel
    18 # macros for building haskell packages
     19ExclusiveArch:  %{ix86} x86_64 ppc alpha
     20BuildRequires:  ghc
    1921BuildRequires:  ghc-rpm-macros >= 0.7.0
    2022BuildRequires:  ghc-cgi-devel >= 3001.1.8, ghc-MonadCatchIO-mtl-devel, ghc-unix-handle-devel
     
    3335
    3436%install
     37rm -rf $RPM_BUILD_ROOT
    3538%ghc_bin_install
     39
     40
     41%clean
     42rm -rf $RPM_BUILD_ROOT
    3643
    3744
     
    4249
    4350%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 
    4751* Thu Sep  9 2010 Anders Kaseorg <andersk@mit.edu> - 0.0-0
    4852- initial packaging for Fedora automatically generated by cabal2spec-0.22.1
Note: See TracChangeset for help on using the changeset viewer.