Lars Vogdt
2021-04-13 15:10:52 +00:00
committed by Git OBS Bridge
parent ebc44e8a21
commit 4836249fad
2 changed files with 14 additions and 4 deletions

View File

@@ -0,0 +1,4 @@
-------------------------------------------------------------------
Tue Apr 13 15:09:41 UTC 2021 - lars@linux-schulserver.de - 0.09
- initial version 0.09

View File

@@ -1,7 +1,8 @@
# #
# spec file for package perl-Text-WordDiff # spec file for package perl-Text-WordDiff
# #
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2021 SUSE LLC
# Copyright (c) 2021 SUSE Software Solutions Germany GmbH, Nuernberg, Germany.
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@@ -19,11 +20,11 @@
Name: perl-Text-WordDiff Name: perl-Text-WordDiff
Version: 0.09 Version: 0.09
Release: 0 Release: 0
%define cpan_name Text-WordDiff %define cpan_name Text-WordDiff
Summary: Track changes between documents Summary: Track changes between documents
License: Artistic-1.0 OR GPL-1.0-or-later License: Artistic-1.0 OR GPL-1.0-or-later
Group: Development/Libraries/Perl Group: Development/Libraries/Perl
Url: https://metacpan.org/release/%{cpan_name} URL: https://metacpan.org/release/%{cpan_name}
Source0: https://cpan.metacpan.org/authors/id/T/TI/TIMK/%{cpan_name}-%{version}.tar.gz Source0: https://cpan.metacpan.org/authors/id/T/TI/TIMK/%{cpan_name}-%{version}.tar.gz
BuildArch: noarch BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
@@ -38,7 +39,12 @@ Recommends: perl(Test::Pod) >= 1.41
%{perl_requires} %{perl_requires}
%description %description
Track changes between documents This module is a variation on the lovely Text::Diff module. Rather than
generating traditional line-oriented diffs, however, it generates word-oriented
diffs. This can be useful for tracking changes in narrative documents or
documents with very long lines. To diff source code, one is still best off
using Text::Diff. But if you want to see how a short story changed from one
version to the next, this module will do the job very nicely.
%prep %prep
%setup -q -n %{cpan_name}-%{version} %setup -q -n %{cpan_name}-%{version}