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