source: trunk/server/fedora/specs/scripts-static-cat.spec @ 2415

Last change on this file since 2415 was 2246, checked in by ezyang, 12 years ago
Reintegrate Fedora 17 development branch into trunk.
File size: 1.5 KB
RevLine 
[2246]1# cabal2spec-0.25
2# https://fedoraproject.org/wiki/Packaging:Haskell
3# https://fedoraproject.org/wiki/PackagingDrafts/Haskell
[1693]4
[2122]5# Link Haskell libs statically for 3x faster startup speed.
6%define ghc_without_dynamic 1
7
[1590]8Name:           scripts-static-cat
9Version:        0.0
10Release:        0.%{scriptsversion}%{?dist}
11Summary:        static-cat for scripts.mit.edu
12
13Group:          Applications/System
14License:        GPL
[2246]15# BEGIN cabal2spec
[1590]16URL:            http://scripts.mit.edu/
17Source0:        %{name}.tar.gz
[2246]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
[1590]31
32%description
33static-cat is a binary for serving static content on scripts.mit.edu.
34
35
36%prep
37%setup -q -n %{name}
38
39
40%build
[1693]41%ghc_bin_build
[1590]42
43
44%install
[1693]45%ghc_bin_install
[1590]46
47
48%files
49%attr(755,root,root) %{_bindir}/static-cat
50
51
52%changelog
[2246]53* Fri May 25 2012 Anders Kaseorg <andersk@mit.edu> - 0.0-0
54- regenerated packaging with cabal2spec-0.25.5
55
[2066]56* Mon May  2 2011 Alexander Chernyakhovsky <achernya@mit.edu> - 0.0-0
57- regenerated packaging with cabal2spec-0.22.5
58
[1693]59* Thu Sep  9 2010 Anders Kaseorg <andersk@mit.edu> - 0.0-0
60- initial packaging for Fedora automatically generated by cabal2spec-0.22.1
Note: See TracBrowser for help on using the repository browser.