File rubygem-packaging_rake_tasks.spec of Package rubygem-packaging_rake_tasks
#
# spec file for package rubygem-packaging_rake_tasks
#
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
Name: rubygem-packaging_rake_tasks
Version: 1.0.15
Release: 0
# Nope, doesn't work. Gems are installed below /usr/lib{64}
# BuildArch: noarch
%define mod_name packaging_rake_tasks
#
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: rubygems_with_buildroot_patch
Requires: rubygems >= 1.2.0
BuildRequires: rubygem-rake
Requires: rubygem-rake
Url: https://github.com/openSUSE/packaging_tasks
Source: %{mod_name}-%{version}.gem
Summary: Rake tasks shared by all YaST webservice packages
License: LGPL-2.1
Group: Development/Languages/Ruby
%description
The original task package is renamed to package-local.
The new task package includes the tasks git_check and syntax_check.
%prep
%build
%install
%gem_install %{S:0}
%clean
%{__rm} -rf %{buildroot}
%files
%defattr(-,root,root,-)
%{_libdir}/ruby/gems/%{rb_ver}/cache/%{mod_name}-%{version}.gem
%{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_name}-%{version}/
%{_libdir}/ruby/gems/%{rb_ver}/specifications/%{mod_name}-%{version}.gemspec
%doc %{_libdir}/ruby/gems/%{rb_ver}/doc/%{mod_name}-%{version}/
%doc %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_name}-%{version}/COPYING
%changelog