- 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
This commit is contained in:
parent
9c9b4c3bcb
commit
77365b6ec8
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:85b94f3513093ec0a25b91f9f2571918519ae6f2b7a1e8546f8f78d09a877143
|
||||
size 51349
|
3
File-HomeDir-1.002.tar.gz
Normal file
3
File-HomeDir-1.002.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:eb4c0c85775138460cd4013d8117232f08e88381c95c6a93b3d11e969185c274
|
||||
size 35441
|
28
cpanspec.yml
Normal file
28
cpanspec.yml
Normal file
@ -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
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user