1
0

Accepting request 864164 from home:dirkmueller:branches:devel:languages:perl

- update to 0.1011:
  * Fix POD typos

OBS-URL: https://build.opensuse.org/request/show/864164
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-File-chdir?expand=0&rev=10
This commit is contained in:
Stephan Kulow 2021-01-20 14:21:57 +00:00 committed by Git OBS Bridge
parent 6921ec37e4
commit ed7bd20daf
4 changed files with 23 additions and 17 deletions

View File

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

BIN
File-chdir-0.1011.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Mon Jan 18 22:26:15 UTC 2021 - Dirk Müller <dmueller@suse.com>
- update to 0.1011:
* Fix POD typos
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Apr 14 19:40:39 UTC 2015 - coolo@suse.com Tue Apr 14 19:40:39 UTC 2015 - coolo@suse.com

View File

@ -1,7 +1,7 @@
# #
# spec file for package perl-File-chdir # spec file for package perl-File-chdir
# #
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2021 SUSE LLC
# #
# 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
@ -12,27 +12,26 @@
# license that conforms to the Open Source Definition (Version 1.9) # license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative. # published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/ # Please submit bugfixes or comments via https://bugs.opensuse.org/
# #
Name: perl-File-chdir
Version: 0.1010
Release: 0
%define cpan_name File-chdir %define cpan_name File-chdir
Name: perl-File-chdir
Version: 0.1011
Release: 0
Summary: More Sensible Way to Change Directories Summary: More Sensible Way to Change Directories
License: Artistic-1.0 or GPL-1.0+ License: Artistic-1.0 OR GPL-1.0-or-later
Group: Development/Libraries/Perl Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/File-chdir/ URL: https://search.cpan.org/dist/File-chdir/
Source0: http://www.cpan.org/authors/id/D/DA/DAGOLDEN/%{cpan_name}-%{version}.tar.gz Source0: https://www.cpan.org/authors/id/D/DA/DAGOLDEN/%{cpan_name}-%{version}.tar.gz
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl BuildRequires: perl
BuildRequires: perl-macros BuildRequires: perl-macros
BuildRequires: perl(Cwd) >= 3.16 BuildRequires: perl(Cwd) >= 3.16
BuildRequires: perl(File::Spec::Functions) >= 3.27 BuildRequires: perl(File::Spec::Functions) >= 3.27
Requires: perl(Cwd) >= 3.16 Requires: perl(Cwd) >= 3.16
Requires: perl(File::Spec::Functions) >= 3.27 Requires: perl(File::Spec::Functions) >= 3.27
BuildArch: noarch
%{perl_requires} %{perl_requires}
%description %description
@ -51,11 +50,11 @@ the Cwd manpage.
%setup -q -n %{cpan_name}-%{version} %setup -q -n %{cpan_name}-%{version}
%build %build
%{__perl} Makefile.PL INSTALLDIRS=vendor perl Makefile.PL INSTALLDIRS=vendor
%{__make} %{?_smp_mflags} %make_build
%check %check
%{__make} test %make_build test
%install %install
%perl_make_install %perl_make_install
@ -64,6 +63,7 @@ the Cwd manpage.
%files -f %{name}.files %files -f %{name}.files
%defattr(-,root,root,755) %defattr(-,root,root,755)
%doc Changes CONTRIBUTING.mkdn examples LICENSE README %license LICENSE
%doc Changes CONTRIBUTING.mkdn examples README
%changelog %changelog