[packages/tree.hh] - new URLs, updated to 3.1 (with move constructor, so require C++ 11)

qboosh qboosh at pld-linux.org
Sun Feb 14 22:02:05 CET 2016


commit d1abb4e98f72dca28bf90e69d46522e9b80c0775
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Sun Feb 14 22:04:59 2016 +0100

    - new URLs, updated to 3.1 (with move constructor, so require C++ 11)

 tree.hh.spec | 15 ++++++++-------
 1 file changed, 8 insertions(+), 7 deletions(-)
---
diff --git a/tree.hh.spec b/tree.hh.spec
index 137f5db..cbf04d1 100644
--- a/tree.hh.spec
+++ b/tree.hh.spec
@@ -1,14 +1,15 @@
 Summary:	Tree.hh - a STL-like generic container class for n-ary trees
 Summary(pl.UTF-8):	Tree.hh - uniwersalna klasa kontenerowa do obsługi drzew n-klasowych
 Name:		tree.hh
-Version:	2.81
+Version:	3.1
 Release:	1
-License:	GPL v2+
+License:	GPL v3
 Group:		Development/Libraries
-Source0:	http://www.aei.mpg.de/~peekas/tree/tree-%{version}.tar.gz
-# Source0-md5:	77b5598fc24506e3b48cb1da9f1a8e26
-URL:		http://www.aei.mpg.de/~peekas/tree/
-Requires:	libstdc++-devel
+#Source0Download: http://tree.phi-sci.com/download.html
+Source0:	http://tree.phi-sci.com/tree-%{version}.tar.gz
+# Source0-md5:	559c033dcc60cb9ebaa0bb1b7ecaa678
+URL:		http://tree.phi-sci.com/
+Requires:	libstdc++-devel >= 6:4.3
 BuildArch:	noarch
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -32,7 +33,7 @@ pre-order i inne).
 rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT%{_includedir}
 
-install src/tree{,_util}.hh $RPM_BUILD_ROOT%{_includedir}
+cp -p src/tree{,_util}.hh $RPM_BUILD_ROOT%{_includedir}
 
 %clean
 rm -rf $RPM_BUILD_ROOT
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/tree.hh.git/commitdiff/d1abb4e98f72dca28bf90e69d46522e9b80c0775



More information about the pld-cvs-commit mailing list