automatic version update by autodist [release 1.006-1mamba;Fri Feb 26 2021]
This commit is contained in:
parent
8eb81ab767
commit
20c0cb3fb0
@ -1,7 +1,4 @@
|
|||||||
# perl-File-HomeDir
|
# perl-File-HomeDir
|
||||||
|
|
||||||
File::HomeDir is a module for locating the directories that are "owned"
|
File::HomeDir is a module for locating the directories that are "owned" by a user (typically your user) and to solve the various issues that arise trying to find them consistently across a wide variety of platforms.
|
||||||
by a user (typically your user) and to solve the various issues that
|
|
||||||
arise trying to find them consistently across a wide variety of
|
|
||||||
platforms.
|
|
||||||
|
|
||||||
|
@ -1,17 +1,21 @@
|
|||||||
%define perl_major_ver %(eval `perl -V:version`; echo ${version%*.[0-9]*}.0)
|
%define perl_major_ver %(eval `perl -V:version`; echo ${version%*.[0-9]*}.0)
|
||||||
|
|
||||||
Name: perl-File-HomeDir
|
Name: perl-File-HomeDir
|
||||||
Version: 1.00
|
Version: 1.006
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: File::HomeDir - Find your home and other directories on any platform
|
Summary: File::HomeDir - Find your home and other directories on any platform
|
||||||
Group: System/Libraries/Perl
|
Group: System/Libraries/Perl
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Automatic Build System <autodist@mambasoft.it>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: http://www.cpan.org
|
URL: https://www.cpan.org
|
||||||
Source: http://search.cpan.org/CPAN/authors/id/A/AD/ADAMK/File-HomeDir-%{version}.tar.gz
|
Source: https://cpan.metacpan.org/modules/by-module/File/File-HomeDir-%{version}.tar.gz
|
||||||
|
|
||||||
License: GPL, Artistic
|
License: GPL, Artistic
|
||||||
|
## AUTOBUILDREQ-BEGIN
|
||||||
|
BuildRequires: libperl
|
||||||
|
BuildRequires: perl-File-Which
|
||||||
|
BuildRequires: perl-devel
|
||||||
|
## AUTOBUILDREQ-END
|
||||||
BuildRequires: perl(Carp)
|
BuildRequires: perl(Carp)
|
||||||
BuildRequires: perl(Cwd)
|
BuildRequires: perl(Cwd)
|
||||||
BuildRequires: perl(ExtUtils::MakeMaker)
|
BuildRequires: perl(ExtUtils::MakeMaker)
|
||||||
@ -29,13 +33,9 @@ Requires: perl(File::Spec)
|
|||||||
Requires: perl(File::Temp)
|
Requires: perl(File::Temp)
|
||||||
Requires: perl-File-Which
|
Requires: perl-File-Which
|
||||||
Requires: perl >= %perl_major_ver
|
Requires: perl >= %perl_major_ver
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
File::HomeDir is a module for locating the directories that are "owned"
|
File::HomeDir is a module for locating the directories that are "owned" by a user (typically your user) and to solve the various issues that arise trying to find them consistently across a wide variety of platforms.
|
||||||
by a user (typically your user) and to solve the various issues that
|
|
||||||
arise trying to find them consistently across a wide variety of
|
|
||||||
platforms.
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n File-HomeDir-%{version}
|
%setup -q -n File-HomeDir-%{version}
|
||||||
@ -60,10 +60,13 @@ chmod -R u+w %{buildroot}/*
|
|||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{perl_vendorlib}/File/
|
%{perl_vendorlib}/File/
|
||||||
%{_mandir}/man3/*.3pm.gz
|
%{_mandir}/man3/*.3pm*
|
||||||
%doc Changes LICENSE README
|
%doc LICENSE
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Feb 26 2021 Automatic Build System <autodist@mambasoft.it> 1.006-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Wed Oct 24 2012 Automatic Build System <autodist@mambasoft.it> 1.00-1mamba
|
* Wed Oct 24 2012 Automatic Build System <autodist@mambasoft.it> 1.00-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user