forked from pool/perl-Algorithm-Annotate
Compare commits
39 Commits
c1576cfe53
...
main
Author | SHA256 | Date | |
---|---|---|---|
77bd35de0f | |||
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 |
12
README.md
Normal file
12
README.md
Normal file
@@ -0,0 +1,12 @@
|
||||
|
||||
## Build Results
|
||||
|
||||
Current state of perl in openSUSE:Factory is
|
||||
|
||||

|
||||
|
||||
The current state of perl in the devel project build (devel:languages:perl)
|
||||
|
||||

|
||||
|
||||
|
@@ -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
|
||||
|
||||
|
@@ -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
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -12,57 +12,49 @@
|
||||
# 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/
|
||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
# norootforbuild
|
||||
|
||||
|
||||
%define cpan_name Algorithm-Annotate
|
||||
Name: perl-Algorithm-Annotate
|
||||
License: Artistic
|
||||
Group: Development/Libraries/Perl
|
||||
Url: http://cpan.org/
|
||||
Requires: perl = %{perl_version}
|
||||
AutoReqProv: on
|
||||
Summary: represent a series of changes in annotate form
|
||||
Version: 0.10
|
||||
Release: 145
|
||||
Source: http://cpan.org/modules/by-module/Algorithm/Algorithm-Annotate-%{version}.tar.gz
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
Version: 0.100.0
|
||||
Release: 0
|
||||
# 0.10 -> normalize -> 0.100.0
|
||||
%define cpan_version 0.10
|
||||
License: Artistic-1.0 OR GPL-1.0-or-later
|
||||
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
|
||||
Source100: README.md
|
||||
BuildArch: noarch
|
||||
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
|
||||
Algorithm::Annotate generates a list that is useful for generating
|
||||
output similar to cvs annotate.
|
||||
|
||||
|
||||
|
||||
Authors:
|
||||
--------
|
||||
Chia-liang Kao <clkao at clkao dot org>
|
||||
Algorithm::Annotate generates a list that is useful for generating output
|
||||
simliar to 'cvs annotate'.
|
||||
|
||||
%prep
|
||||
%setup -n Algorithm-Annotate-%{version}
|
||||
%autosetup -n %{cpan_name}-%{cpan_version} -p1
|
||||
|
||||
%build
|
||||
perl Makefile.PL
|
||||
%{__make}
|
||||
perl Makefile.PL INSTALLDIRS=vendor
|
||||
%make_build
|
||||
|
||||
%check
|
||||
make test
|
||||
|
||||
%install
|
||||
%perl_make_install
|
||||
%perl_process_packlist
|
||||
%perl_gen_filelist
|
||||
|
||||
%clean
|
||||
[ "${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}
|
||||
%files -f %{name}.files
|
||||
|
||||
%changelog
|
||||
|
Reference in New Issue
Block a user