From d71f79b00b9ac65e7996066f3c6ce6e4a9d307f3 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Sat, 4 Mar 2023 15:07:46 +0000 Subject: [PATCH] perl-libwww-perl: Drop package Nothing seems to require this Signed-off-by: Michael Tremer --- perl-libwww-perl/perl-libwww-perl.nm | 63 ---------------------------- 1 file changed, 63 deletions(-) delete mode 100644 perl-libwww-perl/perl-libwww-perl.nm diff --git a/perl-libwww-perl/perl-libwww-perl.nm b/perl-libwww-perl/perl-libwww-perl.nm deleted file mode 100644 index 74fe1fb88..000000000 --- a/perl-libwww-perl/perl-libwww-perl.nm +++ /dev/null @@ -1,63 +0,0 @@ -############################################################################### -# IPFire.org - An Open Source Firewall Solution # -# Copyright (C) - IPFire Development Team # -############################################################################### - -name = perl-libwww-perl -version = 5.837 -release = 2 -arch = noarch -thisapp = libwww-perl-%{version} - -groups = Development/Libraries -url = http://search.cpan.org/dist/libwww-perl/ -license = GPL+ or Artistic -summary = A Perl interface to the World-Wide Web. - -description - The libwww-perl collection is a set of Perl modules which provides a simple and - consistent application programming interface to the World-Wide Web. -end - -source_dl = - -build - requires - mailcap - perl-core - perl-devel - perl-HTML-Parser - perl(Test::More) - perl(Compress::Zlib) - perl(MIME::Base64) - perl(Net::FTP) - perl(URI) - end - - build - perl Makefile.PL INSTALLDIRS=perl --aliases < /dev/null - make %{PARALLELISMFLAGS} - end - - #test - # # Use system wide MIME types (link also to blib/... for "make test"). Doing - # # this stuff before "make install" would not cause the symlink to be packaged - # # but a copy of /etc/mime.types. - # ln -svf /etc/mime.types %{DIR_APP}/blib/lib/LWP/media.types - # - # make test - #end -end - -packages - package %{name} - # Filter string for very weird dependencies. - filter_requires - HTTP::Headers - HTTP::GHTTP - Win32 - Authen::NTLM - end - end - -end -- 2.47.3