Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package perl-Lingua-Stem-Snowball-Da for
openSUSE:Leap:16.0 checked in at 2025-04-01 11:52:29
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:16.0/perl-Lingua-Stem-Snowball-Da (Old)
and /work/SRC/openSUSE:Leap:16.0/.perl-Lingua-Stem-Snowball-Da.new.2696
(New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-Lingua-Stem-Snowball-Da"
Tue Apr 1 11:52:29 2025 rev:1 rq:1265049 version:1.01
Changes:
--------
New Changes file:
--- /dev/null 2025-03-20 00:19:48.440000000 +0100
+++
/work/SRC/openSUSE:Leap:16.0/.perl-Lingua-Stem-Snowball-Da.new.2696/perl-Lingua-Stem-Snowball-Da.changes
2025-04-01 11:52:29.736624871 +0200
@@ -0,0 +1,16 @@
+-------------------------------------------------------------------
+Thu Jan 19 13:43:20 UTC 2012 - [email protected]
+
+- fix license
+
+-------------------------------------------------------------------
+Tue Nov 30 19:20:25 UTC 2010 - [email protected]
+
+- switch to perl_requires macro
+
+-------------------------------------------------------------------
+Thu Jul 15 10:46:24 UTC 2010 - [email protected]
+
+- initial package 1.01
+ * created by cpanspec 1.78
+
New:
----
Lingua-Stem-Snowball-Da-1.01.tar.gz
perl-Lingua-Stem-Snowball-Da.changes
perl-Lingua-Stem-Snowball-Da.spec
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ perl-Lingua-Stem-Snowball-Da.spec ++++++
#
# spec file for package perl-Lingua-Stem-Snowball-Da
#
# 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: perl-Lingua-Stem-Snowball-Da
%define cpan_name Lingua-Stem-Snowball-Da
Summary: Porters stemming algorithm for Denmark
License: GPL-2.0
Group: Development/Libraries/Perl
Version: 1.01
Release: 0
Url: http://search.cpan.org/dist/Lingua-Stem-Snowball-Da/
Source:
http://www.cpan.org/modules/by-module/Lingua/Lingua-Stem-Snowball-Da-%{version}.tar.gz
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%{perl_requires}
BuildRequires: perl
BuildRequires: perl-macros
%description
The stem function takes a scalar as a parameter and stems the word
according to Martin Porters Danish stemming algorithm, which can be found
at the Snowball website: http://snowball.tartarus.org/.
%prep
%setup -q -n %{cpan_name}-%{version}
%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%{__make} %{?_smp_mflags}
%check
%{__make} test
%install
%perl_make_install
# do not perl_process_packlist (noarch)
# remove .packlist file
%{__rm} -rf $RPM_BUILD_ROOT%perl_vendorarch
# remove perllocal.pod file
%{__rm} -rf $RPM_BUILD_ROOT%perl_archlib
%perl_gen_filelist
%files -f %{name}.files
%defattr(-,root,root,-)
%doc Changes diffs.txt README stop.txt
%changelog