forked from pool/perl-Alien-Build
Accepting request 749482 from home:pmonrealgonzalez:branches:devel:languages:perl
- Update spec file OBS-URL: https://build.opensuse.org/request/show/749482 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Alien-Build?expand=0&rev=28
This commit is contained in:
parent
9d7f25dcb2
commit
386730da6a
@ -1,5 +1,5 @@
|
|||||||
---
|
---
|
||||||
#description_paragraphs: 3
|
description_paragraphs: 1
|
||||||
#description: |-
|
#description: |-
|
||||||
# override description from CPAN
|
# override description from CPAN
|
||||||
#summary: override summary from CPAN
|
#summary: override summary from CPAN
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Nov 19 10:07:39 UTC 2019 - Pedro Monreal Gonzalez <pmonrealgonzalez@suse.com>
|
||||||
|
|
||||||
|
- Update spec file
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Nov 5 09:15:53 UTC 2019 - <timueller+perl@suse.de>
|
Tue Nov 5 09:15:53 UTC 2019 - <timueller+perl@suse.de>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package perl-Alien-Build
|
# 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
|
# 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
|
||||||
@ -23,10 +23,9 @@ Release: 0
|
|||||||
Summary: Build external dependencies for use in CPAN
|
Summary: Build external dependencies for use in CPAN
|
||||||
License: Artistic-1.0 OR GPL-1.0-or-later
|
License: Artistic-1.0 OR GPL-1.0-or-later
|
||||||
Group: Development/Libraries/Perl
|
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
|
Source0: https://cpan.metacpan.org/authors/id/P/PL/PLICEASE/%{cpan_name}-%{version}.tar.gz
|
||||||
Source1: cpanspec.yml
|
Source1: cpanspec.yml
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
||||||
BuildRequires: perl
|
BuildRequires: perl
|
||||||
BuildRequires: perl-macros
|
BuildRequires: perl-macros
|
||||||
BuildRequires: perl(Capture::Tiny) >= 0.17
|
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
|
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.
|
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
|
%prep
|
||||||
%setup -q -n %{cpan_name}-%{version}
|
%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
|
find . -type f ! -path "*/t/*" ! -name "*.pl" ! -name "*.sh" ! -path "*/bin/*" ! -path "*/script/*" ! -name "configure" -print0 | xargs -0 chmod 644
|
||||||
|
Loading…
Reference in New Issue
Block a user