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