Sophie

Sophie

distrib > PLD > ra > i386 > media > dist-src > by-pkgid > 2c2347bba777185236e3758803db53b5 > files > 2

perl-File-Find-Rule-0.04-3.src.rpm

# $Revision: 1.4 $, $Date: 2002/10/13 19:05:29 $
#
# Conditional build:
# _without_tests - do not perform "make test"
#
%include	/usr/lib/rpm/macros.perl
%define		pdir	File
%define		pnam	Find-Rule
Summary:	File::Find::Rule - alternative interface to File::Find
Summary(pl):	File::Find::Rule - alternatywny interfejs dla modu³u File::Find
Name:		perl-File-Find-Rule
Version:	0.04
Release:	3
License:	GPL or Artistic
Group:		Development/Languages/Perl
Source0:	ftp://ftp.cpan.org/pub/CPAN/modules/by-module/%{pdir}/%{pdir}-%{pnam}-%{version}.tar.gz
BuildRequires:	perl >= 5.6
%if %{?_without_tests:0}%{!?_without_tests:1}
BuildRequires:	perl-Test-Simple
BuildRequires:	perl-Text-Glob
%endif
BuildRequires:	rpm-perlprov >= 3.0.3-26
BuildArch:	noarch
BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)

%description
File::Find::Rule Perl module is a friendlier interface to File::Find.
It allows you to build rules which specify the desired files and
directories.

%description -l pl
Modu³ Perla File::Find::Rule stanowi bardziej przyjazny interfejs do
modu³u File::Find. Umo¿liwia on tworzenie regu³ okre¶laj±cych wymagane
pliki i katalogi.

%prep
%setup -q -n %{pdir}-%{pnam}-%{version}

%build
perl Makefile.PL
%{__make}
%{!?_without_tests:%{__make} test}

%install
rm -rf $RPM_BUILD_ROOT

%{__make} install DESTDIR=$RPM_BUILD_ROOT

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(644,root,root,755)
%doc Changes
%{perl_sitelib}/File/Find
%{_mandir}/man3/*

%define date    %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
%changelog
* %{date} PLD Team <feedback@pld.org.pl>
All persons listed below can be reached at <cvs_login>@pld.org.pl

$Log: perl-File-Find-Rule.spec,v $
Revision 1.4  2002/10/13 19:05:29  kloczek
- release 3.

Revision 1.3  2002/10/06 19:02:11  ankry
- uncomment BRs

Revision 1.2  2002/10/06 09:15:09  ankry
- tests enabled, rel. 2

Revision 1.1  2002/10/06 00:41:59  ankry
- new, STBR