forked from pool/perl-Module-CPANfile
Compare commits
10 Commits
4463f91188
...
011bff3523
Author | SHA256 | Date | |
---|---|---|---|
011bff3523 | |||
|
739d1450b8 | ||
a7b6033c3c | |||
|
83b1f57c37 | ||
1495c38340 | |||
d1cf753ab4 | |||
e0dc8a650c | |||
|
3b7297ef34 | ||
|
a104e3ab1b | ||
|
e1e3d0211b |
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3c4e9e2b870dd25e2615d844a1f9fa1f6f4d4635f90ea38fb24eb1217606fa24
|
||||
size 20292
|
3
Module-CPANfile-1.1004.tar.gz
Normal file
3
Module-CPANfile-1.1004.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:88efbe2e9a642dceaa186430fedfcf999aaf0e06f6cced28a714b8e56b514921
|
||||
size 22989
|
23
cpanspec.yml
Normal file
23
cpanspec.yml
Normal file
@@ -0,0 +1,23 @@
|
||||
---
|
||||
#description_paragraphs: 3
|
||||
#no_testing: broken upstream
|
||||
#sources:
|
||||
# - source1
|
||||
# - source2
|
||||
#patches:
|
||||
# foo.patch: -p1
|
||||
# bar.patch:
|
||||
#preamble: |-
|
||||
# BuildRequires: gcc-c++
|
||||
#post_prep: |-
|
||||
# hunspell=`pkg-config --libs hunspell | sed -e 's,-l,,; s, *,,g'`
|
||||
# sed -i -e "s,hunspell-X,$hunspell," t/00-prereq.t Makefile.PL
|
||||
#post_install: |-
|
||||
# sed on %{name}.files
|
||||
#license: SUSE-NonFree
|
||||
#skip_noarch: 1
|
||||
#custom_build: |-
|
||||
#./Build build flags=%{?_smp_mflags} --myflag
|
||||
#custom_test: |-
|
||||
#startserver && make test
|
||||
#ignore_requires: Bizarre::Module
|
@@ -1,3 +1,63 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 27 05:34:18 UTC 2018 - coolo@suse.com
|
||||
|
||||
- updated to 1.1004
|
||||
see /usr/share/doc/packages/perl-Module-CPANfile/Changes
|
||||
|
||||
1.1004 2018-04-26 02:07:14 PDT
|
||||
- Fix a bug in to_strings with empty feature block (charsbar) #50
|
||||
- Explicitly add . in tests for perl 5.26
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 23 05:40:57 UTC 2018 - coolo@suse.com
|
||||
|
||||
- updated to 1.1003
|
||||
see /usr/share/doc/packages/perl-Module-CPANfile/Changes
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Feb 13 10:17:59 UTC 2016 - coolo@suse.com
|
||||
|
||||
- updated to 1.1002
|
||||
see /usr/share/doc/packages/perl-Module-CPANfile/Changes
|
||||
|
||||
1.1002 2016-02-12 08:23:00 PST
|
||||
- Make it work under the taint mode (-T) #41
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 10 09:48:46 UTC 2015 - coolo@suse.com
|
||||
|
||||
- updated to 1.1001
|
||||
see /usr/share/doc/packages/perl-Module-CPANfile/Changes
|
||||
|
||||
1.1001 2015-09-04 14:07:14 CEST
|
||||
- Fixed tests to avoid using subtests. #38
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 15 12:52:31 UTC 2014 - coolo@suse.com
|
||||
|
||||
- updated to 1.1000
|
||||
- Make it non-development release
|
||||
|
||||
1.0905 2013-12-09 16:26:08 PST
|
||||
- Support mirror syntax (masaki) #22
|
||||
|
||||
1.0904 2013-09-21 07:56:31 JST
|
||||
- Removed git/ref accessor from Requirement
|
||||
- Added $requirement->has_options
|
||||
|
||||
1.0903 2013-09-20 15:36:30 JST
|
||||
- Added $cpanfile->merged_requirements to get the CPAN::Meta::Requirements for all prereqs
|
||||
|
||||
1.0902 2013-09-20 13:45:15 JST
|
||||
- s/rev/ref/ for git options
|
||||
|
||||
1.0901 2013-09-19 18:59:55 JST
|
||||
- Remove unused code
|
||||
|
||||
1.0900 2013-09-19 18:45:59 JST
|
||||
- Experimental support for git URL specification
|
||||
- Complete rewrite of internal to preserve original prereq statement as much as possible
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 1 06:42:15 UTC 2013 - coolo@suse.com
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package perl-Module-CPANfile
|
||||
#
|
||||
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -17,37 +17,36 @@
|
||||
|
||||
|
||||
Name: perl-Module-CPANfile
|
||||
Version: 1.0002
|
||||
Version: 1.1004
|
||||
Release: 0
|
||||
%define cpan_name Module-CPANfile
|
||||
Summary: Parse cpanfile
|
||||
License: Artistic-1.0 or GPL-1.0+
|
||||
License: Artistic-1.0 OR GPL-1.0-or-later
|
||||
Group: Development/Libraries/Perl
|
||||
Url: http://search.cpan.org/dist/Module-CPANfile/
|
||||
Source: http://www.cpan.org/authors/id/M/MI/MIYAGAWA/%{cpan_name}-%{version}.tar.gz
|
||||
Source0: https://cpan.metacpan.org/authors/id/M/MI/MIYAGAWA/%{cpan_name}-%{version}.tar.gz
|
||||
Source1: cpanspec.yml
|
||||
BuildArch: noarch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildRequires: perl
|
||||
BuildRequires: perl-macros
|
||||
BuildRequires: perl(CPAN::Meta) >= 2.12091
|
||||
BuildRequires: perl(CPAN::Meta::Prereqs) >= 2.12091
|
||||
BuildRequires: perl(File::pushd)
|
||||
BuildRequires: perl(Test::More) >= 0.88
|
||||
#BuildRequires: perl(CPAN::Meta::Feature)
|
||||
#BuildRequires: perl(Module::CPANfile)
|
||||
#BuildRequires: perl(Module::CPANfile::Environment)
|
||||
#BuildRequires: perl(Module::CPANfile::Result)
|
||||
#BuildRequires: perl(t::Utils)
|
||||
BuildRequires: perl(parent)
|
||||
Requires: perl(CPAN::Meta) >= 2.12091
|
||||
Requires: perl(CPAN::Meta::Prereqs) >= 2.12091
|
||||
Requires: perl(parent)
|
||||
%{perl_requires}
|
||||
|
||||
%description
|
||||
Module::CPANfile is a tool to handle the cpanfile manpage format to load
|
||||
application specific dependencies, not just for CPAN distributions.
|
||||
Module::CPANfile is a tool to handle cpanfile format to load application
|
||||
specific dependencies, not just for CPAN distributions.
|
||||
|
||||
%prep
|
||||
%setup -q -n %{cpan_name}-%{version}
|
||||
find . -type f -print0 | xargs -0 chmod 644
|
||||
find . -type f ! -name \*.pl -print0 | xargs -0 chmod 644
|
||||
|
||||
%build
|
||||
%{__perl} Makefile.PL INSTALLDIRS=vendor
|
||||
@@ -63,6 +62,7 @@ find . -type f -print0 | xargs -0 chmod 644
|
||||
|
||||
%files -f %{name}.files
|
||||
%defattr(-,root,root,755)
|
||||
%doc Changes cpanfile LICENSE README
|
||||
%doc Changes README
|
||||
%license LICENSE
|
||||
|
||||
%changelog
|
||||
|
Reference in New Issue
Block a user