File rubygem-mspec.spec of Package rubygem-mspec
#
# spec file for package rubygem-mspec (Version 1.4.0)
#
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
# package are under the same license as the package itself.
#
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
# norootforbuild
%define gemdir %(ruby -rubygems -e 'puts Gem::dir' 2>/dev/null)
Name: rubygem-mspec
Version: 1.5.0
Release: 0
Group: Development/Languages/Ruby
License: X11/MIT
#
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: rubygems >= 1.2.0
Requires: rubygems
Requires: ruby(abi) = %{rb_ver}
Url: http://rubyspec.org/
Source: http://gems.rubyforge.org/gems/mspec-%{version}.gem
#
Summary: A web-application framework for the MVC pattern
%description
MSpec is a specialized framework that is syntax-compatible with RSpec for basic things like describe, it blocks and before, after actions. MSpec contains additional features that assist in writing the RubySpecs used by multiple Ruby implementations. Also, MSpec attempts to use the simplest Ruby language features so that beginning Ruby implementations can run it.
Authors:
--------
Brian Ford
%install
gem install --verbose --local --install-dir=%{buildroot}%{gemdir} --bindir=%{buildroot}%{_bindir} %{SOURCE0}
%clean
%{__rm} -rf %{buildroot}
%files
%defattr(-,root,root,-)
%{_bindir}/*
%{gemdir}/cache/*
%doc %{gemdir}/doc/*
%{gemdir}/gems/*
%{gemdir}/specifications/*
%changelog
* Mon Aug 11 2008 pzb@novell.com
- Adapt to work without destdir
- Make arch specific
* Fri Aug 8 2008 pzb@novell.com
- Update to 1.5.0
- Allows new rubyspecs to work
* Fri Aug 1 2008 pzb@novell.com
- New package