From 77365b6ec873b7310a87dea38c3e6388293c6ac21d667b09096a23630bbfdb9d Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Sat, 23 Sep 2017 15:10:50 +0000 Subject: [PATCH] - updated to 1.002 see /usr/share/doc/packages/perl-File-HomeDir/Changes OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-File-HomeDir?expand=0&rev=20 --- File-HomeDir-1.00.tar.gz | 3 --- File-HomeDir-1.002.tar.gz | 3 +++ cpanspec.yml | 28 ++++++++++++++++++++++++++++ perl-File-HomeDir.changes | 6 ++++++ perl-File-HomeDir.spec | 36 ++++++++++++------------------------ 5 files changed, 49 insertions(+), 27 deletions(-) delete mode 100644 File-HomeDir-1.00.tar.gz create mode 100644 File-HomeDir-1.002.tar.gz create mode 100644 cpanspec.yml diff --git a/File-HomeDir-1.00.tar.gz b/File-HomeDir-1.00.tar.gz deleted file mode 100644 index a03158f..0000000 --- a/File-HomeDir-1.00.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:85b94f3513093ec0a25b91f9f2571918519ae6f2b7a1e8546f8f78d09a877143 -size 51349 diff --git a/File-HomeDir-1.002.tar.gz b/File-HomeDir-1.002.tar.gz new file mode 100644 index 0000000..4849eb6 --- /dev/null +++ b/File-HomeDir-1.002.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb4c0c85775138460cd4013d8117232f08e88381c95c6a93b3d11e969185c274 +size 35441 diff --git a/cpanspec.yml b/cpanspec.yml new file mode 100644 index 0000000..3ec1c69 --- /dev/null +++ b/cpanspec.yml @@ -0,0 +1,28 @@ +--- +#description_paragraphs: 3 +#description: |- +# override description from CPAN +#summary: override summary from CPAN +#no_testing: broken upstream +#sources: +# - source1 +# - source2 +#patches: +# foo.patch: -p1 +# bar.patch: +#preamble: |- +# BuildRequires: gcc-c++ +#post_prep: |- +# hunspell=`pkg-config --libs hunspell | sed -e 's,-l,,; s, *,,g'` +# sed -i -e "s,hunspell-X,$hunspell," t/00-prereq.t Makefile.PL +#post_build: |- +# rm unused.files +#post_install: |- +# sed on %{name}.files +#license: SUSE-NonFree +#skip_noarch: 1 +#custom_build: |- +#./Build build flags=%{?_smp_mflags} --myflag +#custom_test: |- +#startserver && make test +ignore_requires: Mac::SystemDirectory diff --git a/perl-File-HomeDir.changes b/perl-File-HomeDir.changes index b165ddc..051c40c 100644 --- a/perl-File-HomeDir.changes +++ b/perl-File-HomeDir.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sat Sep 23 15:06:50 UTC 2017 - coolo@suse.com + +- updated to 1.002 + see /usr/share/doc/packages/perl-File-HomeDir/Changes + ------------------------------------------------------------------- Tue Jun 4 08:52:18 UTC 2013 - coolo@suse.com diff --git a/perl-File-HomeDir.spec b/perl-File-HomeDir.spec index f2f46f1..d0dd49c 100644 --- a/perl-File-HomeDir.spec +++ b/perl-File-HomeDir.spec @@ -1,7 +1,7 @@ # # spec file for package perl-File-HomeDir # -# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2017 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,37 +17,24 @@ Name: perl-File-HomeDir -Version: 1.00 +Version: 1.002 Release: 0 %define cpan_name File-HomeDir Summary: Find your home and other directories on any platform License: Artistic-1.0 or GPL-1.0+ Group: Development/Libraries/Perl Url: http://search.cpan.org/dist/File-HomeDir/ -Source: http://www.cpan.org/authors/id/A/AD/ADAMK/%{cpan_name}-%{version}.tar.gz +Source0: https://cpan.metacpan.org/authors/id/R/RE/REHSACK/%{cpan_name}-%{version}.tar.gz +Source1: cpanspec.yml BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl BuildRequires: perl-macros -BuildRequires: perl(File::Path) >= 2.01 +BuildRequires: perl(File::Path) >= 2.010000 BuildRequires: perl(File::Temp) >= 0.19 BuildRequires: perl(File::Which) >= 0.05 -#BuildRequires: perl(File::HomeDir) -#BuildRequires: perl(File::HomeDir::Darwin) -#BuildRequires: perl(File::HomeDir::Darwin::Cocoa) -#BuildRequires: perl(File::HomeDir::Driver) -#BuildRequires: perl(File::HomeDir::Test) -#BuildRequires: perl(File::HomeDir::Unix) -#BuildRequires: perl(inc::Module::Install) >= 1.06 -#BuildRequires: perl(JSON) -#BuildRequires: perl(LWP::Simple) -#BuildRequires: perl(Mac::Files) -#BuildRequires: perl(Mac::SystemDirectory) -#BuildRequires: perl(Module::Build) -#BuildRequires: perl(Module::Install::Base) -#BuildRequires: perl(Parse::CPAN::Meta) -#BuildRequires: perl(YAML::Tiny) -Requires: perl(File::Path) >= 2.01 +BuildRequires: perl(Test::More) >= 0.9 +Requires: perl(File::Path) >= 2.010000 Requires: perl(File::Temp) >= 0.19 Requires: perl(File::Which) >= 0.05 %{perl_requires} @@ -63,9 +50,9 @@ elegantly and correctly no matter where you run it. This module provides two main interfaces. -The first is a modern the File::Spec manpage-style interface with a -consistent OO API and different implementation modules to support various -platforms. You are *strongly* recommended to use this interface. +The first is a modern File::Spec-style interface with a consistent OO API +and different implementation modules to support various platforms. You are +*strongly* recommended to use this interface. The second interface is for legacy support of the original 0.07 interface that exported a 'home()' function by default and tied the '%~' variable. @@ -96,6 +83,7 @@ are potentially or actually in common use). %files -f %{name}.files %defattr(-,root,root,755) -%doc Changes LICENSE MYMETA.json README +%doc Changes README.md +%license LICENSE %changelog