############################################################################### # IPFire.org - An Open Source Firewall Solution # # Copyright (C) - IPFire Development Team # ############################################################################### name = perl-File-Remove version = 1.61 release = 1 arch = noarch thisapp = File-Remove-%{version} groups = Development/Libraries url = http://search.cpan.org/dist/File-Remove/ license = GPL+ summary = A perl module to Remove files and directories. description File::Remove::remove removes files and directories. It acts like /bin/rm, for the most part. Although unlink can be given a list of files, it will not remove directories; this module remedies that. It also accepts wildcards, * and ?, as arguments for filenames. end source_dl = https://cpan.metacpan.org/authors/id/S/SH/SHLOMIF/ build requires perl(blib) perl(IPC::Open3) perl(ExtUtils::MakeMaker) perl(Test::More) end build perl Makefile.PL INSTALLDIRS=vendor make %{PARALLELISMFLAGS} end test make test end end packages package %{name} end