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

Last change on this file since 1831 was 1831, checked in by achernya, 13 years ago
Make static-cat compile on Fedora 15 Regenerated the static-cat .spec file to make it build on F15, and copied back all of the customized chagned.
File size: 1.3 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
14BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
15# fedora ghc archs:
16ExclusiveArch:  %{ix86} x86_64 ppc alpha sparcv9
17BuildRequires:  ghc-devel
18# macros for building haskell packages
19BuildRequires:  ghc-rpm-macros >= 0.7.0
20BuildRequires:  ghc-cgi-devel >= 3001.1.8, ghc-MonadCatchIO-mtl-devel, ghc-unix-handle-devel
21
22%description
23static-cat is a binary for serving static content on scripts.mit.edu.
24
25
26%prep
27%setup -q -n %{name}
28
29
30%build
31%ghc_bin_build
32
33
34%install
35%ghc_bin_install
36
37
38%files
39%defattr(-,root,root,-)
40%attr(755,root,root) %{_bindir}/static-cat
41
42
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
47* Thu Sep  9 2010 Anders Kaseorg <andersk@mit.edu> - 0.0-0
48- initial packaging for Fedora automatically generated by cabal2spec-0.22.1
Note: See TracBrowser for help on using the repository browser.