Skip to content

Commit

Permalink
bumped release
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergio Rubio committed Dec 19, 2010
1 parent 02ac040 commit 28a2c9b
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions ruby19.spec
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@

Name: ruby19
Version: %{rubyver}%{rubyminorver}
Release: 2%{?dist}
Release: 3%{?dist}
License: Ruby License/GPL - see COPYING
URL: http://www.ruby-lang.org/
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: readline readline-devel ncurses ncurses-devel gdbm gdbm-devel glibc-devel tcl-devel tk-devel libX11-devel gcc unzip openssl-devel db4-devel byacc
BuildRequires: readline readline-devel ncurses ncurses-devel gdbm gdbm-devel glibc-devel tcl-devel gcc unzip openssl-devel db4-devel byacc
Source0: ftp://ftp.ruby-lang.org/pub/ruby/ruby-%{rubyver}-%{rubyminorver}.tar.gz
Summary: An interpreter of object-oriented scripting language
Group: Development/Languages
Expand All @@ -26,6 +26,8 @@ export CFLAGS
%configure \
--enable-shared \
--disable-rpath \
--without-X11 \
--without-tk \
--program-suffix=19

make %{?_smp_mflags}
Expand Down Expand Up @@ -54,6 +56,10 @@ rm -rf $RPM_BUILD_ROOT
%{_prefix}/share/

%changelog
* Sun Dec 19 2010 Sergio Rubio <[email protected]> - 1.9.2p0-3
- Disable X11 support
- Disable tk support

* Fri Dec 17 2010 Sergio Rubio <[email protected]> - 1.9.2p0-2
- renamed package to ruby19
- ruby bin renamed to ruby19
Expand Down

0 comments on commit 28a2c9b

Please sign in to comment.