dotgnu-pnet-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Dotgnu-pnet-commits] CVS: treecc treecc.spec.in,NONE,1.1 ChangeLog,1.53


From: Gopal.V <address@hidden>
Subject: [Dotgnu-pnet-commits] CVS: treecc treecc.spec.in,NONE,1.1 ChangeLog,1.53,1.54 treecc.spec,1.1,NONE
Date: Sat, 23 Nov 2002 14:48:31 -0500

Update of /cvsroot/dotgnu-pnet/treecc
In directory subversions:/tmp/cvs-serv10253

Modified Files:
        ChangeLog 
Added Files:
        treecc.spec.in 
Removed Files:
        treecc.spec 
Log Message:
RPM builds


--- NEW FILE ---
Name: treecc
Version: @VERSION@
Release: custom
Source: http://www.southern-storm.com.au/download/%{name}-%{version}.tar.gz
License: GPL
BuildRoot: %{_tmppath}/%{name}-%{version}-root
Group: Development/Tools
Summary: Tree Compiler Compiler
%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.
%prep
%setup -q
%build
%configure
make
%install
make DESTDIR=${RPM_BUILD_ROOT} install
%clean
if test "/" != "${RPM_BUILD_ROOT}"; then rm -rf ${RPM_BUILD_ROOT}; fi
%files
%defattr(-,root,root)
%doc AUTHORS COPYING ChangeLog INSTALL NEWS README
%{_bindir}
%{_mandir}
%{_datadir}/treecc

Index: ChangeLog
===================================================================
RCS file: /cvsroot/dotgnu-pnet/treecc/ChangeLog,v
retrieving revision 1.53
retrieving revision 1.54
diff -C2 -r1.53 -r1.54
*** ChangeLog   23 Nov 2002 06:43:41 -0000      1.53
--- ChangeLog   23 Nov 2002 19:48:29 -0000      1.54
***************
*** 1,3 ****
--- 1,7 ----
  
+ 2002-11-24  Gopal V  <address@hidden>
+       
+       * treecc.spec, configure.in, treecc.spec.in: Fix RPM builds
+ 
  2002-11-23  Rhys Weatherley  <address@hidden>
  

--- treecc.spec DELETED ---





reply via email to

[Prev in Thread] Current Thread [Next in Thread]