]> git.pld-linux.org Git - packages/darcs.git/blob - darcs.spec
cd928c77720b0bbfc355b570cac6621c2882654c
[packages/darcs.git] / darcs.spec
1 Summary:        David's Advanced Revision Control System - yet another replacement for CVS
2 Summary(pl.UTF-8):      David's Advanced Revision Control System - jeszcze jeden zamiennik CVS-a
3 Name:           darcs
4 Version:        1.0.8
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:  a7a26d1a98c5675dcab4c2cc30eba59d
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.UTF-8
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/usr/include/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 %{_sysconfdir}/bash_completion.d/%{name}
55 %{_mandir}/man?/*
This page took 0.032745 seconds and 2 git commands to generate.