Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37038341
en ru br
ALT Linux repos
S:1.006-alt1
5.0: 0.80-alt1
4.1: 0.65-alt1
4.0: 0.63-alt1

Group :: Development/Perl
RPM: perl-File-HomeDir

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Patch: perl-File-HomeDir-0.93-alt1.patch
Download


 .gear/rules                                        |    2 +
 .../tags/f670b74aecda60b04de00b051c09b83d5169e15f  |    6 ++
 .gear/tags/list                                    |    1 +
 lib/File/HomeDir/MacOS9.pm                         |    2 +-
 perl-File-HomeDir.spec                             |   60 ++++++++++++++++++++
 5 files changed, 70 insertions(+), 1 deletions(-)
diff --git a/.gear/rules b/.gear/rules
new file mode 100644
index 0000000..b9bc1cb
--- /dev/null
+++ b/.gear/rules
@@ -0,0 +1,2 @@
+tar: @version@:. name=File-HomeDir-@version@
+diff: @version@:. . name=perl-File-HomeDir-@version@-@release@.patch
diff --git a/.gear/tags/f670b74aecda60b04de00b051c09b83d5169e15f b/.gear/tags/f670b74aecda60b04de00b051c09b83d5169e15f
new file mode 100644
index 0000000..9ad48a8
--- /dev/null
+++ b/.gear/tags/f670b74aecda60b04de00b051c09b83d5169e15f
@@ -0,0 +1,6 @@
+object 8c036b0123431edfd9992df271e8e5f774398145
+type commit
+tag 0.93
+tagger Vladimir Lettiev <crux@altlinux.ru> 1290359085 +0300
+
+0.93
diff --git a/.gear/tags/list b/.gear/tags/list
new file mode 100644
index 0000000..e0a9846
--- /dev/null
+++ b/.gear/tags/list
@@ -0,0 +1 @@
+f670b74aecda60b04de00b051c09b83d5169e15f 0.93
diff --git a/lib/File/HomeDir/MacOS9.pm b/lib/File/HomeDir/MacOS9.pm
index 10f9ba2..b665612 100644
--- a/lib/File/HomeDir/MacOS9.pm
+++ b/lib/File/HomeDir/MacOS9.pm
@@ -17,7 +17,7 @@ BEGIN {
 
 # Load early if in a forking environment and we have
 # prefork, or at run-time if not.
-SCOPE: {
+if ($^O eq 'MacOS') {
 	local $@;
 	eval "use prefork 'Mac::Files'";
 }
diff --git a/perl-File-HomeDir.spec b/perl-File-HomeDir.spec
new file mode 100644
index 0000000..ac61cb4
--- /dev/null
+++ b/perl-File-HomeDir.spec
@@ -0,0 +1,60 @@
+%define dist File-HomeDir
+Name: perl-%dist
+Version: 0.93
+Release: alt1
+
+Summary: Get the home directory for yourself or other users
+License: GPL or Artistic
+Group: Development/Perl
+
+URL: %CPAN %dist
+Source: %dist-%version.tar
+Patch: %name-%version-%release.patch
+
+BuildArch: noarch
+
+# Automatically added by buildreq on Sun Aug 10 2008
+BuildRequires: perl-Module-Install perl-File-Which
+
+%description
+File::HomeDir is a module for dealing with issues relating to the
+location of directories for various purposes that are "owned" by a user,
+and to solve these problems consistently across a wide variety of
+platforms.
+
+%prep
+%setup -q -n %dist-%version
+%patch -p1
+#rm -rv inc/
+
+%build
+%perl_vendor_build
+
+%install
+%perl_vendor_install
+
+%files
+%doc Changes README
+%perl_vendor_privlib/File*
+
+%changelog
+* Sun Nov 21 2010 Vladimir Lettiev <crux@altlinux.ru> 0.93-alt1
+- 0.80 -> 0.93 (Closes: #24065)
+- build with bundled Module::Install (requires version >= 1.0.0)
+- new build dep: perl-File-Which
+
+* Sun Aug 10 2008 Alexey Tourbin <at@altlinux.ru> 0.80-alt1
+- 0.65 -> 0.80
+
+* Sun Jun 17 2007 Alexey Tourbin <at@altlinux.ru> 0.65-alt1
+- 0.63 -> 0.65
+
+* Thu Feb 01 2007 Alexey Tourbin <at@altlinux.ru> 0.63-alt1
+- 0.60_03 -> 0.63
+
+* Thu Oct 26 2006 Alexey Tourbin <at@altlinux.ru> 0.60-alt1
+- 0.58 -> 0.60_03
+- imported sources into git and built with gear
+
+* Thu Aug 10 2006 Alexey Tourbin <at@altlinux.ru> 0.58-alt1
+- initial revision, for AppConfig 1.63
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin