forked from postmodern/chruby
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathchruby.spec
More file actions
53 lines (40 loc) · 1.18 KB
/
chruby.spec
File metadata and controls
53 lines (40 loc) · 1.18 KB
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
%define name chruby
%define version 0.3.9
%define release 1
%define buildroot %{_topdir}/BUILDROOT
BuildRoot: %{buildroot}
Source0: https://github.com/postmodern/%{name}/archive/v%{version}.tar.gz
Summary: Changes the current Ruby
Name: %{name}
Version: %{version}
Release: %{release}
License: MIT
URL: https://github.com/postmodern/chruby#readme
AutoReqProv: no
BuildArch: noarch
%description
Changes the current Ruby.
%prep
%setup -q
%build
%install
make install PREFIX=%{buildroot}/usr
%files
%defattr(-,root,root)
%{_bindir}/chruby-exec
%{_datadir}/%{name}/*
%doc
%{_defaultdocdir}/%{name}-%{version}/*
%changelog
* Sun Nov 23 2014 Postmodern <postmodern.mod3@gmail.com> - 0.3.9-1
- Rebuilt for version 0.3.9.
* Wed Dec 04 2013 Postmodern <postmodern.mod3@gmail.com> - 0.3.8-1
- Rebuilt for version 0.3.8.
* Sun Aug 18 2013 Postmodern <postmodern.mod3@gmail.com> - 0.3.7-1
- Rebuilt for version 0.3.7.
* Mon Jun 24 2013 Postmodern <postmodern.mod3@gmail.com> - 0.3.6-1
- Rebuilt for version 0.3.6.
* Tue May 28 2013 Postmodern <postmodern.mod3@gmail.com> - 0.3.5-1
- Rebuilt for version 0.3.5.
* Sun Mar 24 2013 Postmodern <postmodern.mod3@gmail.com> - 0.3.4-1
- Rebuilt for version 0.3.4.