diff --git a/File-chdir-0.1010.tar.gz b/File-chdir-0.1010.tar.gz deleted file mode 100644 index 5088964..0000000 --- a/File-chdir-0.1010.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:efc121f40bd7a0f62f8ec9b8bc70f7f5409d81cd705e37008596c8efc4452b01 -size 24761 diff --git a/File-chdir-0.1011.tar.gz b/File-chdir-0.1011.tar.gz new file mode 100644 index 0000000..82a222f --- /dev/null +++ b/File-chdir-0.1011.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:31ebf912df48d5d681def74b9880d78b1f3aca4351a0ed1fe3570b8e03af6c79 +size 25127 diff --git a/perl-File-chdir.changes b/perl-File-chdir.changes index caae43a..fb21e47 100644 --- a/perl-File-chdir.changes +++ b/perl-File-chdir.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Wed Jan 20 14:53:46 UTC 2021 - Stephan Kulow + +- regenerate with uptodate cpanspec + +------------------------------------------------------------------- +Mon Jan 18 22:26:15 UTC 2021 - Dirk Müller + +- update to 0.1011: + * Fix POD typos + ------------------------------------------------------------------- Tue Apr 14 19:40:39 UTC 2015 - coolo@suse.com diff --git a/perl-File-chdir.spec b/perl-File-chdir.spec index 4f103be..db8f71a 100644 --- a/perl-File-chdir.spec +++ b/perl-File-chdir.spec @@ -1,7 +1,7 @@ # # 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 # remain the property of their copyright owners, unless otherwise agreed @@ -12,19 +12,19 @@ # license that conforms to the Open Source Definition (Version 1.9) # 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 +Version: 0.1011 Release: 0 %define cpan_name File-chdir -Summary: More Sensible Way to Change Directories -License: Artistic-1.0 or GPL-1.0+ +Summary: More sensible way to change directories +License: Artistic-1.0 OR GPL-1.0-or-later Group: Development/Libraries/Perl -Url: http://search.cpan.org/dist/File-chdir/ -Source0: http://www.cpan.org/authors/id/D/DA/DAGOLDEN/%{cpan_name}-%{version}.tar.gz +URL: https://metacpan.org/release/%{cpan_name} +Source0: https://cpan.metacpan.org/authors/id/D/DA/DAGOLDEN/%{cpan_name}-%{version}.tar.gz BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl @@ -44,18 +44,17 @@ use calls 'chdir()', it changes the current working directory for the This sucks. File::chdir gives you an alternative, '$CWD' and '@CWD'. These two -variables combine all the power of 'chdir()', the File::Spec manpage and -the Cwd manpage. +variables combine all the power of 'chdir()', File::Spec and Cwd. %prep %setup -q -n %{cpan_name}-%{version} %build -%{__perl} Makefile.PL INSTALLDIRS=vendor -%{__make} %{?_smp_mflags} +perl Makefile.PL INSTALLDIRS=vendor +make %{?_smp_mflags} %check -%{__make} test +make test %install %perl_make_install @@ -64,6 +63,7 @@ the Cwd manpage. %files -f %{name}.files %defattr(-,root,root,755) -%doc Changes CONTRIBUTING.mkdn examples LICENSE README +%doc Changes CONTRIBUTING.mkdn examples README +%license LICENSE %changelog