SPECS: io.spec (NEW) - nfy, mostly builds but does not install at all

aredridel aredridel at pld-linux.org
Wed Nov 16 16:16:15 CET 2005


Author: aredridel                    Date: Wed Nov 16 15:16:15 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- nfy, mostly builds but does not install at all

---- Files affected:
SPECS:
   io.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/io.spec
diff -u /dev/null SPECS/io.spec:1.1
--- /dev/null	Wed Nov 16 16:16:15 2005
+++ SPECS/io.spec	Wed Nov 16 16:16:10 2005
@@ -0,0 +1,53 @@
+# $Revision$, $Date$
+#
+# Conditional build:
+%bcond_with	tests		# build with tests
+%bcond_without	tests		# build without tests
+#
+Summary:	Io programming language
+Name:		io
+Version:	20051017
+Release:	1
+License:	BSD
+Group:		Development/Languages
+Source0:	http://www.sigusr1.org/~steve/IoFull-2005-10-17.tar.gz
+# Source0-md5:	ae8e1b57a441311bb304f8b3a477ca90
+URL:		http://www.iolanguage.com/
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Io programming language
+
+%prep
+%setup -q -c 
+
+%build
+cd release/IoFull-2005-10-17/
+rm vm/base/DynLib_OSX.{c,h}
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+# create directories if necessary
+#install -d $RPM_BUILD_ROOT
+#install -d $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
+
+%{__make} install \
+	DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc AUTHORS CREDITS ChangeLog NEWS README THANKS TODO
+
+%define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2005/11/16 15:16:10  aredridel
+- nfy, mostly builds but does not install at all
+
================================================================



More information about the pld-cvs-commit mailing list