Created
December 13, 2008 06:43
-
-
Save timcharper/35409 to your computer and use it in GitHub Desktop.
Ruby Enterprise Edition RPM spec
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
cat ruby-enterprise.spec | |
Summary: Ruby Enterprise Edition | |
Name: ruby-enterprise | |
Version: 1.8.6 | |
Release: 20081205 | |
License: GPL | |
Group: Applications/System | |
Source: ruby-enterprise-%{version}-%{release}.tar.gz | |
BuildRoot: /var/tmp/%{name}-%{version}-%{release} | |
%description | |
Ruby Enterprise Edition is a copy-on-right friendly version of ruby that also | |
includes several performance patches. | |
%prep | |
%setup -q -n ruby-enterprise-%{version}-%{release}/source | |
%build | |
./configure --prefix=/opt/ree | |
%install | |
make | |
make DESTDIR=$RPM_BUILD_ROOT install | |
%files | |
%defattr(-,root,root) | |
/opt/ree | |
%changelog | |
* Fri Dec 13 2008 Tim C. Harper <[email protected]> | |
- first build of REE package | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment