OBS User unknown 2007-10-19 02:41:16 +00:00 committed by Git OBS Bridge
parent 48030c2fde
commit 4c7fc8e33c
4 changed files with 28 additions and 13 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:0ff877c885a9599c9e7eae9697840196d836a14657cfc02e005b2c625c9a3cc8
size 30983

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f1a6120229d1896a91e0ac171b98a6bb373063f7c82d38edf021309fff0a85ef
size 30992

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Wed Oct 17 19:04:13 CEST 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
-------------------------------------------------------------------
Wed May 16 13:55:20 CEST 2007 - pth@suse.de

View File

@ -1,5 +1,5 @@
#
# spec file for package perl-File-HomeDir (Version 0.65)
# spec file for package perl-File-HomeDir (Version 0.66)
#
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
@ -11,13 +11,13 @@
# norootforbuild
Name: perl-File-HomeDir
Version: 0.65
Version: 0.66
Release: 1
Requires: perl = %{perl_version}
Autoreqprov: on
AutoReqProv: on
Group: Development/Libraries/Perl
License: Artistic License, GNU General Public License (GPL)
URL: http://search.cpan.org/~adamk/File-HomeDir
License: Artistic License; GPL v2 or later
Url: http://search.cpan.org/~adamk/File-HomeDir
Summary: Find your home and other directories, on any platform
Source: File-HomeDir-%{version}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@ -47,13 +47,16 @@ Authors:
%build
perl Makefile.PL
make
# ---------------------------------------------------------------------------
%check
make test
# ---------------------------------------------------------------------------
%install
rm -rf $RPM_BUILD_ROOT
make DESTDIR=$RPM_BUILD_ROOT install_vendor
%perl_make_install
%perl_process_packlist
# ---------------------------------------------------------------------------
%files
%defattr(-,root,root,-)
@ -64,8 +67,12 @@ make test
%{perl_vendorlib}/File/HomeDir
%dir %{perl_vendorarch}/auto/File
%{perl_vendorarch}/auto/File/HomeDir
/var/adm/perl-modules/perl-File-HomeDir
/var/adm/perl-modules/%{name}
%changelog
* 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
* Wed May 16 2007 - pth@suse.de
- Initial package.