forked from pool/perl-Algorithm-Annotate
Compare commits
38 Commits
c1576cfe53
...
447070e8bf
Author | SHA256 | Date | |
---|---|---|---|
447070e8bf | |||
04fae9ade7 | |||
|
bcb68358ce | ||
|
03e3f5d311 | ||
|
65ca5e141e | ||
|
36300443b6 | ||
|
9088d45f19 | ||
|
110c7d03ec | ||
|
d9b5cc2b12 | ||
|
cb6fa85874 | ||
|
de28575064 | ||
|
4ef7613dd5 | ||
|
efb419b775 | ||
|
d1b91a32f7 | ||
|
0edbd0fb76 | ||
|
2362491839 | ||
|
6b5ff78f7a | ||
|
aeebe4c051 | ||
|
d4036114c9 | ||
|
f8b3b5129c | ||
|
8e5583648b | ||
|
d0b87c4862 | ||
|
e57ff97b8e | ||
|
5f95baad5d | ||
|
4b93e33e6d | ||
|
3cf43e6d27 | ||
|
ec9c6e49a0 | ||
|
27c47efdab | ||
|
07dfbd972c | ||
|
7eb18acc0a | ||
|
1924e90252 | ||
|
2f44df5fd4 | ||
|
47224274a9 | ||
|
d824889618 | ||
|
9e47ddd935 | ||
|
d46316a464 | ||
|
fb6c165ccf | ||
|
b86b1afa56 |
@@ -1,3 +1,19 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Feb 10 22:08:08 UTC 2025 - Tina Müller <tina.mueller@suse.com>
|
||||||
|
|
||||||
|
- 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,57 +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/
|
||||||
#
|
#
|
||||||
|
|
||||||
# norootforbuild
|
|
||||||
|
|
||||||
|
|
||||||
|
%define cpan_name Algorithm-Annotate
|
||||||
Name: perl-Algorithm-Annotate
|
Name: perl-Algorithm-Annotate
|
||||||
License: Artistic
|
Version: 0.100.0
|
||||||
Group: Development/Libraries/Perl
|
Release: 0
|
||||||
Url: http://cpan.org/
|
# 0.10 -> normalize -> 0.100.0
|
||||||
Requires: perl = %{perl_version}
|
%define cpan_version 0.10
|
||||||
AutoReqProv: on
|
License: Artistic-1.0 OR GPL-1.0-or-later
|
||||||
Summary: represent a series of changes in annotate form
|
Summary: Represent a series of changes in annotation list
|
||||||
Version: 0.10
|
URL: https://metacpan.org/release/%{cpan_name}
|
||||||
Release: 145
|
Source0: https://cpan.metacpan.org/authors/id/C/CL/CLKAO/%{cpan_name}-%{cpan_version}.tar.gz
|
||||||
Source: http://cpan.org/modules/by-module/Algorithm/Algorithm-Annotate-%{version}.tar.gz
|
BuildArch: noarch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
||||||
BuildRequires: perl
|
BuildRequires: perl
|
||||||
|
BuildRequires: perl-macros
|
||||||
|
BuildRequires: perl(Algorithm::Diff) >= 1.150
|
||||||
|
Requires: perl(Algorithm::Diff) >= 1.150
|
||||||
|
Provides: perl(Algorithm::Annotate) = %{version}
|
||||||
|
%undefine __perllib_provides
|
||||||
|
%{perl_requires}
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Algorithm::Annotate generates a list that is useful for generating
|
Algorithm::Annotate generates a list that is useful for generating output
|
||||||
output similar to cvs annotate.
|
simliar to 'cvs annotate'.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Authors:
|
|
||||||
--------
|
|
||||||
Chia-liang Kao <clkao at clkao dot org>
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -n Algorithm-Annotate-%{version}
|
%autosetup -n %{cpan_name}-%{cpan_version} -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
perl Makefile.PL
|
perl Makefile.PL INSTALLDIRS=vendor
|
||||||
%{__make}
|
%make_build
|
||||||
|
|
||||||
|
%check
|
||||||
|
make test
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%perl_make_install
|
%perl_make_install
|
||||||
%perl_process_packlist
|
%perl_process_packlist
|
||||||
|
%perl_gen_filelist
|
||||||
|
|
||||||
%clean
|
%files -f %{name}.files
|
||||||
[ "${RPM_BUILD_ROOT}" != "/" -a -d ${RPM_BUILD_ROOT} ] && rm -rf ${RPM_BUILD_ROOT}
|
|
||||||
|
|
||||||
%files
|
|
||||||
%defattr(-, root, root)
|
|
||||||
%dir %{perl_vendorlib}/Algorithm
|
|
||||||
%{perl_vendorlib}/Algorithm/Annotate.pm
|
|
||||||
%dir %{perl_vendorarch}/auto/Algorithm
|
|
||||||
%dir %{perl_vendorarch}/auto/Algorithm/Annotate
|
|
||||||
%{perl_vendorarch}/auto/Algorithm/Annotate/.packlist
|
|
||||||
%{_mandir}/man3/Algorithm::Annotate.3pm.gz
|
|
||||||
/var/adm/perl-modules/%{name}
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Reference in New Issue
Block a user