source: branches/fc15-dev/server/fedora/specs/scripts-static-cat.spec @ 2028

Last change on this file since 2028 was 1845, checked in by achernya, 13 years ago
*Really* correct, sane scripts-static-cat Update scripts-static-cat to a cabal2spec-0.22.5-generated file, re-importing the Scripts changes.
File size: 1.2 KB
Line 
1# For Haskell Packaging Guidelines see:
2# - https://fedoraproject.org/wiki/Packaging:Haskell
3# - https://fedoraproject.org/wiki/PackagingDrafts/Haskell
4
5Name:           scripts-static-cat
6Version:        0.0
7Release:        0.%{scriptsversion}%{?dist}
8Summary:        static-cat for scripts.mit.edu
9
10Group:          Applications/System
11License:        GPL
12URL:            http://scripts.mit.edu/
13Source0:        %{name}.tar.gz
14# fedora ghc archs:
15ExclusiveArch:  %{ix86} x86_64 ppc alpha sparcv9
16BuildRequires:  ghc-devel
17# macros for building haskell packages
18BuildRequires:  ghc-rpm-macros >= 0.7.0
19BuildRequires:  ghc-cgi-devel >= 3001.1.8, ghc-MonadCatchIO-mtl-devel, ghc-unix-handle-devel
20
21%description
22static-cat is a binary for serving static content on scripts.mit.edu.
23
24
25%prep
26%setup -q -n %{name}
27
28
29%build
30%ghc_bin_build
31
32
33%install
34%ghc_bin_install
35
36
37%files
38%defattr(-,root,root,-)
39%attr(755,root,root) %{_bindir}/static-cat
40
41
42%changelog
43* Mon May  2 2011 Alexander Chernyakhovsky <achernya@mit.edu> - 0.0-0
44- regenerated packaging with cabal2spec-0.22.5
45
46* Thu Sep  9 2010 Anders Kaseorg <andersk@mit.edu> - 0.0-0
47- initial packaging for Fedora automatically generated by cabal2spec-0.22.1
Note: See TracBrowser for help on using the repository browser.