Accepting request 388245 from devel:languages:perl
1 OBS-URL: https://build.opensuse.org/request/show/388245 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Config-AutoConf?expand=0&rev=8
This commit is contained in:
commit
482d3e9aea
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:80151a8f1346e61f66523f33c783962e23c8bd66a7b93dca79fe531dd075bc50
|
|
||||||
size 41255
|
|
3
Config-AutoConf-0.313.tar.gz
Normal file
3
Config-AutoConf-0.313.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:3728867041d1bdbc00dffae5658b831e53f99068d3fbf0e8fb95b82a1953aeee
|
||||||
|
size 48660
|
28
cpanspec.yml
Normal file
28
cpanspec.yml
Normal file
@ -0,0 +1,28 @@
|
|||||||
|
---
|
||||||
|
#description_paragraphs: 3
|
||||||
|
#description: |-
|
||||||
|
# override description from CPAN
|
||||||
|
#summary: override summary from CPAN
|
||||||
|
#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_build: |-
|
||||||
|
# rm unused.files
|
||||||
|
#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,21 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Apr 12 13:21:20 UTC 2016 - coolo@suse.com
|
||||||
|
|
||||||
|
- updated to 0.313
|
||||||
|
see /usr/share/doc/packages/perl-Config-AutoConf/Changes
|
||||||
|
|
||||||
|
0.313 2016-04-11
|
||||||
|
- release 0.312_001 without further changes
|
||||||
|
|
||||||
|
0.312_001 2016-04-07
|
||||||
|
- fix "check_member" test (RT#113271)
|
||||||
|
- update Copyright notice
|
||||||
|
- add license files
|
||||||
|
- improve compile_if_else/link_if_else by proving whether object
|
||||||
|
or binary file (compile result) exists
|
||||||
|
- fix some typos and other POD quirks
|
||||||
|
- Update README.md from updated POD
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Apr 15 14:54:11 UTC 2015 - coolo@suse.com
|
Wed Apr 15 14:54:11 UTC 2015 - coolo@suse.com
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package perl-Config-AutoConf
|
# spec file for package perl-Config-AutoConf
|
||||||
#
|
#
|
||||||
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# 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
|
||||||
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: perl-Config-AutoConf
|
Name: perl-Config-AutoConf
|
||||||
Version: 0.311
|
Version: 0.313
|
||||||
Release: 0
|
Release: 0
|
||||||
%define cpan_name Config-AutoConf
|
%define cpan_name Config-AutoConf
|
||||||
Summary: Module to Implement Some of Autoconf Macros in Pure Perl
|
Summary: Module to Implement Some of Autoconf Macros in Pure Perl
|
||||||
@ -25,6 +25,7 @@ License: Artistic-1.0 or GPL-1.0+
|
|||||||
Group: Development/Libraries/Perl
|
Group: Development/Libraries/Perl
|
||||||
Url: http://search.cpan.org/dist/Config-AutoConf/
|
Url: http://search.cpan.org/dist/Config-AutoConf/
|
||||||
Source0: http://www.cpan.org/authors/id/R/RE/REHSACK/%{cpan_name}-%{version}.tar.gz
|
Source0: http://www.cpan.org/authors/id/R/RE/REHSACK/%{cpan_name}-%{version}.tar.gz
|
||||||
|
Source1: cpanspec.yml
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
BuildRequires: perl
|
BuildRequires: perl
|
||||||
@ -39,7 +40,7 @@ Recommends: perl(File::Slurp::Tiny)
|
|||||||
|
|
||||||
%description
|
%description
|
||||||
Config::AutoConf is intended to provide the same opportunities to Perl
|
Config::AutoConf is intended to provide the same opportunities to Perl
|
||||||
developers as http://www.gnu.org/software/autoconf/ does for Shell
|
developers as at http://www.gnu.org/software/autoconf/ does for Shell
|
||||||
developers.
|
developers.
|
||||||
|
|
||||||
As Perl is the second most deployed language (mind: every Unix comes with
|
As Perl is the second most deployed language (mind: every Unix comes with
|
||||||
@ -68,6 +69,6 @@ the original.
|
|||||||
|
|
||||||
%files -f %{name}.files
|
%files -f %{name}.files
|
||||||
%defattr(-,root,root,755)
|
%defattr(-,root,root,755)
|
||||||
%doc Changes README.md
|
%doc ARTISTIC-1.0 Changes GPL-1 LICENSE README.md
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
Reference in New Issue
Block a user