Accepting request 223903 from devel:languages:perl

Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/223903
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-File-ShareDir-Install?expand=0&rev=10
This commit is contained in:
Stephan Kulow 2014-02-28 18:00:57 +00:00 committed by Git OBS Bridge
commit a7945574f3
4 changed files with 23 additions and 7 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:dc36003909fc5ffd16b97243a7cef79d4bddd69a9401e00e43bdf3cb9c0c799d
size 5097

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ae2ad117901d67b77f63b97272c100a034b5c6a527a59dd97dd0283e887d17a1
size 7405

View File

@ -1,3 +1,16 @@
-------------------------------------------------------------------
Mon Feb 24 06:08:00 UTC 2014 - coolo@suse.com
- updated to 0.08
- Tests may now be run in parallel
Thank you KENTNL@cpan.org
- Added delete_share
Thank you dmuey@cpan.org
- Added $INCLUDE_DOTFILES and $INCLUDE_DOTDIRS
Thank you sharyanto@cpan.org
-------------------------------------------------------------------
Fri Oct 4 09:14:20 UTC 2013 - coolo@suse.com

View File

@ -1,7 +1,7 @@
#
# spec file for package perl-File-ShareDir-Install
#
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2014 SUSE LINUX Products 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,7 +17,7 @@
Name: perl-File-ShareDir-Install
Version: 0.05
Version: 0.08
Release: 0
%define cpan_name File-ShareDir-Install
Summary: Install shared files
@ -29,7 +29,6 @@ BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
BuildRequires: perl-macros
#BuildRequires: perl(File::ShareDir::Install)
%{perl_requires}
%description
@ -39,7 +38,11 @@ allows you to locate these files after installation.
It is a port of the Module::Install::Share manpage to the
ExtUtils::MakeMaker manpage with the improvement of only installing the
files you want; '.svn' and other source-control junk will be ignored.
files you want; '.svn', '.git' and other source-control junk will be
ignored.
Please note that this module installs read-only data files; empty
directories will be ignored.
%prep
%setup -q -n %{cpan_name}-%{version}