Accepting request 311220 from devel:languages:perl
1 OBS-URL: https://build.opensuse.org/request/show/311220 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-namespace-autoclean?expand=0&rev=14
This commit is contained in:
commit
ab131af879
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 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6069c95585cfd910f02592b0ef9aed5b3def014c413517b0ec3dae2fde7a4f57
|
||||
size 36241
|
3
namespace-autoclean-0.26.tar.gz
Normal file
3
namespace-autoclean-0.26.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c0f805acd3b565c611324b7bde20d32f6ffc31afefc5b8e52f54994802594d43
|
||||
size 37227
|
@ -1,3 +1,17 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Jun 7 09:15:30 UTC 2015 - coolo@suse.com
|
||||
|
||||
- updated to 0.26
|
||||
see /usr/share/doc/packages/perl-namespace-autoclean/Changes
|
||||
|
||||
0.26 2015-06-07 02:53:17Z
|
||||
- mark all Mouse tests as TODO below perl 5.010, to enable installation
|
||||
despite apparent instability issues (see RT#101825)
|
||||
|
||||
0.25 2015-06-03 01:09:06Z
|
||||
- load Moo::Role earlier in a test, to make a potential misconfiguration
|
||||
more visible
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 6 13:13:02 UTC 2015 - coolo@suse.com
|
||||
|
||||
|
@ -17,14 +17,15 @@
|
||||
|
||||
|
||||
Name: perl-namespace-autoclean
|
||||
Version: 0.24
|
||||
Version: 0.26
|
||||
Release: 0
|
||||
%define cpan_name namespace-autoclean
|
||||
Summary: Keep imports out of your namespace
|
||||
License: Artistic-1.0 or GPL-1.0+
|
||||
Group: Development/Libraries/Perl
|
||||
Url: http://search.cpan.org/dist/namespace-autoclean/
|
||||
Source: http://www.cpan.org/authors/id/E/ET/ETHER/%{cpan_name}-%{version}.tar.gz
|
||||
Source0: http://www.cpan.org/authors/id/E/ET/ETHER/%{cpan_name}-%{version}.tar.gz
|
||||
Source1: cpanspec.yml
|
||||
BuildArch: noarch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildRequires: perl
|
||||
@ -85,6 +86,6 @@ clean:
|
||||
|
||||
%files -f %{name}.files
|
||||
%defattr(-,root,root,755)
|
||||
%doc Changes CONTRIBUTING LICENSE README weaver.ini
|
||||
%doc Changes CONTRIBUTING LICENSE README
|
||||
|
||||
%changelog
|
||||
|
Loading…
Reference in New Issue
Block a user