]> git.pld-linux.org Git - packages/perl-Tie-TextDir.git/blame - perl-Tie-TextDir.spec
- converted to UTF-8
[packages/perl-Tie-TextDir.git] / perl-Tie-TextDir.spec
CommitLineData
f3607936 1#
2# Conditional build:
3%bcond_without tests # do not perform "make test"
4#
7665f01e 5%include /usr/lib/rpm/macros.perl
9604b28f 6%define pdir Tie
7%define pnam TextDir
34865bc6 8Summary: Tie::TextDir Perl module - interface to directory of files
73142085 9Summary(pl.UTF-8): Moduł Perla Tie::TextDir - interfejs do katalogu plików
f2b83843 10Name: perl-Tie-TextDir
9b5d6f27
AG
11Version: 0.06
12Release: 1
f3607936 13# same as perl
14License: GPL v1+ or Artistic
f2b83843 15Group: Development/Languages/Perl
9e444e4b 16Source0: http://www.cpan.org/modules/by-module/%{pdir}/%{pdir}-%{pnam}-%{version}.tar.gz
9b5d6f27 17# Source0-md5: 05a3fd9ee1632b9dc80d39e0646256fd
dbcb60bc 18BuildRequires: perl-devel >= 1:5.8.0
1db4e7b4 19BuildRequires: rpm-perlprov >= 4.1-13
89e6d63c 20BuildArch: noarch
46000a75 21BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
f2b83843 22
23%description
8c0fe930
JB
24The Tie::TextDir module is a TIEHASH interface which lets you tie a
25Perl hash to a directory on the filesystem. Each entry in the hash
26represents a file in the directory.
27
73142085
JR
28%description -l pl.UTF-8
29Moduł Tie::TextDir jest interfejsem TIEHASH, pozwalającym na
30powiązanie perlowego hasza z katalogiem w systemie plików. Każdy
8c0fe930 31element hasza reprezentuje plik w katalogu.
f2b83843 32
33%prep
7665f01e 34%setup -q -n %{pdir}-%{pnam}-%{version}
f2b83843 35
36%build
1db4e7b4 37%{__perl} Makefile.PL \
27e52f70 38 INSTALLDIRS=vendor
0fe85aec 39%{__make}
f2b83843 40
f3607936 41%{?with_tests:%{__make} test}
42
f2b83843 43%install
44rm -rf $RPM_BUILD_ROOT
f2b83843 45
f3607936 46%{__make} install \
47 DESTDIR=$RPM_BUILD_ROOT
f2b83843 48
f2b83843 49%clean
50rm -rf $RPM_BUILD_ROOT
51
52%files
53%defattr(644,root,root,755)
8c0fe930 54%doc Changes README
1db4e7b4 55%{perl_vendorlib}/Tie/TextDir.pm
f2b83843 56%{_mandir}/man3/*
This page took 0.319485 seconds and 4 git commands to generate.