2007-05-22 04:40:01 +02:00
|
|
|
#
|
2007-10-19 04:41:16 +02:00
|
|
|
# spec file for package perl-File-HomeDir (Version 0.66)
|
2007-05-22 04:40:01 +02:00
|
|
|
#
|
|
|
|
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
|
|
|
# This file and all modifications and additions to the pristine
|
|
|
|
# package are under the same license as the package itself.
|
|
|
|
#
|
|
|
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
|
|
|
#
|
|
|
|
|
|
|
|
# norootforbuild
|
|
|
|
|
|
|
|
Name: perl-File-HomeDir
|
2007-10-19 04:41:16 +02:00
|
|
|
Version: 0.66
|
2007-05-22 04:40:01 +02:00
|
|
|
Release: 1
|
|
|
|
Requires: perl = %{perl_version}
|
2007-10-19 04:41:16 +02:00
|
|
|
AutoReqProv: on
|
2007-05-22 04:40:01 +02:00
|
|
|
Group: Development/Libraries/Perl
|
2007-10-19 04:41:16 +02:00
|
|
|
License: Artistic License; GPL v2 or later
|
|
|
|
Url: http://search.cpan.org/~adamk/File-HomeDir
|
2007-05-22 04:40:01 +02:00
|
|
|
Summary: Find your home and other directories, on any platform
|
|
|
|
Source: File-HomeDir-%{version}.tar.bz2
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
|
|
|
|
|
|
%description
|
|
|
|
File::HomeDir is a module for dealing with issues relating to the
|
|
|
|
location of directories that are "owned" by a user, primarily your
|
|
|
|
user, and to solve these issues consistently across a wide variety of
|
|
|
|
platforms.
|
|
|
|
|
|
|
|
Thus, a single API is presented that can find your resources on any
|
|
|
|
platform.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Authors:
|
|
|
|
--------
|
|
|
|
Adam Kennedy <adamk@cpan.org>
|
|
|
|
Sean M. Burke <sburke@cpan.org>
|
|
|
|
Chris Nandor <cnandor@cpan.org>
|
|
|
|
Stephen Steneker <stennie@cpan.org>
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q -n File-HomeDir-%{version}
|
|
|
|
# ---------------------------------------------------------------------------
|
|
|
|
|
|
|
|
%build
|
|
|
|
perl Makefile.PL
|
|
|
|
make
|
2007-10-19 04:41:16 +02:00
|
|
|
# ---------------------------------------------------------------------------
|
|
|
|
|
|
|
|
%check
|
2007-05-22 04:40:01 +02:00
|
|
|
make test
|
|
|
|
# ---------------------------------------------------------------------------
|
|
|
|
|
|
|
|
%install
|
2007-10-19 04:41:16 +02:00
|
|
|
%perl_make_install
|
|
|
|
%perl_process_packlist
|
|
|
|
# ---------------------------------------------------------------------------
|
2007-05-22 04:40:01 +02:00
|
|
|
|
|
|
|
%files
|
|
|
|
%defattr(-,root,root,-)
|
|
|
|
%doc Changes MANIFEST README
|
|
|
|
%doc %{_mandir}/man?/*
|
|
|
|
%dir %{perl_vendorlib}/File
|
|
|
|
%{perl_vendorlib}/File/HomeDir.pm
|
|
|
|
%{perl_vendorlib}/File/HomeDir
|
|
|
|
%dir %{perl_vendorarch}/auto/File
|
|
|
|
%{perl_vendorarch}/auto/File/HomeDir
|
2007-10-19 04:41:16 +02:00
|
|
|
/var/adm/perl-modules/%{name}
|
2007-05-22 04:40:01 +02:00
|
|
|
%changelog
|
2007-10-19 04:41:16 +02:00
|
|
|
* Wed Oct 17 2007 - pth@suse.de
|
|
|
|
- Update to 0.66:
|
|
|
|
- Spurious failures on some path-levels of 5.9.0 due to a warnings
|
|
|
|
bug regression. Skip the relevant test on Perl 5.9.0.
|
|
|
|
- Remove a -w flag in 02_main.t so test runs under tainting
|
2007-05-22 04:40:01 +02:00
|
|
|
* Wed May 16 2007 - pth@suse.de
|
|
|
|
- Initial package.
|