diff --git a/cpanspec.yml b/cpanspec.yml index c1654dd..074eda1 100644 --- a/cpanspec.yml +++ b/cpanspec.yml @@ -1,5 +1,5 @@ --- -#description_paragraphs: 3 +description_paragraphs: 1 #description: |- # override description from CPAN #summary: override summary from CPAN diff --git a/perl-Alien-Build.changes b/perl-Alien-Build.changes index fbf2f29..b3b9129 100644 --- a/perl-Alien-Build.changes +++ b/perl-Alien-Build.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Nov 19 10:07:39 UTC 2019 - Pedro Monreal Gonzalez + +- Update spec file + ------------------------------------------------------------------- Tue Nov 5 09:15:53 UTC 2019 - diff --git a/perl-Alien-Build.spec b/perl-Alien-Build.spec index ca60329..391dfb0 100644 --- a/perl-Alien-Build.spec +++ b/perl-Alien-Build.spec @@ -1,7 +1,7 @@ # # spec file for package perl-Alien-Build # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LLC. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -23,10 +23,9 @@ Release: 0 Summary: Build external dependencies for use in CPAN License: Artistic-1.0 OR GPL-1.0-or-later Group: Development/Libraries/Perl -Url: https://metacpan.org/release/%{cpan_name} +URL: https://metacpan.org/release/%{cpan_name} Source0: https://cpan.metacpan.org/authors/id/P/PL/PLICEASE/%{cpan_name}-%{version}.tar.gz Source1: cpanspec.yml -BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl BuildRequires: perl-macros BuildRequires: perl(Capture::Tiny) >= 0.17 @@ -69,38 +68,6 @@ This module provides tools for building external (non-CPAN) dependencies for CPAN. It is mainly designed to be used at install time of a CPAN client, and work closely with Alien::Base which is used at runtime. -This is the detailed documentation for the Alien::Build class. If you are -starting out you probably want to do so from one of these documents: - -* Alien::Build::Manual::Alien - -A broad overview of 'Alien-Build' and its ecosystem. - -* Alien::Build::Manual::AlienUser - -For users of an 'Alien::libfoo' that is implemented using Alien::Base. (The -developer of 'Alien::libfoo' _should_ provide the documentation necessary, -but if not, this is the place to start). - -* Alien::Build::Manual::AlienAuthor - -If you are writing your own Alien based on Alien::Build and Alien::Base. - -* Alien::Build::Manual::FAQ - -If you have a common question that has already been answered, like "How do -I use alienfile with some build system". - -* Alien::Build::Manual::PluginAuthor - -This is for the brave souls who want to write plugins that will work with -Alien::Build + alienfile. - -Note that you will not usually create a Alien::Build instance directly, but -rather be using a thin installer layer, such as Alien::Build::MM (for use -with ExtUtils::MakeMaker) or Alien::Build::MB (for use with Module::Build). -One of the goals of this project is to remain installer agnostic. - %prep %setup -q -n %{cpan_name}-%{version} find . -type f ! -path "*/t/*" ! -name "*.pl" ! -name "*.sh" ! -path "*/bin/*" ! -path "*/script/*" ! -name "configure" -print0 | xargs -0 chmod 644