OpenPKG CVS Repository http://cvs.openpkg.org/ ____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall Root: /v/openpkg/cvs Email: [EMAIL PROTECTED] Module: openpkg-src Date: 19-Aug-2006 16:26:44 Branch: HEAD Handle: 2006081915264300 Modified files: openpkg-src/treecc treecc.spec Log: add the common AST abbreviation to guide the eye of compiler guys ;-) and remove libtreecc.a as this is internal stuff only and the corresponding C header files are not installed anyway, too Summary: Revision Changes Path 1.31 +4 -3 openpkg-src/treecc/treecc.spec ____________________________________________________________________________ patch -p0 <<'@@ .' Index: openpkg-src/treecc/treecc.spec ============================================================================ $ cvs diff -u -r1.30 -r1.31 treecc.spec --- openpkg-src/treecc/treecc.spec 15 Jan 2006 18:44:53 -0000 1.30 +++ openpkg-src/treecc/treecc.spec 19 Aug 2006 14:26:43 -0000 1.31 @@ -33,7 +33,7 @@ Group: Language License: GPL Version: 0.3.8 -Release: 20060115 +Release: 20060819 # list of sources Source0: http://www.southern-storm.com.au/download/treecc-%{version}.tar.gz @@ -49,8 +49,8 @@ %description The treecc program is designed to assist in the development of compilers and other language-based tools. It manages the generation - of code to handle abstract syntax trees and operations upon the - trees. + of code to handle abstract syntax trees (AST) and operations upon + the trees. %track prog treecc = { @@ -73,6 +73,7 @@ rm -rf $RPM_BUILD_ROOT %{l_make} %{l_mflags} install AM_MAKEFLAGS="DESTDIR=$RPM_BUILD_ROOT" rm -f $RPM_BUILD_ROOT%{l_prefix}/info/dir + rm -f $RPM_BUILD_ROOT%{l_prefix}/lib/libtreecc.a strip $RPM_BUILD_ROOT%{l_prefix}/bin/* >/dev/null 2>&1 || true %{l_rpmtool} files -v -ofiles -r$RPM_BUILD_ROOT %{l_files_std} @@ . ______________________________________________________________________ The OpenPKG Project www.openpkg.org CVS Repository Commit List openpkg-cvs@openpkg.org