Package perl-File-HomeDir: Specfile

%define dist File-HomeDir
Name: perl-%dist
Version: 0.63
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-%release.tar

BuildArch: noarch

# Automatically added by buildreq on Thu Feb 01 2007
BuildRequires: perl-Module-Install

%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-%release

%build
%perl_vendor_build

%install
%perl_vendor_install

%files
%doc Changes README
%perl_vendor_privlib/File*

%changelog
* 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