Sophie

Sophie

distrib > Mageia > 5 > x86_64 > media > core-release-src > by-pkgid > 30901c059f5ad35e38b851cc7e7c585a > files > 2

perl-Tk-TableMatrix-1.230.0-14.mga5.src.rpm

%define upstream_name 	 Tk-TableMatrix
%define upstream_version 1.23

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    %mkrel 14

Summary:    Tk-TableMatrix perl module
License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}/
Source0:    http://cpan.org/authors/id/C/CE/CERNEY/%{upstream_name}-%{upstream_version}.tar.bz2

BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl(Tk) >= 800.22.0
BuildRequires: perl-Tk-devel
BuildRequires: perl-devel
BuildRequires: libx11-devel

%{?perl_default_filter}

%description
Tk::TableMatrix is a table/matrix widget extension to perl/tk
for displaying data in a table (or spreadsheet) format.

%package devel
Summary:    Tk::TableMatrix modules for Perl (development package)
Group:      Development/Perl
Requires:   %{name} = %{version}

%description devel
Tk::TableMatrix is a table/matrix widget extension to perl/tk
for displaying data in a table (or spreadsheet) format.

This is the development package.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
# DISABLE the check for now. It's won't work with build bots. 20061104.SE
#XDISPLAY=$(i=2; while [ -f /tmp/.X$i-lock ]; do i=$(($i+1)); done; echo $i)
#{_prefix}/X11R6/bin/Xvfb :$XDISPLAY &
#export DISPLAY=:$XDISPLAY
#xauth add $DISPLAY . EE
#{__make} test

#xauth remove $DISPLAY
#kill $(cat /tmp/.X$XDISPLAY-lock)

%install
%makeinstall_std

# 20070818 remove file owned by perl-Tk-804.027-7mdv2007.0.i586
rm -rf %{buildroot}/%{perl_vendorarch}/Tk/pTk/extralibs.ld

%files
%doc COPYING ChangeLog Changes MYMETA.yml README demos
%{perl_vendorarch}/auto/Tk
%{perl_vendorarch}/Tk/TableMatrix*
%{_mandir}/*/*

%files devel
%doc README Changes
%{perl_vendorarch}/Tk/pTk


%changelog
* Wed Oct 15 2014 umeabot <umeabot> 1.230.0-14.mga5
+ Revision: 745263
- Second Mageia 5 Mass Rebuild

* Thu Oct 02 2014 tv <tv> 1.230.0-13.mga5
+ Revision: 736151
- add exclude

* Tue Sep 16 2014 umeabot <umeabot> 1.230.0-12.mga5
+ Revision: 686732
- Mageia 5 Mass Rebuild

* Tue Jun 03 2014 jquelin <jquelin> 1.230.0-11.mga5
+ Revision: 632340
- perl 5.20.0 rebuild

* Sat Oct 19 2013 umeabot <umeabot> 1.230.0-10.mga4
+ Revision: 524137
- Mageia 4 Mass Rebuild

* Wed May 29 2013 tv <tv> 1.230.0-9.mga4
+ Revision: 430266
- rebuild for new perl

* Wed May 29 2013 tv <tv> 1.230.0-8.mga4
+ Revision: 430133
- rebuild for new perl

* Sun Jan 13 2013 umeabot <umeabot> 1.230.0-7.mga3
+ Revision: 374475
- Mass Rebuild - https://wiki.mageia.org/en/Feature:Mageia3MassRebuild

* Thu Sep 27 2012 shlomif <shlomif> 1.230.0-6.mga3
+ Revision: 298685
- Updated Group to Development/Perl. New release - mkrel 6

* Wed May 30 2012 jquelin <jquelin> 1.230.0-5.mga3
+ Revision: 251283
- rebuild for perl 5.16

* Sun Dec 11 2011 jquelin <jquelin> 1.230.0-4.mga2
+ Revision: 180672
-devel package shouldn't ship the modules themselves (mga#3709)

* Thu Sep 29 2011 fwang <fwang> 1.230.0-3.mga2
+ Revision: 150195
- tighten br

* Sun Jun 12 2011 sander85 <sander85> 1.230.0-2.mga2
+ Revision: 105091
- Rebuild for perl 5.14

* Sun Jan 23 2011 jquelin <jquelin> 1.230.0-1.mga1
+ Revision: 34409
- mageia rebuild
- imported package perl-Tk-TableMatrix