Last change
on this file since 2022 was
1845,
checked in by achernya, 12 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
|
Rev | Line | |
---|
[1845] | 1 | # For Haskell Packaging Guidelines see: |
---|
| 2 | # - https://fedoraproject.org/wiki/Packaging:Haskell |
---|
| 3 | # - https://fedoraproject.org/wiki/PackagingDrafts/Haskell |
---|
[1693] | 4 | |
---|
[1590] | 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 |
---|
[1839] | 12 | URL: http://scripts.mit.edu/ |
---|
[1590] | 13 | Source0: %{name}.tar.gz |
---|
| 14 | # fedora ghc archs: |
---|
[1845] | 15 | ExclusiveArch: %{ix86} x86_64 ppc alpha sparcv9 |
---|
| 16 | BuildRequires: ghc-devel |
---|
| 17 | # macros for building haskell packages |
---|
[1693] | 18 | BuildRequires: ghc-rpm-macros >= 0.7.0 |
---|
| 19 | BuildRequires: ghc-cgi-devel >= 3001.1.8, ghc-MonadCatchIO-mtl-devel, ghc-unix-handle-devel |
---|
[1590] | 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 |
---|
[1693] | 30 | %ghc_bin_build |
---|
[1590] | 31 | |
---|
| 32 | |
---|
| 33 | %install |
---|
[1693] | 34 | %ghc_bin_install |
---|
[1590] | 35 | |
---|
| 36 | |
---|
| 37 | %files |
---|
| 38 | %defattr(-,root,root,-) |
---|
| 39 | %attr(755,root,root) %{_bindir}/static-cat |
---|
| 40 | |
---|
| 41 | |
---|
| 42 | %changelog |
---|
[1845] | 43 | * Mon May 2 2011 Alexander Chernyakhovsky <achernya@mit.edu> - 0.0-0 |
---|
| 44 | - regenerated packaging with cabal2spec-0.22.5 |
---|
| 45 | |
---|
[1693] | 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.