Accepting request 296427 from devel:languages:perl:autoupdate
automatic update OBS-URL: https://build.opensuse.org/request/show/296427 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Module-Install-ReadmeFromPod?expand=0&rev=5
This commit is contained in:
committed by
Git OBS Bridge
parent
0da082fd2c
commit
b3d0525d86
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:5c7ac374569c236fc58975cd9722950a2ac0216cd8f79deaf131fc75eef8f8f3
|
|
||||||
size 27938
|
|
||||||
3
Module-Install-ReadmeFromPod-0.22.tar.gz
Normal file
3
Module-Install-ReadmeFromPod-0.22.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:9033c2863c2f989232279e086db2f4b3e099be8033d6b777aa1f29ed81f2deff
|
||||||
|
size 34246
|
||||||
@@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Apr 14 19:54:26 UTC 2015 - coolo@suse.com
|
||||||
|
|
||||||
|
- updated to 0.22
|
||||||
|
see /usr/share/doc/packages/perl-Module-Install-ReadmeFromPod/Changes
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Jan 21 20:22:55 UTC 2011 - coolo@novell.com
|
Fri Jan 21 20:22:55 UTC 2011 - coolo@novell.com
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package perl-Module-Install-ReadmeFromPod
|
# spec file for package perl-Module-Install-ReadmeFromPod
|
||||||
#
|
#
|
||||||
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2015 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
|
||||||
@@ -16,31 +16,32 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Name: perl-Module-Install-ReadmeFromPod
|
Name: perl-Module-Install-ReadmeFromPod
|
||||||
Version: 0.12
|
Version: 0.22
|
||||||
Release: 1
|
Release: 0
|
||||||
License: GPL+ or Artistic
|
|
||||||
%define cpan_name Module-Install-ReadmeFromPod
|
%define cpan_name Module-Install-ReadmeFromPod
|
||||||
Summary: A Module::Install extension to automatically convert POD to a README
|
Summary: A Module::Install extension to automatically convert POD to a README
|
||||||
Url: http://search.cpan.org/dist/Module-Install-ReadmeFromPod/
|
License: Artistic-1.0 or GPL-1.0+
|
||||||
Group: Development/Libraries/Perl
|
Group: Development/Libraries/Perl
|
||||||
#Source: http://www.cpan.org/authors/id/B/BI/BINGOS/Module-Install-ReadmeFromPod-%{version}.tar.gz
|
Url: http://search.cpan.org/dist/Module-Install-ReadmeFromPod/
|
||||||
Source: %{cpan_name}-%{version}.tar.gz
|
Source: http://www.cpan.org/authors/id/B/BI/BINGOS/%{cpan_name}-%{version}.tar.gz
|
||||||
BuildRequires: perl(Capture::Tiny) >= 0.05
|
BuildArch: noarch
|
||||||
BuildRequires: perl(File::Temp)
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
BuildRequires: perl(Module::Install) >= 0.85
|
|
||||||
BuildRequires: perl
|
BuildRequires: perl
|
||||||
BuildRequires: perl-macros
|
BuildRequires: perl-macros
|
||||||
Requires: perl(Module::Install) >= 0.85
|
BuildRequires: perl(Capture::Tiny) >= 0.05
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRequires: perl(Module::Install) >= 1
|
||||||
BuildArch: noarch
|
BuildRequires: perl(Pod::Text) >= 3.13
|
||||||
|
Requires: perl(Module::Install) >= 1
|
||||||
|
Requires: perl(Pod::Text) >= 3.13
|
||||||
|
Recommends: perl(App::pod2pdf)
|
||||||
%{perl_requires}
|
%{perl_requires}
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Module::Install::ReadmeFromPod is a the Module::Install manpage extension
|
Module::Install::ReadmeFromPod is a the Module::Install manpage extension
|
||||||
that generates a 'README' file automatically from an indicated file
|
that generates a 'README' file automatically from an indicated file
|
||||||
containing POD, whenever the author runs 'Makefile.PL'.
|
containing POD, whenever the author runs 'Makefile.PL'. Several output
|
||||||
|
formats are supported: plain-text, HTML, PDF or manpage.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{cpan_name}-%{version}
|
%setup -q -n %{cpan_name}-%{version}
|
||||||
@@ -57,11 +58,8 @@ containing POD, whenever the author runs 'Makefile.PL'.
|
|||||||
%perl_process_packlist
|
%perl_process_packlist
|
||||||
%perl_gen_filelist
|
%perl_gen_filelist
|
||||||
|
|
||||||
%clean
|
|
||||||
%{__rm} -rf %{buildroot}
|
|
||||||
|
|
||||||
%files -f %{name}.files
|
%files -f %{name}.files
|
||||||
%defattr(644,root,root,755)
|
%defattr(-,root,root,755)
|
||||||
%doc Changes LICENSE README
|
%doc Changes LICENSE README
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
|||||||
Reference in New Issue
Block a user