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)
|
# spec file for package perl-Data-ShowTable (Version 3.3)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2004 SuSE Linux AG, Nuernberg, Germany.
|
# Copyright (c) 2008 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://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
|
# 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
|
Url: http://search.cpan.org/perldoc?Data::ShowTable
|
||||||
Version: 3.3
|
|
||||||
Release: 512
|
Name: perl-Data-ShowTable
|
||||||
Provides: Data-ShowTable
|
Version: 3.3
|
||||||
Requires: perl = %{perl_version}
|
Release: 704
|
||||||
Autoreqprov: on
|
Provides: Data-ShowTable
|
||||||
Group: Development/Libraries/Perl
|
Requires: perl = %{perl_version}
|
||||||
License: GPL
|
AutoReqProv: on
|
||||||
Summary: Perl module to pretty-print data arrays
|
Group: Development/Libraries/Perl
|
||||||
Source: http://www.cpan.org/modules/by-module/Data/Data-ShowTable-%{version}.tar.gz
|
License: GPL v2 or later
|
||||||
Patch: Data-ShowTable-%{version}.dif
|
Summary: A Perl Module that allows Pretty-Printing of Data Arrays
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
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
|
%description
|
||||||
ShowTable.pm, is a Perl 5 module which defines subroutines to print
|
ShowTable.pm is a Perl 5 module which defines subroutines to print
|
||||||
arrays of data in a nicely formatted listing, using one of four
|
arrays of data in nicely formatted listings. It uses one of four
|
||||||
possible formats: simple table, boxed table, list style, and
|
possible formats: simple table, boxed table, list style, and
|
||||||
HTML-formatting.
|
HTML-formatting.
|
||||||
|
|
||||||
@@ -48,7 +56,6 @@ if test $ABUILD_RUN_TEST_SUITES = true ; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
%install
|
%install
|
||||||
[ "$RPM_BUILD_ROOT" != "/" ] && [ -d $RPM_BUILD_ROOT ] && rm -rf $RPM_BUILD_ROOT
|
|
||||||
make DESTDIR=$RPM_BUILD_ROOT install_vendor
|
make DESTDIR=$RPM_BUILD_ROOT install_vendor
|
||||||
%perl_process_packlist
|
%perl_process_packlist
|
||||||
|
|
||||||
@@ -64,28 +71,28 @@ make DESTDIR=$RPM_BUILD_ROOT install_vendor
|
|||||||
%{_bindir}/showtable
|
%{_bindir}/showtable
|
||||||
/var/adm/perl-modules/%{name}
|
/var/adm/perl-modules/%{name}
|
||||||
|
|
||||||
%changelog -n perl-Data-ShowTable
|
%changelog
|
||||||
* Wed Jan 25 2006 - mls@suse.de
|
* Wed Jan 25 2006 mls@suse.de
|
||||||
- converted neededforbuild to BuildRequires
|
- converted neededforbuild to BuildRequires
|
||||||
* Sun Jan 11 2004 - adrian@suse.de
|
* Sun Jan 11 2004 adrian@suse.de
|
||||||
- buld as suer
|
- buld as suer
|
||||||
* Fri Aug 22 2003 - mjancar@suse.cz
|
* Fri Aug 22 2003 mjancar@suse.cz
|
||||||
- require the perl version we build with
|
- 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
|
- using perl_vendorlib and perl_vendorarch instead of
|
||||||
perl_archlib and perl_sitearch
|
perl_archlib and perl_sitearch
|
||||||
* Tue Jul 01 2003 - ro@suse.de
|
* Tue Jul 01 2003 ro@suse.de
|
||||||
- use perl_process_packlist macro
|
- use perl_process_packlist macro
|
||||||
* Mon Jun 23 2003 - ro@suse.de
|
* Mon Jun 23 2003 ro@suse.de
|
||||||
- added directories to filelist
|
- added directories to filelist
|
||||||
* Thu Aug 08 2002 - mls@suse.de
|
* Thu Aug 08 2002 mls@suse.de
|
||||||
- use sitearch macro
|
- use sitearch macro
|
||||||
* Tue Jul 02 2002 - mls@suse.de
|
* Tue Jul 02 2002 mls@suse.de
|
||||||
- remove race in .packlist generation
|
- remove race in .packlist generation
|
||||||
* Wed Nov 08 2000 - ro@suse.de
|
* Wed Nov 08 2000 ro@suse.de
|
||||||
- added BUILD_ROOT_DIR
|
- 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
|
- 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
|
- Initial Package (splitted from package mysql, where it
|
||||||
was part of subpackage mysqperl), Version 3.3
|
was part of subpackage mysqperl), Version 3.3
|
||||||
|
Reference in New Issue
Block a user