2012-02-07 09:20:13 +00:00
|
|
|
%define rubyabi 1.9.1
|
2010-06-04 17:43:54 +00:00
|
|
|
%define realname ncurses-ruby
|
|
|
|
%define distname ruby-ncurses
|
2007-05-21 18:12:07 +00:00
|
|
|
|
|
|
|
Name: %distname
|
2011-11-20 18:06:46 +00:00
|
|
|
Version: 1.3.1
|
2012-02-07 09:20:13 +00:00
|
|
|
Release: 3%{?dist}
|
2007-05-21 18:12:07 +00:00
|
|
|
Summary: A module for ruby applications for using ncurses interfaces
|
|
|
|
Group: System Environment/Libraries
|
2008-09-03 21:13:20 +00:00
|
|
|
License: LGPLv2+
|
2007-05-21 18:12:07 +00:00
|
|
|
URL: http://ncurses-ruby.berlios.de/
|
|
|
|
Source0: http://download.berlios.de/ncurses-ruby/%{realname}-%{version}.tar.bz2
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|
|
|
BuildRequires: ruby(abi) = %{rubyabi}
|
|
|
|
BuildRequires: ruby
|
|
|
|
BuildRequires: ruby-devel
|
|
|
|
BuildRequires: ncurses-devel
|
|
|
|
Requires: ruby(abi) = %{rubyabi}
|
|
|
|
Requires: ruby
|
|
|
|
Provides: ruby(ncurses) = %{version}-%{release}
|
|
|
|
|
|
|
|
%description
|
|
|
|
This ruby extension makes most functions, constants, and external variables
|
|
|
|
of the C library ncurses accessible from the Ruby programming language.
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q -n %{realname}-%{version}
|
|
|
|
%{__chmod} 0644 ncurses_wrap.c
|
|
|
|
find examples/ -type f | xargs %{__chmod} 0644
|
|
|
|
|
|
|
|
%build
|
2012-02-07 09:20:13 +00:00
|
|
|
ruby extconf.rb --vendor
|
2007-05-21 18:12:07 +00:00
|
|
|
%{__make} %{_smp_mflags} CFLAGS="$RPM_OPT_FLAGS -fPIC"
|
|
|
|
|
|
|
|
%install
|
|
|
|
%{__rm} -rf $RPM_BUILD_ROOT
|
|
|
|
%{__make} install DESTDIR=$RPM_BUILD_ROOT INSTALL="%{__install} -p"
|
|
|
|
|
|
|
|
%check
|
|
|
|
|
|
|
|
%clean
|
|
|
|
%{__rm} -rf $RPM_BUILD_ROOT
|
|
|
|
|
|
|
|
%files
|
|
|
|
%defattr(-,root,root,-)
|
|
|
|
%doc README COPYING VERSION THANKS Changes
|
|
|
|
%doc examples
|
2012-02-07 09:20:13 +00:00
|
|
|
%{ruby_vendorarchdir}/ncurses_bin.so
|
|
|
|
%{ruby_vendorlibdir}/ncurses.rb
|
|
|
|
%{ruby_vendorlibdir}/ncurses_sugar.rb
|
2007-05-21 18:12:07 +00:00
|
|
|
|
|
|
|
%changelog
|
2012-02-07 09:20:13 +00:00
|
|
|
* Tue Feb 07 2012 Bohuslav Kabrda <bkabrda@redhat.com> - 1.3.1-3
|
|
|
|
- Rebuilt for Ruby 1.9.3.
|
|
|
|
|
2012-01-14 03:00:25 +00:00
|
|
|
* Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.3.1-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
|
|
|
|
2011-11-20 18:06:46 +00:00
|
|
|
* Sun Nov 20 2011 Simon Lukasik <slukasik@redhat.com> - 1.3.1-1
|
|
|
|
- Update to a new upstream version
|
|
|
|
|
2011-02-09 09:09:11 +00:00
|
|
|
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.4-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
|
|
|
|
2010-06-04 17:43:54 +00:00
|
|
|
* Fri Jun 4 2010 Simon Lukasik <slukasik@redhat.com> - 1.2.4-1
|
|
|
|
- Update to new upstream version
|
|
|
|
|
2009-07-27 03:22:54 +00:00
|
|
|
* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1-9
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
|
|
|
|
2009-02-25 21:27:07 +00:00
|
|
|
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1-8
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
|
|
|
|
2008-09-03 21:13:20 +00:00
|
|
|
* Wed Sep 3 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 1.1-7
|
|
|
|
- fix license tag
|
|
|
|
|
2008-02-19 05:15:09 +00:00
|
|
|
* Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 1.1-6
|
|
|
|
- Autorebuild for GCC 4.3
|
|
|
|
|
2007-05-21 18:12:07 +00:00
|
|
|
* Sat May 19 2007 Simon Lukasik <lukasim@atlas.cz> - 1.1-5
|
2010-06-04 17:43:54 +00:00
|
|
|
- Rewrite: rest of commands to macros
|
|
|
|
|
2007-05-21 18:12:07 +00:00
|
|
|
* Mon May 14 2007 Simon Lukasik <lukasim@atlas.cz> - 1.1-4
|
2010-06-04 17:43:54 +00:00
|
|
|
- Rewrite: "install -s" to "install"
|
|
|
|
|
2007-05-21 18:12:07 +00:00
|
|
|
* Sun May 13 2007 Simon Lukasik <lukasim@atlas.cz> - 1.1-3
|
2010-06-04 17:43:54 +00:00
|
|
|
- Rewrite: licence, make parameters, chmod in prep section,
|
|
|
|
added: THANKS and examples/ to doc
|
|
|
|
|
2007-05-21 18:12:07 +00:00
|
|
|
* Sun May 13 2007 Simon Lukasik <lukasim@atlas.cz> - 1.1-2
|
2010-06-04 17:43:54 +00:00
|
|
|
- Rewrite: General section(provides, (build)requires),
|
|
|
|
install, clean and files (added ruby_site* macros)
|
|
|
|
|
2007-05-21 18:12:07 +00:00
|
|
|
* Sun May 13 2007 Simon Lukasik <lukasim@atlas.cz> - 1.1-1
|
2010-06-04 17:43:54 +00:00
|
|
|
- Initial package.
|
2007-05-21 18:12:07 +00:00
|
|
|
|