From 20c0cb3fb0dbf23a6f7d14148132b4b62a9c4594 Mon Sep 17 00:00:00 2001 From: Automatic Build System Date: Sat, 6 Jan 2024 08:59:22 +0100 Subject: [PATCH] automatic version update by autodist [release 1.006-1mamba;Fri Feb 26 2021] --- README.md | 5 +---- perl-File-HomeDir.spec | 27 +++++++++++++++------------ 2 files changed, 16 insertions(+), 16 deletions(-) diff --git a/README.md b/README.md index 8583b64..581c8fa 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/perl-File-HomeDir.spec b/perl-File-HomeDir.spec index f4182d5..be8d322 100644 --- a/perl-File-HomeDir.spec +++ b/perl-File-HomeDir.spec @@ -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 -URL: http://www.cpan.org -Source: http://search.cpan.org/CPAN/authors/id/A/AD/ADAMK/File-HomeDir-%{version}.tar.gz - +Packager: Silvan Calarco +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 1.006-1mamba +- automatic version update by autodist + * Wed Oct 24 2012 Automatic Build System 1.00-1mamba - automatic version update by autodist