]> git.pld-linux.org Git - packages/perl-Text-TabularDisplay.git/blame - perl-Text-TabularDisplay.spec
- drop obsolete and outdated manual inclusion of rpm macros
[packages/perl-Text-TabularDisplay.git] / perl-Text-TabularDisplay.spec
CommitLineData
e6220363 1#
2# Conditional build:
3%bcond_without tests # do not perform "make test"
9549252f 4
e6220363 5%define pdir Text
6%define pnam TabularDisplay
ba740993 7Summary: Text::TabularDisplay - display text in formatted table output
2dc34bc7 8Summary(pl.UTF-8): Text::TabularDisplay - wypisywanie tekstu w postaci tabelki
e6220363 9Name: perl-Text-TabularDisplay
c507be43 10Version: 1.28
11Release: 1
e6220363 12License: GPL v2
13Group: Development/Languages/Perl
14Source0: http://www.cpan.org/modules/by-module/%{pdir}/%{pdir}-%{pnam}-%{version}.tar.gz
c507be43 15# Source0-md5: abb13449751ae40c01747a443f0420b4
9549252f 16URL: http://search.cpan.org/dist/Text-TabularDisplay/
e6220363 17BuildRequires: perl-devel >= 1:5.8.0
18BuildRequires: rpm-perlprov >= 4.1-13
19BuildArch: noarch
20BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
21
22%description
23Text::TabularDisplay simplifies displaying textual data in a table.
24The output is identical to the columnar display of query results in
25the mysql text monitor.
26
a750a6ee
JR
27%description -l pl.UTF-8
28Text::TabularDisplay upraszcza wyświetlanie danych tekstowych w
29tabeli. Wyjście jest identyczne do kolumnowego wyświetlania wyników
48781a9e 30zapytania w tekstowym monitorze mysql.
e6220363 31
32%prep
33%setup -q -n %{pdir}-%{pnam}-%{version}
34
35%build
36%{__perl} Makefile.PL \
37 INSTALLDIRS=vendor
38%{__make}
39
40%{?with_tests:%{__make} test}
41
42%install
43rm -rf $RPM_BUILD_ROOT
44
45%{__make} install \
46 DESTDIR=$RPM_BUILD_ROOT
47
48install -d $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
49cp -a examples $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
50
51%clean
52rm -rf $RPM_BUILD_ROOT
53
54%files
55%defattr(644,root,root,755)
56%doc Changes
57%{perl_vendorlib}/Text/*.pm
58%{_mandir}/man3/*
59%{_examplesdir}/%{name}-%{version}
This page took 0.135753 seconds and 4 git commands to generate.