forked from hansode/ruby-2.1.x-rpm
-
Notifications
You must be signed in to change notification settings - Fork 1
/
ruby21x.spec
124 lines (96 loc) · 3.67 KB
/
ruby21x.spec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
%define rubyver 2.1.5
Name: ruby
Version: %{rubyver}
Release: 2%{?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 gcc unzip openssl-devel db4-devel byacc make libyaml libyaml-devel libffi libffi-devel
Source0: http://ftp.ruby-lang.org/pub/ruby/ruby-%{rubyver}.tar.gz
Summary: An interpreter of object-oriented scripting language
Group: Development/Languages
Provides: ruby(abi) = 2.1
Provides: ruby-irb
Provides: ruby-rdoc
Provides: ruby-libs
Provides: ruby-devel
Provides: rubygems
Obsoletes: ruby
Obsoletes: ruby-libs
Obsoletes: ruby-irb
Obsoletes: ruby-rdoc
Obsoletes: ruby-devel
Obsoletes: rubygems
%description
Ruby is the interpreted scripting language for quick and easy
object-oriented programming. It has many features to process text
files and to do system management tasks (as in Perl). It is simple,
straight-forward, and extensible.
%prep
%setup -n ruby-%{rubyver}
%build
export CFLAGS="$RPM_OPT_FLAGS -Wall -fno-strict-aliasing"
%configure \
--enable-shared \
--disable-rpath \
--without-X11 \
--without-tk \
--includedir=%{_includedir}/ruby \
--libdir=%{_libdir}
make %{?_smp_mflags}
%install
# installing binaries ...
make install DESTDIR=$RPM_BUILD_ROOT
#we don't want to keep the src directory
rm -rf $RPM_BUILD_ROOT/usr/src
%clean
rm -rf $RPM_BUILD_ROOT
%files
%defattr(-, root, root)
%{_bindir}
%{_includedir}
%{_datadir}
%{_libdir}
%changelog
* Mon May 22 2014 Victor Lowther <[email protected]> - 2.1.5
- update to 2.1.5
- fetch via http instead of ftp
* Fri May 9 2014 Masahito Yoshida <[email protected]> - 2.1.2
- Update ruby version to 2.1.2
* Thu Dec 26 2013 Masahito Yoshida <[email protected]> - 2.1.0
- Update ruby version to 2.1.0
* Sat Nov 23 2013 Masahito Yoshida <[email protected]> - 2.0.0-p353
- Update ruby version to 2.0.0-p353
* Tue Jul 2 2013 Masahito Yoshida <[email protected]> - 2.0.0-p247
- Update ruby version to 2.0.0-p247
* Sun May 19 2013 Masahito Yoshida <[email protected]> - 2.0.0-p195
- Update ruby version to 2.0.0-p195
* Sat Mar 23 2013 Masahito Yoshida <[email protected]> - 2.0.0-p0
- Update ruby version to 2.0.0-p0
* Sun Feb 24 2013 Masahito Yoshida <[email protected]> - 1.9.3-p392
- Update ruby version to 1.9.3-p392
* Tue Jan 29 2013 Carlos Villela <[email protected]> - 1.9.3-p374
- Update ruby version to 1.9.3-p374
* Tue Jan 15 2013 Carlos Villela <[email protected]> - 1.9.3-p362
- Update ruby version to 1.9.3-p362
* Thu Nov 15 2012 Rajat Vig <[email protected]> - 1.9.3-p327
- Update ruby version to 1.9.3-p327
* Mon Oct 22 2012 Carlos Villela <[email protected]> - 1.9.3-p286
- Update ruby version to 1.9.3-p286
* Wed Jul 4 2012 Carlos Villela <[email protected]> - 1.9.3-p194
- Update ruby version to 1.9.3-p194
* Wed Jan 18 2012 Mandi Walls <[email protected]> - 1.9.3-p0
- Update ruby version to 1.9.3-p0
* Mon Aug 29 2011 Gregory Graf <[email protected]> - 1.9.2-p290
- Update ruby version to 1.9.2-p290
* Sat Jun 25 2011 Ian Meyer <[email protected]> - 1.9.2-p180-2
- Remove non-existant --sitearchdir and --vedorarchdir from %configure
- Replace --sitedir --vendordir with simpler --libdir
- Change %{_prefix}/share to %{_datadir}
* Tue Mar 7 2011 Robert Duncan <[email protected]> - 1.9.2-p180-1
- Update prerequisites to include make
- Update ruby version to 1.9.2-p180
- Install /usr/share documentation
- (Hopefully!?) platform agnostic
* Sun Jan 2 2011 Ian Meyer <[email protected]> - 1.9.2-p136-1
- Initial spec to replace system ruby with 1.9.2-p136