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

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

[Dotgnu-pnet-commits] CVS: pnetlib pnetlib.spec.in,NONE,1.1 ChangeLog,1.


From: Gopal.V <address@hidden>
Subject: [Dotgnu-pnet-commits] CVS: pnetlib pnetlib.spec.in,NONE,1.1 ChangeLog,1.473,1.474 configure.in,1.45,1.46
Date: Sat, 23 Nov 2002 14:31:29 -0500

Update of /cvsroot/dotgnu-pnet/pnetlib
In directory subversions:/tmp/cvs-serv8875

Modified Files:
        ChangeLog configure.in 
Added Files:
        pnetlib.spec.in 
Log Message:
RPM builds


--- NEW FILE ---
Name: pnetlib
Version: @VERSION@
Release: custom
Source: http://www.southern-storm.com.au/download/%{name}-%{version}.tar.gz
License: GPL
Vendor: DotGNU
BuildRoot: %{_tmppath}/%{name}-%{version}-root
Group: System/Emulators
BuildRequires: pnet-interpreter
Summary: The DotGNU Portable.NET library
BuildArch: noarch
%description
This is the standard library of the Portable.Net platform . It is 
built according to the ECMA specification for BCL . (Ecma-334).

%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
%doc AUTHORS COPYING ChangeLog INSTALL NEWS README
/usr/lib/cscc/lib/*

Index: ChangeLog
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnetlib/ChangeLog,v
retrieving revision 1.473
retrieving revision 1.474
diff -C2 -r1.473 -r1.474
*** ChangeLog   23 Nov 2002 07:07:11 -0000      1.473
--- ChangeLog   23 Nov 2002 19:31:27 -0000      1.474
***************
*** 1,3 ****
--- 1,7 ----
  
+ 2002-11-24  Gopal.V  <address@hidden>
+ 
+       * pnetlib.spec.in, configure.in : RPM builds for pnetlib
+ 
  2002-11-23  Rhys Weatherley  <address@hidden>
  

Index: configure.in
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnetlib/configure.in,v
retrieving revision 1.45
retrieving revision 1.46
diff -C2 -r1.45 -r1.46
*** configure.in        23 Nov 2002 07:07:11 -0000      1.45
--- configure.in        23 Nov 2002 19:31:27 -0000      1.46
***************
*** 228,232 ****
  resources/en_US/System.Xml/Makefile
  tools/run_test.sh
! tools/csccwrap.sh])
  
  chmod +x "${srcdir}/tools/csccwrap.sh"
--- 228,233 ----
  resources/en_US/System.Xml/Makefile
  tools/run_test.sh
! tools/csccwrap.sh
! pnetlib.spec])
  
  chmod +x "${srcdir}/tools/csccwrap.sh"





reply via email to

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