forked from pool/perl-Algorithm-Annotate
Compare commits
34 Commits
Author | SHA256 | Date | |
---|---|---|---|
b9fcc27e3c | |||
d796a24f80 | |||
|
c4ee59ff68 | ||
|
a94d30b5f7 | ||
|
1519a31271 | ||
|
55c12cf176 | ||
|
16fd937ee4 | ||
|
f8473e652b | ||
|
b94ecd7cd6 | ||
|
35c7231e22 | ||
|
d80a99da26 | ||
|
9e2d7a9db7 | ||
|
7737219d84 | ||
|
f0edfeeb3c | ||
|
b24c3b76bb | ||
|
a7eb7ee06a | ||
|
1c8f445305 | ||
|
9893fef503 | ||
|
2f4f4efc2d | ||
|
c77b6c3203 | ||
|
ba0db9725b | ||
|
c8a6c969b6 | ||
|
c5084ff217 | ||
|
d02e90be6e | ||
|
1390cf881c | ||
|
010c0a6eb4 | ||
|
82eb278677 | ||
|
61435c9ea6 | ||
|
3f6a491137 | ||
|
c778112e8f | ||
|
154e0ffe6a | ||
|
7920fa0e6b | ||
|
bcef68064d | ||
|
0c9656a09b |
3
Algorithm-Annotate-0.10.tar.gz
Normal file
3
Algorithm-Annotate-0.10.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:c9b1764643933eb1a3356906cc372d483a99416207a31df3e58ee9892d9922f9
|
||||||
|
size 1611
|
13
_service
13
_service
@@ -1,13 +0,0 @@
|
|||||||
<?xml version="1.0" ?>
|
|
||||||
<services>
|
|
||||||
<service name="download_url">
|
|
||||||
<param name="protocol">http</param>
|
|
||||||
<param name="host">www.cpan.org</param>
|
|
||||||
<param name="path">/modules/by-module/Algorithm/Algorithm-Annotate-0.10.tar.gz</param>
|
|
||||||
</service>
|
|
||||||
<service name="verify_file">
|
|
||||||
<param name="file">_service:download_url:Algorithm-Annotate-0.10.tar.gz</param>
|
|
||||||
<param name="verifier">sha256</param>
|
|
||||||
<param name="checksum">c9b1764643933eb1a3356906cc372d483a99416207a31df3e58ee9892d9922f9</param>
|
|
||||||
</service>
|
|
||||||
</services>
|
|
@@ -1,7 +1,18 @@
|
|||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Nov 28 13:08:52 UTC 2010 - coolo@novell.com
|
Mon Feb 10 22:08:08 UTC 2025 - Tina Müller <tina.mueller@suse.com>
|
||||||
|
|
||||||
- recreated by cpanspec 1.78.02
|
- Normalize CPAN version
|
||||||
|
See https://github.com/openSUSE/cpanspec/issues/47 for details
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Nov 11 08:55:07 UTC 2011 - coolo@suse.com
|
||||||
|
|
||||||
|
- recreate with cpanspec 1.78.05
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Dec 1 13:30:33 UTC 2010 - coolo@novell.com
|
||||||
|
|
||||||
|
- recreate with cpanspec 1.78.03
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Oct 19 08:38:20 UTC 2010 - coolo@novell.com
|
Tue Oct 19 08:38:20 UTC 2010 - coolo@novell.com
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package perl-Algorithm-Annotate (Version 0.10)
|
# spec file for package perl-Algorithm-Annotate
|
||||||
#
|
#
|
||||||
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2025 SUSE LLC
|
||||||
#
|
#
|
||||||
# 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
|
||||||
@@ -12,58 +12,48 @@
|
|||||||
# license that conforms to the Open Source Definition (Version 1.9)
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
# published by the Open Source Initiative.
|
# published by the Open Source Initiative.
|
||||||
|
|
||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
Name: perl-Algorithm-Annotate
|
|
||||||
Version: 0.10
|
|
||||||
Release: 1
|
|
||||||
License: CHECK(GPL+ or Artistic)
|
|
||||||
%define cpan_name Algorithm-Annotate
|
%define cpan_name Algorithm-Annotate
|
||||||
Summary: Represent a series of changes in annotate form
|
Name: perl-Algorithm-Annotate
|
||||||
Url: http://search.cpan.org/dist/Algorithm-Annotate/
|
Version: 0.100.0
|
||||||
Group: Development/Libraries/Perl
|
Release: 0
|
||||||
#Source: http://www.cpan.org/modules/by-module/Algorithm/Algorithm-Annotate-%{version}.tar.gz
|
# 0.10 -> normalize -> 0.100.0
|
||||||
Source: %{cpan_name}-%{version}.tar.bz2
|
%define cpan_version 0.10
|
||||||
BuildRequires: perl
|
License: Artistic-1.0 OR GPL-1.0-or-later
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
Summary: Represent a series of changes in annotation list
|
||||||
|
URL: https://metacpan.org/release/%{cpan_name}
|
||||||
|
Source0: https://cpan.metacpan.org/authors/id/C/CL/CLKAO/%{cpan_name}-%{cpan_version}.tar.gz
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
%if 0%{?suse_version} < 1120
|
BuildRequires: perl
|
||||||
BuildRequires: perl-macros
|
BuildRequires: perl-macros
|
||||||
%endif
|
BuildRequires: perl(Algorithm::Diff) >= 1.150
|
||||||
BuildRequires: perl(Algorithm::Diff) >= 1.15
|
Requires: perl(Algorithm::Diff) >= 1.150
|
||||||
Requires: perl = %{perl_version}
|
Provides: perl(Algorithm::Annotate) = %{version}
|
||||||
Requires: perl(Algorithm::Diff) >= 1.15
|
%undefine __perllib_provides
|
||||||
|
%{perl_requires}
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Algorithm::Annotate generates a list that is useful for generating output
|
Algorithm::Annotate generates a list that is useful for generating output
|
||||||
simliar to cvs annotate.
|
simliar to 'cvs annotate'.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{cpan_name}-%{version}
|
%autosetup -n %{cpan_name}-%{cpan_version} -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%{__perl} Makefile.PL INSTALLDIRS=vendor
|
perl Makefile.PL INSTALLDIRS=vendor
|
||||||
%{__make} %{?_smp_mflags}
|
%make_build
|
||||||
|
|
||||||
%check
|
%check
|
||||||
%{__make} test
|
make test
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%perl_make_install
|
%perl_make_install
|
||||||
# do not perl_process_packlist (noarch)
|
%perl_process_packlist
|
||||||
# remove .packlist file
|
|
||||||
%{__rm} -rf %{buildroot}%perl_vendorarch
|
|
||||||
# remove perllocal.pod file
|
|
||||||
%{__rm} -rf %{buildroot}%perl_archlib
|
|
||||||
%perl_gen_filelist
|
%perl_gen_filelist
|
||||||
|
|
||||||
%clean
|
|
||||||
%{__rm} -rf %{buildroot}
|
|
||||||
|
|
||||||
%files -f %{name}.files
|
%files -f %{name}.files
|
||||||
%defattr(-,root,root,-)
|
|
||||||
%doc
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Reference in New Issue
Block a user