]> git.pld-linux.org Git - packages/monotone.git/blame - monotone.spec
- builds
[packages/monotone.git] / monotone.spec
CommitLineData
67b802ce
AM
1Summary: A free distributed version control system
2Name: monotone
3Version: 0.13
4Release: 1
5License: GPL v2
6Group: Development/Version Control
7Source0: http://www.venge.net/monotone/%{name}-%{version}.tar.gz
8# Source0-md5: 19a9cc07058aba5ab41e0d3264d2a601
9URL: http://www.venge.net/monotone/
d0faadcb 10BuildRequires: boost-devel >= 1.31.0-2
67b802ce 11BuildRequires: boost-test-devel
d0faadcb
AM
12BuildRequires: boost-filesystem-devel
13BuildRequires: boost-date_time-devel
14BuildRequires: boost-regex-devel
15BuildRequires: boost-ref-devel
16BuildRequires: libidn-devel
67b802ce
AM
17BuildRequires: lua-devel
18BuildRequires: sqlite-devel
d0faadcb 19BuildRequires: popt-devel
67b802ce
AM
20BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
21
22%description
23monotone is a free distributed version control system. it provides a
24simple, single-file transactional version store, with fully
25disconnected operation and an efficient peer-to-peer synchronization
26protocol. it understands history-sensitive merging, lightweight
27branches, integrated code review and 3rd party testing. it uses
28cryptographic version naming and client-side RSA certificates. it has
29good internationalization support, has no external dependencies, runs
30on linux, solaris, OSX, and windows, and is licensed under the GNU
31GPL.
32
33%prep
34%setup -q
35
36%build
37%configure
38%{__make}
39
40%install
41rm -rf $RPM_BUILD_ROOT
42
43%{__make} install \
44 DESTDIR=$RPM_BUILD_ROOT
45
46%clean
47rm -rf $RPM_BUILD_ROOT
48
d0faadcb
AM
49%post
50[ ! -x /usr/sbin/fix-info-dir ] || /usr/sbin/fix-info-dir %{_infodir} >/dev/null 2>&1
51
52%postun
53[ ! -x /usr/sbin/fix-info-dir ] || /usr/sbin/fix-info-dir %{_infodir} >/dev/null 2>&1
54
67b802ce
AM
55%files
56%defattr(644,root,root,755)
d0faadcb 57%doc AUTHORS NEWS ChangeLog
67b802ce 58%attr(755,root,root) %{_bindir}/*
d0faadcb
AM
59%{_infodir}/monotone*
60%{_mandir}/man?/*
This page took 0.072055 seconds and 4 git commands to generate.