File rubygem-webyast-rake-tasks.spec of Package rubygem-webyast-rake-tasks
#
# spec file for package rubygem-webyast-rake-tasks
#
# Copyright (c) 2012 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-webyast-rake-tasks
Version: 0.3.6
Release: 0
Provides: rubygem-yast2-webservice-tasks = %{version}
Obsoletes: rubygem-yast2-webservice-tasks < %{version}
# Nope, doesn't work. Gems are installed below /usr/lib{64}
# BuildArch: noarch
%define mod_name webyast-rake-tasks
#
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: rubygems_with_buildroot_patch
Requires: rubygems >= 1.2.0
BuildRequires: rubygem-rake
Requires: rubygem-rake
Url: http://en.opensuse.org/YaST
Source: %{mod_name}-%{version}.gem
Source1: macros.webyast
Source2: macros.webyast-PolicyKit
Source3: macros.webyast-polkit1
Summary: Rake tasks shared by all WebYaST 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}
mkdir -p $RPM_BUILD_ROOT/etc/rpm
install -m 0644 %SOURCE1 $RPM_BUILD_ROOT/etc/rpm
%if 0%{?suse_version} == 0 || %suse_version > 1110
install -m 0644 %SOURCE3 $RPM_BUILD_ROOT/etc/rpm
%else
install -m 0644 %SOURCE2 $RPM_BUILD_ROOT/etc/rpm
%endif
%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}/
/etc/rpm/macros.webyast*
%changelog