Author: pluto Date: Sat Mar 11 21:27:34 2006 GMT Module: SPECS Tag: HEAD ---- Log message: - updated to 2.03. - license fixed (GPLv2 with no option for any later versions).
---- Files affected: SPECS: tree.hh.spec (1.3 -> 1.4) ---- Diffs: ================================================================ Index: SPECS/tree.hh.spec diff -u SPECS/tree.hh.spec:1.3 SPECS/tree.hh.spec:1.4 --- SPECS/tree.hh.spec:1.3 Fri Aug 19 00:24:25 2005 +++ SPECS/tree.hh.spec Sat Mar 11 22:27:28 2006 @@ -2,17 +2,13 @@ Summary: Tree.hh - a STL-like generic container class for n-ary trees Summary(pl): Tree.hh - uniwersalna klasa kontenerowa do obsługi drzew n-klasowych Name: tree.hh -Version: 1.90 +Version: 2.03 Release: 1 -License: GPL v2+ +License: GPL v2 Group: Development/Libraries -Source0: http://www.damtp.cam.ac.uk/user/kp229/tree/tree.hh -# Source0-md5: 03039ae44f9738dfaf86422c21a1776d -Source1: http://www.damtp.cam.ac.uk/user/kp229/tree/tree_util.hh -# Source1-md5: abbe54395344b362023885e7cb37afbc -Source2: http://www.damtp.cam.ac.uk/user/kp229/tree/tree.pdf -# Source2-md5: 3e98e874821814b02e666d5504dd01fb -URL: http://directory.fsf.org/libs/cpp/tree.hh.html +Source0: http://www.aei.mpg.de/~peekas/tree/tree-%{version}.tar.gz +# Source0-md5: 8161aee803f35ba786ac74c6d9c186fb +URL: http://www.aei.mpg.de/~peekas/tree/ Requires: libstdc++-devel BuildArch: noarch BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) @@ -31,17 +27,13 @@ pre-order i inne). %prep -%setup -qcDT - -%build -cp -f %{SOURCE2} . +%setup -q -n tree-%{version} %install rm -rf $RPM_BUILD_ROOT install -d $RPM_BUILD_ROOT%{_includedir} -install %{SOURCE0} $RPM_BUILD_ROOT%{_includedir} -install %{SOURCE1} $RPM_BUILD_ROOT%{_includedir} +install tree{,_util}.hh $RPM_BUILD_ROOT%{_includedir} %clean rm -rf $RPM_BUILD_ROOT @@ -57,6 +49,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.4 2006/03/11 21:27:28 pluto +- updated to 2.03. +- license fixed (GPLv2 with no option for any later versions). + Revision 1.3 2005/08/18 22:24:25 qboosh - more pl, simplified setup ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/tree.hh.spec?r1=1.3&r2=1.4&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
