packages: rubinius/rubinius.spec (NEW) - added, nfy
aredridel
aredridel at pld-linux.org
Tue Jun 1 04:19:42 CEST 2010
Author: aredridel Date: Tue Jun 1 02:19:42 2010 GMT
Module: packages Tag: HEAD
---- Log message:
- added, nfy
---- Files affected:
packages/rubinius:
rubinius.spec (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: packages/rubinius/rubinius.spec
diff -u /dev/null packages/rubinius/rubinius.spec:1.1
--- /dev/null Tue Jun 1 04:19:42 2010
+++ packages/rubinius/rubinius.spec Tue Jun 1 04:19:37 2010
@@ -0,0 +1,49 @@
+# $Revision$, $Date$
+
+Summary: Ruby Interpreter
+Name: rubinius
+Version: 1.0.0
+Release: 1
+License: BSD
+Group: Libraries
+URL: http://rubini.us/
+Source0: http://asset.rubini.us/rubinius-1.0.0-20100514.tar.gz
+# Source0-md5: b05f4e791d3712c5a50b3d210dac6eb0
+%if "%{pld_release}" == "ac"
+BuildRequires: gcc >= 5:4.0
+%else
+BuildRequires: gcc >= 6:4.0
+%endif
+BuildRequires: llvm-devel
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+An environment for Ruby, the programming language that provides performance
+balanced with accessibility, focusing on improving programming productivity
+
+%prep
+%setup -q
+./configure --prefix=/usr
+
+%build
+rake
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+
+%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 2010/06/01 02:19:37 aredridel
+- added, nfy
+
================================================================
More information about the pld-cvs-commit
mailing list