forked from pool/perl-AppConfig
This commit is contained in:
committed by
Git OBS Bridge
parent
c2dd0c7272
commit
db8bfbc2e0
@@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed May 16 15:47:29 CEST 2007 - pth@suse.de
|
||||||
|
|
||||||
|
- Add explicit dependencies on perl-File-HomeDir.
|
||||||
|
- Run tests.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Jan 9 18:52:28 CET 2007 - anicka@suse.cz
|
Tue Jan 9 18:52:28 CET 2007 - anicka@suse.cz
|
||||||
|
|
||||||
|
|||||||
@@ -12,8 +12,9 @@
|
|||||||
|
|
||||||
Name: perl-AppConfig
|
Name: perl-AppConfig
|
||||||
Version: 1.64
|
Version: 1.64
|
||||||
Release: 1
|
Release: 15
|
||||||
Requires: perl = %{perl_version}
|
Requires: perl = %{perl_version} perl-File-HomeDir
|
||||||
|
BuildRequires: perl-File-HomeDir
|
||||||
Autoreqprov: on
|
Autoreqprov: on
|
||||||
Group: Development/Libraries/Perl
|
Group: Development/Libraries/Perl
|
||||||
License: Artistic License
|
License: Artistic License
|
||||||
@@ -41,6 +42,7 @@ Authors:
|
|||||||
%build
|
%build
|
||||||
perl Makefile.PL
|
perl Makefile.PL
|
||||||
make
|
make
|
||||||
|
make test
|
||||||
# ---------------------------------------------------------------------------
|
# ---------------------------------------------------------------------------
|
||||||
|
|
||||||
%install
|
%install
|
||||||
@@ -56,7 +58,10 @@ make
|
|||||||
%{perl_vendorarch}/auto/AppConfig
|
%{perl_vendorarch}/auto/AppConfig
|
||||||
/var/adm/perl-modules/perl-AppConfig
|
/var/adm/perl-modules/perl-AppConfig
|
||||||
|
|
||||||
%changelog -n perl-AppConfig
|
%changelog
|
||||||
|
* Wed May 16 2007 - pth@suse.de
|
||||||
|
- Add explicit dependencies on perl-File-HomeDir.
|
||||||
|
- Run tests.
|
||||||
* Tue Jan 09 2007 - anicka@suse.cz
|
* Tue Jan 09 2007 - anicka@suse.cz
|
||||||
- update to 1.64
|
- update to 1.64
|
||||||
* Bug fix to prevent crashing for users with no home directory
|
* Bug fix to prevent crashing for users with no home directory
|
||||||
|
|||||||
Reference in New Issue
Block a user