-
Notifications
You must be signed in to change notification settings - Fork 0
/
jhc.spec.in
62 lines (50 loc) · 1.78 KB
/
jhc.spec.in
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
Summary: Jhc Haskell Compiler
Name: @PACKAGE@
Version: @VERSION@
Release: @RPMRELEASE@
License: COPYING
Group: Development/Languages/Haskell
BuildRoot: %{_tmppath}/%{name}-root
Source: http://repetae.net/dist/%{name}-%{version}.tar.gz
URL: http://repetae.net/computer/jhc/
Packager: John Meacham <[email protected]>
Prefix: %{_prefix}
BuildRequires: ghc-editline-devel, ghc-binary-devel, haskell-platform, ghc, ghc-zlib-devel, ghc-utf8-string-devel
%description
Jhc Haskell compiler.
%prep
%setup
%build
%configure
make
%install
%makeinstall
%clean
rm -rf $RPM_BUILD_ROOT
%files
%defattr(-,root,root)
%{_bindir}/jhc
%{_bindir}/jhci
%{_mandir}/man1/jhc.1.gz
%{_datadir}/@PACKAGE@-@SHORTVERSION@/jhc-prim-1.0.hl
%{_datadir}/@PACKAGE@-@SHORTVERSION@/jhc-1.0.hl
%{_datadir}/@PACKAGE@-@SHORTVERSION@/base-1.0.hl
%{_datadir}/@PACKAGE@-@SHORTVERSION@/haskell98-1.0.hl
%{_datadir}/@PACKAGE@-@SHORTVERSION@/flat-foreign-1.0.hl
%{_datadir}/@PACKAGE@-@SHORTVERSION@/applicative-1.0.hl
%{_datadir}/@PACKAGE@-@SHORTVERSION@/containers-0.3.0.0.hl
%{_datadir}/@PACKAGE@-@SHORTVERSION@/Diff-0.1.2.hl
%{_datadir}/@PACKAGE@-@SHORTVERSION@/html-1.0.1.2.hl
%{_datadir}/@PACKAGE@-@SHORTVERSION@/HUnit-1.2.2.1.hl
%{_datadir}/@PACKAGE@-@SHORTVERSION@/pretty-1.0.1.1.hl
%{_datadir}/@PACKAGE@-@SHORTVERSION@/safe-0.2.hl
%{_datadir}/@PACKAGE@-@SHORTVERSION@/smallcheck-0.4.hl
%{_datadir}/@PACKAGE@-@SHORTVERSION@/xhtml-3000.2.0.1.hl
%{_datadir}/@PACKAGE@-@SHORTVERSION@/QuickCheck-1.2.0.0.hl
%{_datadir}/@PACKAGE@-@SHORTVERSION@/parsec-2.1.0.1.hl
%{_datadir}/@PACKAGE@-@SHORTVERSION@/transformers-0.2.1.0.hl
%{_datadir}/@PACKAGE@-@SHORTVERSION@/filepath-1.2.0.0.hl
%{_datadir}/@PACKAGE@-@SHORTVERSION@/deepseq-1.1.0.2.hl
%{_datadir}/@PACKAGE@-@SHORTVERSION@/include/HsFFI.h
%{_sysconfdir}/@PACKAGE@-@SHORTVERSION@/targets.ini
%doc COPYING