]> git.pld-linux.org Git - packages/perl-Text-TabularDisplay.git/blame - perl-Text-TabularDisplay.spec
- converted to UTF-8
[packages/perl-Text-TabularDisplay.git] / perl-Text-TabularDisplay.spec
CommitLineData
e6220363 1#
2# Conditional build:
3%bcond_without tests # do not perform "make test"
4#
5%include /usr/lib/rpm/macros.perl
6%define pdir Text
7%define pnam TabularDisplay
ba740993 8Summary: Text::TabularDisplay - display text in formatted table output
a750a6ee 9Summary(pl.UTF-8): Text::TabularDisplay - wypisywanie tekstu w postaci tabelki
e6220363 10Name: perl-Text-TabularDisplay
b0888593 11Version: 1.22
e6220363 12Release: 1
13License: GPL v2
14Group: Development/Languages/Perl
15Source0: http://www.cpan.org/modules/by-module/%{pdir}/%{pdir}-%{pnam}-%{version}.tar.gz
b0888593 16# Source0-md5: b97f4041a8b718661be1451b84e75f91
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.074726 seconds and 4 git commands to generate.