2009-11-28 21:44:33 +00:00
|
|
|
#
|
- updated to 1.218
Summary:
- Fixes for various parsing and documentation bugs
- 1MB limit on input document size removed
- Moved repository to GitHub: https://github.com/adamkennedy/PPI
Details:
- Stop directing bugs to rt.cpan.org (GitHub #40) (MOREGAN)
- Fix documentation reference to List::Util (RT #75308) (RWSTAUNER)
- Improve scalability of parsing long lines, and remove the size
limit on documents PPI will parse (GitHub #5) (MITHALDU)
- Speed up adding an element to an unlabeled statement.
Allow inlining of some methods. (WOLFSAGE)
- Expanded test coverage (DOLMEN, MOREGAN)
- Convert inline tests to standalone tests (GitHub #12) (MOREGAN)
- Fix for '1=>x' being parsed as x operator (GitHub #46) (MOREGAN)
- Recognize that '1 x3' is the x operator followed by a 3
(RT #37892, GitHub #27) (MOREGAN)
- Support all augmented assignment operators (<<=, ||=, etc.)
(RT #68176, 71705) (MOREGAN)
- Stop upper-case "=CUT" from terminating POD (RT #75039) (JAE)
- Support upper-case digits in hex and binary numbers, including
in the leading '0X' and '0B'. (RT #36540) (KRYDE, MOREGAN)
- Fix float argument to range operator misparsed as version
string (RT #45014) (MOREGAN)
- Fix POD markup in PPI::Find (RT #51693) (FWIE)
- Fix spelling of "Tom Christiansen" (RT #67264) (TADMC)
- Fix a large raft of spelling and grammar errors (RT #85049) (David
Steinbrunner, DOLMEN, MOREGAN)
- Fix errors in documentation of the PPI::Element class hierarchy
(RT #30863, 69026) (SJQUINNEY)
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-PPI?expand=0&rev=11
2014-09-15 15:26:01 +00:00
|
|
|
# spec file for package perl-PPI
|
2009-11-28 21:44:33 +00:00
|
|
|
#
|
2025-05-20 10:07:39 +00:00
|
|
|
# Copyright (c) 2025 SUSE LLC
|
2009-11-28 21:44:33 +00:00
|
|
|
#
|
2010-07-13 14:18:10 +00:00
|
|
|
# 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.
|
|
|
|
|
2019-04-27 10:28:01 +00:00
|
|
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
2009-11-28 21:44:33 +00:00
|
|
|
#
|
|
|
|
|
- updated to 1.218
Summary:
- Fixes for various parsing and documentation bugs
- 1MB limit on input document size removed
- Moved repository to GitHub: https://github.com/adamkennedy/PPI
Details:
- Stop directing bugs to rt.cpan.org (GitHub #40) (MOREGAN)
- Fix documentation reference to List::Util (RT #75308) (RWSTAUNER)
- Improve scalability of parsing long lines, and remove the size
limit on documents PPI will parse (GitHub #5) (MITHALDU)
- Speed up adding an element to an unlabeled statement.
Allow inlining of some methods. (WOLFSAGE)
- Expanded test coverage (DOLMEN, MOREGAN)
- Convert inline tests to standalone tests (GitHub #12) (MOREGAN)
- Fix for '1=>x' being parsed as x operator (GitHub #46) (MOREGAN)
- Recognize that '1 x3' is the x operator followed by a 3
(RT #37892, GitHub #27) (MOREGAN)
- Support all augmented assignment operators (<<=, ||=, etc.)
(RT #68176, 71705) (MOREGAN)
- Stop upper-case "=CUT" from terminating POD (RT #75039) (JAE)
- Support upper-case digits in hex and binary numbers, including
in the leading '0X' and '0B'. (RT #36540) (KRYDE, MOREGAN)
- Fix float argument to range operator misparsed as version
string (RT #45014) (MOREGAN)
- Fix POD markup in PPI::Find (RT #51693) (FWIE)
- Fix spelling of "Tom Christiansen" (RT #67264) (TADMC)
- Fix a large raft of spelling and grammar errors (RT #85049) (David
Steinbrunner, DOLMEN, MOREGAN)
- Fix errors in documentation of the PPI::Element class hierarchy
(RT #30863, 69026) (SJQUINNEY)
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-PPI?expand=0&rev=11
2014-09-15 15:26:01 +00:00
|
|
|
|
2022-01-28 10:06:23 +00:00
|
|
|
%define cpan_name PPI
|
2010-07-13 14:18:10 +00:00
|
|
|
Name: perl-PPI
|
2025-05-20 10:07:39 +00:00
|
|
|
Version: 1.283.0
|
- updated to 1.218
Summary:
- Fixes for various parsing and documentation bugs
- 1MB limit on input document size removed
- Moved repository to GitHub: https://github.com/adamkennedy/PPI
Details:
- Stop directing bugs to rt.cpan.org (GitHub #40) (MOREGAN)
- Fix documentation reference to List::Util (RT #75308) (RWSTAUNER)
- Improve scalability of parsing long lines, and remove the size
limit on documents PPI will parse (GitHub #5) (MITHALDU)
- Speed up adding an element to an unlabeled statement.
Allow inlining of some methods. (WOLFSAGE)
- Expanded test coverage (DOLMEN, MOREGAN)
- Convert inline tests to standalone tests (GitHub #12) (MOREGAN)
- Fix for '1=>x' being parsed as x operator (GitHub #46) (MOREGAN)
- Recognize that '1 x3' is the x operator followed by a 3
(RT #37892, GitHub #27) (MOREGAN)
- Support all augmented assignment operators (<<=, ||=, etc.)
(RT #68176, 71705) (MOREGAN)
- Stop upper-case "=CUT" from terminating POD (RT #75039) (JAE)
- Support upper-case digits in hex and binary numbers, including
in the leading '0X' and '0B'. (RT #36540) (KRYDE, MOREGAN)
- Fix float argument to range operator misparsed as version
string (RT #45014) (MOREGAN)
- Fix POD markup in PPI::Find (RT #51693) (FWIE)
- Fix spelling of "Tom Christiansen" (RT #67264) (TADMC)
- Fix a large raft of spelling and grammar errors (RT #85049) (David
Steinbrunner, DOLMEN, MOREGAN)
- Fix errors in documentation of the PPI::Element class hierarchy
(RT #30863, 69026) (SJQUINNEY)
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-PPI?expand=0&rev=11
2014-09-15 15:26:01 +00:00
|
|
|
Release: 0
|
2025-05-20 10:07:39 +00:00
|
|
|
# 1.283 -> normalize -> 1.283.0
|
|
|
|
%define cpan_version 1.283
|
2019-04-27 10:28:01 +00:00
|
|
|
License: Artistic-1.0 OR GPL-1.0-or-later
|
2022-04-28 05:10:32 +00:00
|
|
|
Summary: Parse, Analyze and Manipulate Perl (without perl)
|
2022-01-28 10:06:23 +00:00
|
|
|
URL: https://metacpan.org/release/%{cpan_name}
|
2024-09-26 16:24:22 +00:00
|
|
|
Source0: https://cpan.metacpan.org/authors/id/M/MI/MITHALDU/%{cpan_name}-%{cpan_version}.tar.gz
|
2015-04-29 18:10:23 +00:00
|
|
|
Source1: cpanspec.yml
|
2025-08-12 18:16:43 +02:00
|
|
|
Source100: README.md
|
2010-07-13 14:18:10 +00:00
|
|
|
BuildArch: noarch
|
|
|
|
BuildRequires: perl
|
|
|
|
BuildRequires: perl-macros
|
2025-05-20 10:07:39 +00:00
|
|
|
BuildRequires: perl(Class::Inspector) >= 1.220
|
|
|
|
BuildRequires: perl(Clone) >= 0.300
|
2017-05-18 08:29:51 +00:00
|
|
|
BuildRequires: perl(List::Util) >= 1.33
|
2025-05-20 10:07:39 +00:00
|
|
|
BuildRequires: perl(Params::Util) >= 1.0.0
|
2025-01-06 16:53:52 +00:00
|
|
|
BuildRequires: perl(Safe::Isa)
|
- updated to 1.218
Summary:
- Fixes for various parsing and documentation bugs
- 1MB limit on input document size removed
- Moved repository to GitHub: https://github.com/adamkennedy/PPI
Details:
- Stop directing bugs to rt.cpan.org (GitHub #40) (MOREGAN)
- Fix documentation reference to List::Util (RT #75308) (RWSTAUNER)
- Improve scalability of parsing long lines, and remove the size
limit on documents PPI will parse (GitHub #5) (MITHALDU)
- Speed up adding an element to an unlabeled statement.
Allow inlining of some methods. (WOLFSAGE)
- Expanded test coverage (DOLMEN, MOREGAN)
- Convert inline tests to standalone tests (GitHub #12) (MOREGAN)
- Fix for '1=>x' being parsed as x operator (GitHub #46) (MOREGAN)
- Recognize that '1 x3' is the x operator followed by a 3
(RT #37892, GitHub #27) (MOREGAN)
- Support all augmented assignment operators (<<=, ||=, etc.)
(RT #68176, 71705) (MOREGAN)
- Stop upper-case "=CUT" from terminating POD (RT #75039) (JAE)
- Support upper-case digits in hex and binary numbers, including
in the leading '0X' and '0B'. (RT #36540) (KRYDE, MOREGAN)
- Fix float argument to range operator misparsed as version
string (RT #45014) (MOREGAN)
- Fix POD markup in PPI::Find (RT #51693) (FWIE)
- Fix spelling of "Tom Christiansen" (RT #67264) (TADMC)
- Fix a large raft of spelling and grammar errors (RT #85049) (David
Steinbrunner, DOLMEN, MOREGAN)
- Fix errors in documentation of the PPI::Element class hierarchy
(RT #30863, 69026) (SJQUINNEY)
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-PPI?expand=0&rev=11
2014-09-15 15:26:01 +00:00
|
|
|
BuildRequires: perl(Storable) >= 2.17
|
2010-07-13 14:18:10 +00:00
|
|
|
BuildRequires: perl(Task::Weaken)
|
2022-01-28 10:06:23 +00:00
|
|
|
BuildRequires: perl(Test::More) >= 0.96
|
2019-05-05 09:23:39 +00:00
|
|
|
BuildRequires: perl(Test::NoWarnings)
|
2025-05-20 10:07:39 +00:00
|
|
|
BuildRequires: perl(Test::Object) >= 0.70.0
|
|
|
|
BuildRequires: perl(Test::SubCalls) >= 1.70.0
|
2025-01-06 16:53:52 +00:00
|
|
|
BuildRequires: perl(YAML::PP)
|
2023-09-28 10:55:07 +00:00
|
|
|
BuildRequires: perl(parent)
|
2025-01-06 16:53:52 +00:00
|
|
|
BuildRequires: perl(version) >= 0.77
|
2025-05-20 10:07:39 +00:00
|
|
|
Requires: perl(Clone) >= 0.300
|
2017-05-18 08:29:51 +00:00
|
|
|
Requires: perl(List::Util) >= 1.33
|
2025-05-20 10:07:39 +00:00
|
|
|
Requires: perl(Params::Util) >= 1.0.0
|
2025-01-06 16:53:52 +00:00
|
|
|
Requires: perl(Safe::Isa)
|
- updated to 1.218
Summary:
- Fixes for various parsing and documentation bugs
- 1MB limit on input document size removed
- Moved repository to GitHub: https://github.com/adamkennedy/PPI
Details:
- Stop directing bugs to rt.cpan.org (GitHub #40) (MOREGAN)
- Fix documentation reference to List::Util (RT #75308) (RWSTAUNER)
- Improve scalability of parsing long lines, and remove the size
limit on documents PPI will parse (GitHub #5) (MITHALDU)
- Speed up adding an element to an unlabeled statement.
Allow inlining of some methods. (WOLFSAGE)
- Expanded test coverage (DOLMEN, MOREGAN)
- Convert inline tests to standalone tests (GitHub #12) (MOREGAN)
- Fix for '1=>x' being parsed as x operator (GitHub #46) (MOREGAN)
- Recognize that '1 x3' is the x operator followed by a 3
(RT #37892, GitHub #27) (MOREGAN)
- Support all augmented assignment operators (<<=, ||=, etc.)
(RT #68176, 71705) (MOREGAN)
- Stop upper-case "=CUT" from terminating POD (RT #75039) (JAE)
- Support upper-case digits in hex and binary numbers, including
in the leading '0X' and '0B'. (RT #36540) (KRYDE, MOREGAN)
- Fix float argument to range operator misparsed as version
string (RT #45014) (MOREGAN)
- Fix POD markup in PPI::Find (RT #51693) (FWIE)
- Fix spelling of "Tom Christiansen" (RT #67264) (TADMC)
- Fix a large raft of spelling and grammar errors (RT #85049) (David
Steinbrunner, DOLMEN, MOREGAN)
- Fix errors in documentation of the PPI::Element class hierarchy
(RT #30863, 69026) (SJQUINNEY)
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-PPI?expand=0&rev=11
2014-09-15 15:26:01 +00:00
|
|
|
Requires: perl(Storable) >= 2.17
|
2010-07-13 14:18:10 +00:00
|
|
|
Requires: perl(Task::Weaken)
|
2025-01-06 16:53:52 +00:00
|
|
|
Requires: perl(YAML::PP)
|
|
|
|
Requires: perl(version) >= 0.77
|
2024-04-06 12:55:33 +00:00
|
|
|
Provides: perl(PPI) = %{version}
|
|
|
|
Provides: perl(PPI::Cache) = %{version}
|
|
|
|
Provides: perl(PPI::Document) = %{version}
|
|
|
|
Provides: perl(PPI::Document::File) = %{version}
|
|
|
|
Provides: perl(PPI::Document::Fragment) = %{version}
|
|
|
|
Provides: perl(PPI::Document::Normalized) = %{version}
|
|
|
|
Provides: perl(PPI::Dumper) = %{version}
|
|
|
|
Provides: perl(PPI::Element) = %{version}
|
|
|
|
Provides: perl(PPI::Exception) = %{version}
|
|
|
|
Provides: perl(PPI::Exception::ParserRejection) = %{version}
|
|
|
|
Provides: perl(PPI::Find) = %{version}
|
|
|
|
Provides: perl(PPI::Lexer) = %{version}
|
|
|
|
Provides: perl(PPI::Node) = %{version}
|
|
|
|
Provides: perl(PPI::Normal) = %{version}
|
|
|
|
Provides: perl(PPI::Normal::Standard) = %{version}
|
|
|
|
Provides: perl(PPI::Singletons) = %{version}
|
|
|
|
Provides: perl(PPI::Statement) = %{version}
|
|
|
|
Provides: perl(PPI::Statement::Break) = %{version}
|
|
|
|
Provides: perl(PPI::Statement::Compound) = %{version}
|
|
|
|
Provides: perl(PPI::Statement::Data) = %{version}
|
|
|
|
Provides: perl(PPI::Statement::End) = %{version}
|
|
|
|
Provides: perl(PPI::Statement::Expression) = %{version}
|
|
|
|
Provides: perl(PPI::Statement::Given) = %{version}
|
|
|
|
Provides: perl(PPI::Statement::Include) = %{version}
|
|
|
|
Provides: perl(PPI::Statement::Include::Perl6) = %{version}
|
|
|
|
Provides: perl(PPI::Statement::Null) = %{version}
|
|
|
|
Provides: perl(PPI::Statement::Package) = %{version}
|
|
|
|
Provides: perl(PPI::Statement::Scheduled) = %{version}
|
|
|
|
Provides: perl(PPI::Statement::Sub) = %{version}
|
|
|
|
Provides: perl(PPI::Statement::Unknown) = %{version}
|
|
|
|
Provides: perl(PPI::Statement::UnmatchedBrace) = %{version}
|
|
|
|
Provides: perl(PPI::Statement::Variable) = %{version}
|
|
|
|
Provides: perl(PPI::Statement::When) = %{version}
|
|
|
|
Provides: perl(PPI::Structure) = %{version}
|
|
|
|
Provides: perl(PPI::Structure::Block) = %{version}
|
|
|
|
Provides: perl(PPI::Structure::Condition) = %{version}
|
|
|
|
Provides: perl(PPI::Structure::Constructor) = %{version}
|
|
|
|
Provides: perl(PPI::Structure::For) = %{version}
|
|
|
|
Provides: perl(PPI::Structure::Given) = %{version}
|
|
|
|
Provides: perl(PPI::Structure::List) = %{version}
|
2025-01-06 16:53:52 +00:00
|
|
|
Provides: perl(PPI::Structure::Signature) = %{version}
|
2024-04-06 12:55:33 +00:00
|
|
|
Provides: perl(PPI::Structure::Subscript) = %{version}
|
|
|
|
Provides: perl(PPI::Structure::Unknown) = %{version}
|
|
|
|
Provides: perl(PPI::Structure::When) = %{version}
|
|
|
|
Provides: perl(PPI::Token) = %{version}
|
|
|
|
Provides: perl(PPI::Token::ArrayIndex) = %{version}
|
|
|
|
Provides: perl(PPI::Token::Attribute) = %{version}
|
|
|
|
Provides: perl(PPI::Token::BOM) = %{version}
|
|
|
|
Provides: perl(PPI::Token::Cast) = %{version}
|
|
|
|
Provides: perl(PPI::Token::Comment) = %{version}
|
|
|
|
Provides: perl(PPI::Token::DashedWord) = %{version}
|
|
|
|
Provides: perl(PPI::Token::Data) = %{version}
|
|
|
|
Provides: perl(PPI::Token::End) = %{version}
|
|
|
|
Provides: perl(PPI::Token::HereDoc) = %{version}
|
|
|
|
Provides: perl(PPI::Token::Label) = %{version}
|
|
|
|
Provides: perl(PPI::Token::Magic) = %{version}
|
|
|
|
Provides: perl(PPI::Token::Number) = %{version}
|
|
|
|
Provides: perl(PPI::Token::Number::Binary) = %{version}
|
|
|
|
Provides: perl(PPI::Token::Number::Exp) = %{version}
|
|
|
|
Provides: perl(PPI::Token::Number::Float) = %{version}
|
|
|
|
Provides: perl(PPI::Token::Number::Hex) = %{version}
|
|
|
|
Provides: perl(PPI::Token::Number::Octal) = %{version}
|
|
|
|
Provides: perl(PPI::Token::Number::Version) = %{version}
|
|
|
|
Provides: perl(PPI::Token::Operator) = %{version}
|
|
|
|
Provides: perl(PPI::Token::Pod) = %{version}
|
|
|
|
Provides: perl(PPI::Token::Prototype) = %{version}
|
|
|
|
Provides: perl(PPI::Token::Quote) = %{version}
|
|
|
|
Provides: perl(PPI::Token::Quote::Double) = %{version}
|
|
|
|
Provides: perl(PPI::Token::Quote::Interpolate) = %{version}
|
|
|
|
Provides: perl(PPI::Token::Quote::Literal) = %{version}
|
|
|
|
Provides: perl(PPI::Token::Quote::Single) = %{version}
|
|
|
|
Provides: perl(PPI::Token::QuoteLike) = %{version}
|
|
|
|
Provides: perl(PPI::Token::QuoteLike::Backtick) = %{version}
|
|
|
|
Provides: perl(PPI::Token::QuoteLike::Command) = %{version}
|
|
|
|
Provides: perl(PPI::Token::QuoteLike::Readline) = %{version}
|
|
|
|
Provides: perl(PPI::Token::QuoteLike::Regexp) = %{version}
|
|
|
|
Provides: perl(PPI::Token::QuoteLike::Words) = %{version}
|
|
|
|
Provides: perl(PPI::Token::Regexp) = %{version}
|
|
|
|
Provides: perl(PPI::Token::Regexp::Match) = %{version}
|
|
|
|
Provides: perl(PPI::Token::Regexp::Substitute) = %{version}
|
|
|
|
Provides: perl(PPI::Token::Regexp::Transliterate) = %{version}
|
|
|
|
Provides: perl(PPI::Token::Separator) = %{version}
|
|
|
|
Provides: perl(PPI::Token::Structure) = %{version}
|
|
|
|
Provides: perl(PPI::Token::Symbol) = %{version}
|
|
|
|
Provides: perl(PPI::Token::Unknown) = %{version}
|
|
|
|
Provides: perl(PPI::Token::Whitespace) = %{version}
|
|
|
|
Provides: perl(PPI::Token::Word) = %{version}
|
|
|
|
Provides: perl(PPI::Tokenizer) = %{version}
|
|
|
|
Provides: perl(PPI::Transform) = %{version}
|
|
|
|
Provides: perl(PPI::Transform::UpdateCopyright) = %{version}
|
|
|
|
Provides: perl(PPI::Util) = %{version}
|
|
|
|
Provides: perl(PPI::XSAccessor) = %{version}
|
2024-03-08 22:55:51 +00:00
|
|
|
%undefine __perllib_provides
|
2011-03-31 18:31:56 +00:00
|
|
|
%{perl_requires}
|
2009-11-28 21:44:33 +00:00
|
|
|
|
|
|
|
%description
|
- updated to 1.218
Summary:
- Fixes for various parsing and documentation bugs
- 1MB limit on input document size removed
- Moved repository to GitHub: https://github.com/adamkennedy/PPI
Details:
- Stop directing bugs to rt.cpan.org (GitHub #40) (MOREGAN)
- Fix documentation reference to List::Util (RT #75308) (RWSTAUNER)
- Improve scalability of parsing long lines, and remove the size
limit on documents PPI will parse (GitHub #5) (MITHALDU)
- Speed up adding an element to an unlabeled statement.
Allow inlining of some methods. (WOLFSAGE)
- Expanded test coverage (DOLMEN, MOREGAN)
- Convert inline tests to standalone tests (GitHub #12) (MOREGAN)
- Fix for '1=>x' being parsed as x operator (GitHub #46) (MOREGAN)
- Recognize that '1 x3' is the x operator followed by a 3
(RT #37892, GitHub #27) (MOREGAN)
- Support all augmented assignment operators (<<=, ||=, etc.)
(RT #68176, 71705) (MOREGAN)
- Stop upper-case "=CUT" from terminating POD (RT #75039) (JAE)
- Support upper-case digits in hex and binary numbers, including
in the leading '0X' and '0B'. (RT #36540) (KRYDE, MOREGAN)
- Fix float argument to range operator misparsed as version
string (RT #45014) (MOREGAN)
- Fix POD markup in PPI::Find (RT #51693) (FWIE)
- Fix spelling of "Tom Christiansen" (RT #67264) (TADMC)
- Fix a large raft of spelling and grammar errors (RT #85049) (David
Steinbrunner, DOLMEN, MOREGAN)
- Fix errors in documentation of the PPI::Element class hierarchy
(RT #30863, 69026) (SJQUINNEY)
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-PPI?expand=0&rev=11
2014-09-15 15:26:01 +00:00
|
|
|
Parse, Analyze and Manipulate Perl (without perl)
|
2009-11-28 21:44:33 +00:00
|
|
|
|
|
|
|
%prep
|
2025-05-20 10:07:39 +00:00
|
|
|
%autosetup -n %{cpan_name}-%{cpan_version} -p1
|
2023-09-28 10:55:07 +00:00
|
|
|
|
|
|
|
find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path "*/script/*" ! -path "*/scripts/*" ! -name "configure" -print0 | xargs -0 chmod 644
|
2009-11-28 21:44:33 +00:00
|
|
|
|
|
|
|
%build
|
2019-04-27 10:28:01 +00:00
|
|
|
perl Makefile.PL INSTALLDIRS=vendor
|
2022-01-28 10:06:23 +00:00
|
|
|
%make_build
|
2009-11-28 21:44:33 +00:00
|
|
|
|
|
|
|
%check
|
2019-04-27 10:28:01 +00:00
|
|
|
make test
|
2009-11-28 21:44:33 +00:00
|
|
|
|
|
|
|
%install
|
|
|
|
%perl_make_install
|
2011-03-31 18:31:56 +00:00
|
|
|
%perl_process_packlist
|
2010-07-13 14:18:10 +00:00
|
|
|
%perl_gen_filelist
|
2009-11-28 21:44:33 +00:00
|
|
|
|
2010-07-13 14:18:10 +00:00
|
|
|
%files -f %{name}.files
|
2019-04-27 10:28:01 +00:00
|
|
|
%doc Changes dev_notes.txt README
|
2017-05-18 08:29:51 +00:00
|
|
|
%license LICENSE
|
2009-11-28 21:44:33 +00:00
|
|
|
|
|
|
|
%changelog
|