]> git.pld-linux.org Git - packages/darcs.git/blob - darcs.spec
- BR: readline-devel
[packages/darcs.git] / darcs.spec
1 Summary:        David's Advanced Revision Control System - yet another replacement for CVS
2 Summary(pl):    David's Advanced Revision Control System - jeszcze jeden zamiennik CVS-a
3 Name:           darcs
4 Version:        1.0.3
5 Release:        1
6 License:        GPL v2
7 Group:          Development/Version Control
8 Source0:        http://abridgegame.org/darcs/%{name}-%{version}.tar.gz
9 # Source0-md5:  d3fc141d1c91044e45ae74b74fc54728
10 URL:            http://abridgegame.org/darcs/
11 BuildRequires:  curl-devel
12 BuildRequires:  ghc >= 6.2
13 BuildRequires:  ncurses-devel
14 BuildRequires:  readline-devel
15 BuildRequires:  zlib-devel
16 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
17
18 %description
19 David's Advanced Revision Control System is yet another replacement
20 for CVS. It is written in Haskell, and has been used on Linux, MacOS
21 X, FreeBSD, OpenBSD and Microsoft Windows. Darcs includes a CGI
22 script, which can be used to view the contents of your repository.
23
24 %description -l pl
25 David's Advanced Revision Control System (zaawansowany system kontroli
26 wersji Davida) to jeszcze jeden zamiennik CVS-a. Jest napisany w
27 Haskellu, dotychczas by³ u¿ywany na Linuksie, MacOS-ie X, FreeBSD,
28 OpenBSD i Microsoft Windows. Darcs zawiera skrypt CGI, który mo¿e byæ
29 u¿ywany do ogl±dania zawarto¶ci repozytorium.
30
31 %prep
32 %setup -q
33
34 %build
35 CPPFLAGS="-I%{_includedir}/ncurses"
36 %configure
37 %{__make}
38
39 %install
40 rm -rf $RPM_BUILD_ROOT
41
42 %{__make} install \
43         DESTDIR=$RPM_BUILD_ROOT
44
45 rm -rf $RPM_BUILD_ROOT%{_datadir}/doc/%{name}
46
47 %clean
48 rm -rf $RPM_BUILD_ROOT
49
50 %files
51 %defattr(644,root,root,755)
52 %doc manual AUTHORS
53 %attr(755,root,root) %{_bindir}/*
54 %{_mandir}/man?/*
This page took 0.071909 seconds and 3 git commands to generate.