2011-08-18 09:51:08 +00:00
|
|
|
#
|
2014-01-08 12:43:47 +00:00
|
|
|
# spec file for package rubygem-packaging_rake_tasks
|
2011-08-18 09:51:08 +00:00
|
|
|
#
|
2023-05-18 09:37:57 +00:00
|
|
|
# Copyright (c) 2023 SUSE LLC
|
2011-08-18 09:51:08 +00:00
|
|
|
#
|
|
|
|
|
# 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.
|
|
|
|
|
|
2019-09-05 14:13:55 +00:00
|
|
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
2011-08-18 09:51:08 +00:00
|
|
|
#
|
|
|
|
|
|
2014-01-08 12:43:47 +00:00
|
|
|
|
2011-12-05 14:20:47 +00:00
|
|
|
Name: rubygem-packaging_rake_tasks
|
2023-06-20 07:47:31 +00:00
|
|
|
Version: 1.5.4
|
2011-08-18 09:51:08 +00:00
|
|
|
Release: 0
|
2011-12-05 14:20:47 +00:00
|
|
|
%define mod_name packaging_rake_tasks
|
2014-10-08 12:50:50 +00:00
|
|
|
%define mod_full_name %{mod_name}-%{version}
|
2011-08-18 09:51:08 +00:00
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
2015-10-01 13:33:55 +00:00
|
|
|
BuildRequires: %{rubygem gem2rpm}
|
|
|
|
|
BuildRequires: %{ruby}
|
|
|
|
|
BuildRequires: ruby-macros >= 5
|
2017-07-13 07:43:47 +00:00
|
|
|
Suggests: %{rubygem parallel}
|
2020-06-23 13:52:30 +00:00
|
|
|
URL: http://github.org/openSUSE/packaging_tasks
|
2014-10-08 12:50:50 +00:00
|
|
|
Source: http://rubygems.org/gems/%{mod_full_name}.gem
|
2015-10-01 13:33:55 +00:00
|
|
|
Source1: gem2rpm.yml
|
2014-10-08 12:50:50 +00:00
|
|
|
Summary: Rake tasks providing tasks to package project in git and integration
|
2018-06-07 08:05:36 +00:00
|
|
|
License: LGPL-2.1-only
|
2014-01-08 12:43:47 +00:00
|
|
|
Group: Development/Languages/Ruby
|
|
|
|
|
|
2011-08-18 09:51:08 +00:00
|
|
|
%description
|
2014-10-08 12:50:50 +00:00
|
|
|
Rake tasks to allow easy packaging ruby projects in git for Build Service or
|
|
|
|
|
other packaging service.
|
|
|
|
|
|
2011-08-18 09:51:08 +00:00
|
|
|
%prep
|
2014-10-08 12:50:50 +00:00
|
|
|
|
2011-08-18 09:51:08 +00:00
|
|
|
%build
|
|
|
|
|
|
2014-10-08 12:50:50 +00:00
|
|
|
%install
|
2015-10-01 13:33:55 +00:00
|
|
|
%gem_install \
|
|
|
|
|
--doc-files="COPYING" \
|
|
|
|
|
-f
|
2014-10-08 12:50:50 +00:00
|
|
|
|
2015-10-01 13:33:55 +00:00
|
|
|
%gem_packages
|
2011-08-18 09:51:08 +00:00
|
|
|
|
|
|
|
|
%changelog
|