Accepting request 427862 from devel:languages:perl:autoupdate
automatic update OBS-URL: https://build.opensuse.org/request/show/427862 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Git-Wrapper?expand=0&rev=7
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package perl-Git-Wrapper
|
||||
#
|
||||
# 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
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: perl-Git-Wrapper
|
||||
Version: 0.045
|
||||
Version: 0.046
|
||||
Release: 0
|
||||
%define cpan_name Git-Wrapper
|
||||
Summary: Wrap git(7) command-line interface
|
||||
@@ -46,11 +46,11 @@ BuildRequires: git-core
|
||||
|
||||
%description
|
||||
Git::Wrapper provides an API for git(7) that uses Perl data structures for
|
||||
argument passing, instead of CLI-style '--options' as the Git manpage does.
|
||||
argument passing, instead of CLI-style '--options' as Git does.
|
||||
|
||||
%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
|
||||
|
||||
Reference in New Issue
Block a user