]> git.pld-linux.org Git - packages/perl-Tie-TextDir.git/blame - perl-Tie-TextDir.spec
- drop obsolete and outdated manual inclusion of rpm macros
[packages/perl-Tie-TextDir.git] / perl-Tie-TextDir.spec
CommitLineData
f3607936 1#
2# Conditional build:
3%bcond_without tests # do not perform "make test"
cd786e6e 4
9604b28f 5%define pdir Tie
6%define pnam TextDir
34865bc6 7Summary: Tie::TextDir Perl module - interface to directory of files
70d0a83b 8Summary(pl.UTF-8): Moduł Perla Tie::TextDir - interfejs do katalogu plików
f2b83843 9Name: perl-Tie-TextDir
9b5d6f27 10Version: 0.06
349ea332 11Release: 2
f3607936 12# same as perl
13License: GPL v1+ or Artistic
f2b83843 14Group: Development/Languages/Perl
9e444e4b 15Source0: http://www.cpan.org/modules/by-module/%{pdir}/%{pdir}-%{pnam}-%{version}.tar.gz
9b5d6f27 16# Source0-md5: 05a3fd9ee1632b9dc80d39e0646256fd
cd786e6e 17URL: http://search.cpan.org/dist/Tie-TextDir/
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.723764 seconds and 4 git commands to generate.