]> git.pld-linux.org Git - packages/monotone.git/blobdiff - monotone.spec
- rel 2
[packages/monotone.git] / monotone.spec
index 6c379ece4adf40c8b9c013d7221c61e7d04ac278..4caad0a2e4a1f32cbd71616eacfead612d4ec37f 100644 (file)
@@ -1,23 +1,25 @@
+# NOTE:
+# - bundled sqlite has local modifications to support large db
+# - bundled lua is stripped, it doesn't contain some features
+#   that create security holes in monotone enviroment
 Summary:       A free distributed version control system
 Summary(pl):   Wolnodostêpny rozproszony system kontroli wersji
 Name:          monotone
-Version:       0.17
-Release:       1
+Version:       0.21
+Release:       2
 License:       GPL v2
 Group:         Development/Version Control
-Source0:       http://www.venge.net/monotone/%{name}-%{version}.tar.gz
-# Source0-md5: a412ce38f5e91a210363bf8811639d96
+Source0:       http://www.venge.net/monotone/downloads/%{name}-%{version}.tar.gz
+# Source0-md5: c30c96b97ae56268cac567bd8837b991
 URL:           http://www.venge.net/monotone/
 BuildRequires: boost-date_time-devel
-BuildRequires: boost-devel >= 1.31.0-2
+BuildRequires: boost-devel >= 1.32.0-3
 BuildRequires: boost-filesystem-devel
 BuildRequires: boost-regex-devel
 BuildRequires: boost-ref-devel
 BuildRequires: boost-test-devel
 BuildRequires: libidn-devel
-BuildRequires: lua50-devel
 BuildRequires: popt-devel
-BuildRequires: sqlite-devel
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -48,8 +50,7 @@ jest licencjonowany na GNU GPL.
 %build
 CPPFLAGS="-I%{_includedir}/lua50"; export CPPFLAGS
 %configure \
-       --without-bundled-sqlite \
-       --without-bundled-lua
+       --enable-ipv6
 %{__make}
 
 %install
This page took 0.081697 seconds and 4 git commands to generate.