- Timestamp:
- Apr 30, 2011, 4:07:31 PM (13 years ago)
- 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 7 4 8 5 Name: scripts-static-cat … … 13 10 Group: Applications/System 14 11 License: GPL 15 URL: http://scripts.mit.edu /12 URL: http://scripts.mit.edu 16 13 Source0: %{name}.tar.gz 17 14 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) 18 15 # fedora ghc archs: 19 ExclusiveArch: %{ix86} x86_64 ppc alpha 20 BuildRequires: ghc 16 ExclusiveArch: %{ix86} x86_64 ppc alpha sparcv9 17 BuildRequires: ghc-devel 18 # macros for building haskell packages 21 19 BuildRequires: ghc-rpm-macros >= 0.7.0 22 20 BuildRequires: ghc-cgi-devel >= 3001.1.8, ghc-MonadCatchIO-mtl-devel, ghc-unix-handle-devel … … 35 33 36 34 %install 37 rm -rf $RPM_BUILD_ROOT38 35 %ghc_bin_install 39 40 41 %clean42 rm -rf $RPM_BUILD_ROOT43 36 44 37 … … 49 42 50 43 %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 51 47 * Thu Sep 9 2010 Anders Kaseorg <andersk@mit.edu> - 0.0-0 52 48 - initial packaging for Fedora automatically generated by cabal2spec-0.22.1
Note: See TracChangeset
for help on using the changeset viewer.