]> git.pld-linux.org Git - packages/darcs.git/blame - darcs.spec
- more TODO
[packages/darcs.git] / darcs.spec
CommitLineData
677fe055
JR
1#
2# TODO:
3# Setup.lhs: At least the following dependencies are missing:
4# hashed-storage >=0.3.8 && <0.4 && >=0.3.8 && <0.4,
5# haskeline >=0.6.1 && <0.7 && >=0.6.1 && <0.7
ba5739ad
JR
6# utf8-string ==0.3.* && ==0.3.*,
7# zlib >=0.5.1.0 && <0.6.0.0 && >=0.5.1.0 && <0.6.0.0 && >=0.5.1.0 && <0.6.0.0
677fe055 8#
d8a15745 9Summary: David's Advanced Revision Control System - yet another replacement for CVS
0765a5cd 10Summary(pl.UTF-8): David's Advanced Revision Control System - jeszcze jeden zamiennik CVS-a
c9782df6 11Name: darcs
03f0b79d 12Version: 2.4
677fe055 13Release: 0.1
c9782df6
AM
14License: GPL v2
15Group: Development/Version Control
677fe055 16Source0: http://darcs.net/releases/%{name}-%{version}.tar.gz
03f0b79d 17# Source0-md5: 169a6d245a33da97b2daa0eda60b28e5
ab3e5650 18URL: http://darcs.net/
83ae8f64 19BuildRequires: ghc >= 6.2
c9782df6
AM
20BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
21
22%description
23David's Advanced Revision Control System is yet another replacement
24for CVS. It is written in Haskell, and has been used on Linux, MacOS
d8a15745 25X, FreeBSD, OpenBSD and Microsoft Windows. Darcs includes a CGI
c9782df6
AM
26script, which can be used to view the contents of your repository.
27
24e0d6cb 28%description -l pl.UTF-8
d8a15745
JB
29David's Advanced Revision Control System (zaawansowany system kontroli
30wersji Davida) to jeszcze jeden zamiennik CVS-a. Jest napisany w
24e0d6cb
JR
31Haskellu, dotychczas był używany na Linuksie, MacOS-ie X, FreeBSD,
32OpenBSD i Microsoft Windows. Darcs zawiera skrypt CGI, który może być
33używany do oglądania zawartości repozytorium.
d8a15745 34
c9782df6 35%prep
ab3e5650
AM
36%setup -q
37
c9782df6 38%build
677fe055
JR
39runhaskell Setup.lhs configure --prefix=%{_prefix}
40runhaskell Setup.lhs build
c9782df6
AM
41
42%install
43rm -rf $RPM_BUILD_ROOT
677fe055 44runhaskell Setup.lhs copy --destdir=$RPM_BUILD_ROOT
c9782df6
AM
45
46%clean
47rm -rf $RPM_BUILD_ROOT
48
49%files
50%defattr(644,root,root,755)
39628a36 51%doc manual AUTHORS
c9782df6 52%attr(755,root,root) %{_bindir}/*
af6e8194 53%{_sysconfdir}/bash_completion.d/%{name}
c9782df6 54%{_mandir}/man?/*
This page took 0.066342 seconds and 4 git commands to generate.