8
0
OBS User unknown
2009-01-16 00:50:31 +00:00
committed by Git OBS Bridge
parent 683de92bf4
commit f49d6f4cf4
2 changed files with 12 additions and 5 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Jan 15 13:19:51 CET 2009 - anicka@suse.cz
- run tests properly (bnc#466032)
-------------------------------------------------------------------
Wed Jan 25 21:39:37 CET 2006 - mls@suse.de

View File

@@ -1,7 +1,7 @@
#
# spec file for package perl-Data-ShowTable (Version 3.3)
#
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -21,7 +21,7 @@ Url: http://search.cpan.org/perldoc?Data::ShowTable
Name: perl-Data-ShowTable
Version: 3.3
Release: 704
Release: 705
Provides: Data-ShowTable
Requires: perl = %{perl_version}
AutoReqProv: on
@@ -51,9 +51,9 @@ Authors:
%build
perl Makefile.PL
make
if test $ABUILD_RUN_TEST_SUITES = true ; then
%check
make test
fi
%install
make DESTDIR=$RPM_BUILD_ROOT install_vendor
@@ -72,6 +72,8 @@ make DESTDIR=$RPM_BUILD_ROOT install_vendor
/var/adm/perl-modules/%{name}
%changelog
* Thu Jan 15 2009 anicka@suse.cz
- run tests properly (bnc#466032)
* Wed Jan 25 2006 mls@suse.de
- converted neededforbuild to BuildRequires
* Sun Jan 11 2004 adrian@suse.de