Last change
on this file 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 | |
---|
5 | Name: scripts-static-cat |
---|
6 | Version: 0.0 |
---|
7 | Release: 0.%{scriptsversion}%{?dist} |
---|
8 | Summary: static-cat for scripts.mit.edu |
---|
9 | |
---|
10 | Group: Applications/System |
---|
11 | License: GPL |
---|
12 | URL: http://scripts.mit.edu/ |
---|
13 | Source0: %{name}.tar.gz |
---|
14 | # fedora ghc archs: |
---|
15 | ExclusiveArch: %{ix86} x86_64 ppc alpha sparcv9 |
---|
16 | BuildRequires: ghc-devel |
---|
17 | # macros for building haskell packages |
---|
18 | BuildRequires: ghc-rpm-macros >= 0.7.0 |
---|
19 | BuildRequires: ghc-cgi-devel >= 3001.1.8, ghc-MonadCatchIO-mtl-devel, ghc-unix-handle-devel |
---|
20 | |
---|
21 | %description |
---|
22 | static-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.