forked from pool/perl-Data-ShowTable
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Data-ShowTable?expand=0&rev=3
This commit is contained in:
committed by
Git OBS Bridge
parent
228bfcec65
commit
683de92bf4
@@ -1,32 +1,40 @@
|
||||
#
|
||||
# spec file for package perl-Data-ShowTable (Version 3.3)
|
||||
#
|
||||
# Copyright (c) 2004 SuSE Linux AG, Nuernberg, Germany.
|
||||
# This file and all modifications and additions to the pristine
|
||||
# package are under the same license as the package itself.
|
||||
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# Please submit bugfixes or comments via http://www.suse.de/feedback/
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
# upon. The license for this file, and modifications and additions to the
|
||||
# file, is the same license as for the pristine package itself (unless the
|
||||
# license for the pristine package is not an Open Source License, in which
|
||||
# case the license is the MIT License). An "Open Source License" is a
|
||||
# license that conforms to the Open Source Definition (Version 1.9)
|
||||
# published by the Open Source Initiative.
|
||||
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
# norootforbuild
|
||||
# usedforbuild aaa_base acl attr bash bind-utils bison bzip2 coreutils cpio cpp cvs cyrus-sasl db devs diffutils e2fsprogs file filesystem fillup findutils flex gawk gdbm-devel glibc glibc-devel glibc-locale gpm grep groff gzip info insserv kbd less libacl libattr libgcc libstdc++ libxcrypt m4 make man mktemp modutils ncurses ncurses-devel net-tools netcfg openldap2-client openssl pam pam-devel pam-modules patch permissions popt ps rcs readline sed sendmail shadow strace syslogd sysvinit tar texinfo timezone unzip util-linux vim zlib zlib-devel autoconf automake binutils cracklib gcc gdbm gettext libtool perl rpm
|
||||
|
||||
Name: perl-Data-ShowTable
|
||||
Version: 3.3
|
||||
Release: 512
|
||||
Provides: Data-ShowTable
|
||||
Requires: perl = %{perl_version}
|
||||
Autoreqprov: on
|
||||
Group: Development/Libraries/Perl
|
||||
License: GPL
|
||||
Summary: Perl module to pretty-print data arrays
|
||||
Source: http://www.cpan.org/modules/by-module/Data/Data-ShowTable-%{version}.tar.gz
|
||||
Patch: Data-ShowTable-%{version}.dif
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
Url: http://search.cpan.org/perldoc?Data::ShowTable
|
||||
|
||||
Name: perl-Data-ShowTable
|
||||
Version: 3.3
|
||||
Release: 704
|
||||
Provides: Data-ShowTable
|
||||
Requires: perl = %{perl_version}
|
||||
AutoReqProv: on
|
||||
Group: Development/Libraries/Perl
|
||||
License: GPL v2 or later
|
||||
Summary: A Perl Module that allows Pretty-Printing of Data Arrays
|
||||
Source: http://www.cpan.org/modules/by-module/Data/Data-ShowTable-%{version}.tar.gz
|
||||
Patch: Data-ShowTable-%{version}.dif
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
|
||||
%description
|
||||
ShowTable.pm, is a Perl 5 module which defines subroutines to print
|
||||
arrays of data in a nicely formatted listing, using one of four
|
||||
ShowTable.pm is a Perl 5 module which defines subroutines to print
|
||||
arrays of data in nicely formatted listings. It uses one of four
|
||||
possible formats: simple table, boxed table, list style, and
|
||||
HTML-formatting.
|
||||
|
||||
@@ -48,7 +56,6 @@ if test $ABUILD_RUN_TEST_SUITES = true ; then
|
||||
fi
|
||||
|
||||
%install
|
||||
[ "$RPM_BUILD_ROOT" != "/" ] && [ -d $RPM_BUILD_ROOT ] && rm -rf $RPM_BUILD_ROOT
|
||||
make DESTDIR=$RPM_BUILD_ROOT install_vendor
|
||||
%perl_process_packlist
|
||||
|
||||
@@ -64,28 +71,28 @@ make DESTDIR=$RPM_BUILD_ROOT install_vendor
|
||||
%{_bindir}/showtable
|
||||
/var/adm/perl-modules/%{name}
|
||||
|
||||
%changelog -n perl-Data-ShowTable
|
||||
* Wed Jan 25 2006 - mls@suse.de
|
||||
%changelog
|
||||
* Wed Jan 25 2006 mls@suse.de
|
||||
- converted neededforbuild to BuildRequires
|
||||
* Sun Jan 11 2004 - adrian@suse.de
|
||||
* Sun Jan 11 2004 adrian@suse.de
|
||||
- buld as suer
|
||||
* Fri Aug 22 2003 - mjancar@suse.cz
|
||||
* Fri Aug 22 2003 mjancar@suse.cz
|
||||
- require the perl version we build with
|
||||
* Mon Jul 21 2003 - rommel@suse.de
|
||||
* Mon Jul 21 2003 rommel@suse.de
|
||||
- using perl_vendorlib and perl_vendorarch instead of
|
||||
perl_archlib and perl_sitearch
|
||||
* Tue Jul 01 2003 - ro@suse.de
|
||||
* Tue Jul 01 2003 ro@suse.de
|
||||
- use perl_process_packlist macro
|
||||
* Mon Jun 23 2003 - ro@suse.de
|
||||
* Mon Jun 23 2003 ro@suse.de
|
||||
- added directories to filelist
|
||||
* Thu Aug 08 2002 - mls@suse.de
|
||||
* Thu Aug 08 2002 mls@suse.de
|
||||
- use sitearch macro
|
||||
* Tue Jul 02 2002 - mls@suse.de
|
||||
* Tue Jul 02 2002 mls@suse.de
|
||||
- remove race in .packlist generation
|
||||
* Wed Nov 08 2000 - ro@suse.de
|
||||
* Wed Nov 08 2000 ro@suse.de
|
||||
- added BUILD_ROOT_DIR
|
||||
* Tue Nov 07 2000 - grimmer@suse.de
|
||||
* Tue Nov 07 2000 grimmer@suse.de
|
||||
- removed BuildRoot Path from .packlist using sed
|
||||
* Mon Nov 06 2000 - grimmer@suse.de
|
||||
* Mon Nov 06 2000 grimmer@suse.de
|
||||
- Initial Package (splitted from package mysql, where it
|
||||
was part of subpackage mysqperl), Version 3.3
|
||||
|
Reference in New Issue
Block a user