1 Commits

Author SHA256 Message Date
0cd47e5035 Sync changes to SLFO-1.2 branch 2025-08-20 13:07:09 +02:00
2 changed files with 9 additions and 9 deletions

View File

@@ -1,7 +1,7 @@
-------------------------------------------------------------------
Mon Jun 10 07:57:36 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
Thu Mar 27 13:38:14 UTC 2025 - Bernhard Wiedemann <bwiedemann@suse.com>
- Use %patch -P N syntax instead of deprectaed %patchN.
- Use %autopatch to work with rpm-4.20 (bsc#1240154)
-------------------------------------------------------------------
Mon Dec 9 10:26:45 UTC 2019 - Bernhard Wiedemann <bwiedemann@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package rubygem-ronn
#
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -12,7 +12,7 @@
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via https://bugs.opensuse.org/
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
@@ -29,16 +29,16 @@ Release: 0
%define mod_name ronn
%define mod_full_name %{mod_name}-%{version}
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: ruby-macros >= 5
BuildRequires: %{ruby}
BuildRequires: %{rubygem gem2rpm}
BuildRequires: %{rubygem rdoc > 3.10}
BuildRequires: %{ruby}
BuildRequires: ruby-macros >= 5
BuildRequires: update-alternatives
URL: http://rtomayko.github.com/ronn
Url: http://rtomayko.github.com/ronn
Source: https://rubygems.org/gems/%{mod_full_name}.gem
Source1: gem2rpm.yml
# MANUAL
Patch0: ronn-date.patch
Patch0: ronn-date.patch
# /MANUAL
Summary: Builds manuals
License: MIT
@@ -51,7 +51,7 @@ for terminal display, and also to HTML for the web.
%prep
%gem_unpack
%patch -P 0 -p1
%autopatch -p1
find -type f -print0 | xargs -0 touch -r %{S:0}
%gem_build