]> git.pld-linux.org Git - packages/darcs.git/blob - darcs.spec
824cc450b01150e779b97db747d21e73f413bd90
[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.2
5 %define bver    rc2
6 Release:        0.%{bver}.1
7 License:        GPL v2
8 Group:          Development/Version Control
9 Source0:        http://abridgegame.org/darcs/%{name}-%{version}%{bver}.tar.gz
10 # Source0-md5:  83d805437d739e030322332e550457dc
11 URL:            http://abridgegame.org/darcs/
12 BuildRequires:  curl-devel
13 BuildRequires:  ghc >= 6.2
14 BuildRequires:  ncurses-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 -n %{name}-%{version}%{bver}
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.060681 seconds and 3 git commands to generate.