automatic version update by autodist [release 1.006-1mamba;Fri Feb 26 2021]

This commit is contained in:
Automatic Build System 2024-01-06 08:59:22 +01:00
parent 8eb81ab767
commit 20c0cb3fb0
2 changed files with 16 additions and 16 deletions

View File

@ -1,7 +1,4 @@
# perl-File-HomeDir
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.
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.

View File

@ -1,17 +1,21 @@
%define perl_major_ver %(eval `perl -V:version`; echo ${version%*.[0-9]*}.0)
Name: perl-File-HomeDir
Version: 1.00
Version: 1.006
Release: 1mamba
Summary: File::HomeDir - Find your home and other directories on any platform
Group: System/Libraries/Perl
Vendor: openmamba
Distribution: openmamba
Packager: Automatic Build System <autodist@mambasoft.it>
URL: http://www.cpan.org
Source: http://search.cpan.org/CPAN/authors/id/A/AD/ADAMK/File-HomeDir-%{version}.tar.gz
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: https://www.cpan.org
Source: https://cpan.metacpan.org/modules/by-module/File/File-HomeDir-%{version}.tar.gz
License: GPL, Artistic
## AUTOBUILDREQ-BEGIN
BuildRequires: libperl
BuildRequires: perl-File-Which
BuildRequires: perl-devel
## AUTOBUILDREQ-END
BuildRequires: perl(Carp)
BuildRequires: perl(Cwd)
BuildRequires: perl(ExtUtils::MakeMaker)
@ -29,13 +33,9 @@ Requires: perl(File::Spec)
Requires: perl(File::Temp)
Requires: perl-File-Which
Requires: perl >= %perl_major_ver
BuildRoot: %{_tmppath}/%{name}-%{version}-root
%description
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.
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.
%prep
%setup -q -n File-HomeDir-%{version}
@ -60,10 +60,13 @@ chmod -R u+w %{buildroot}/*
%files
%defattr(-,root,root)
%{perl_vendorlib}/File/
%{_mandir}/man3/*.3pm.gz
%doc Changes LICENSE README
%{_mandir}/man3/*.3pm*
%doc LICENSE
%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
- automatic version update by autodist