]> git.pld-linux.org Git - packages/monotone.git/commitdiff
- initial pld release (not finished)
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Thu, 10 Jun 2004 17:31:18 +0000 (17:31 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    monotone.spec -> 1.1

monotone.spec [new file with mode: 0644]

diff --git a/monotone.spec b/monotone.spec
new file mode 100644 (file)
index 0000000..ed4f97f
--- /dev/null
@@ -0,0 +1,46 @@
+Summary:       A free distributed version control system
+Name:          monotone
+Version:       0.13
+Release:       1
+License:       GPL v2
+Group:         Development/Version Control
+Source0:       http://www.venge.net/monotone/%{name}-%{version}.tar.gz
+# Source0-md5: 19a9cc07058aba5ab41e0d3264d2a601
+URL:           http://www.venge.net/monotone/
+BuildRequires: boost-devel
+BuildRequires: boost-test-devel
+BuildRequires: lua-devel
+BuildRequires: sqlite-devel
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+monotone is a free distributed version control system. it provides a
+simple, single-file transactional version store, with fully
+disconnected operation and an efficient peer-to-peer synchronization
+protocol. it understands history-sensitive merging, lightweight
+branches, integrated code review and 3rd party testing. it uses
+cryptographic version naming and client-side RSA certificates. it has
+good internationalization support, has no external dependencies, runs
+on linux, solaris, OSX, and windows, and is licensed under the GNU
+GPL.
+
+%prep
+%setup -q
+
+%build
+%configure
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+       DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc html ps texi
+%attr(755,root,root) %{_bindir}/*
This page took 0.032243 seconds and 4 git commands to generate.