From d470792ac40fa72f1c4c9039639ab875d431b9e78176ba4e349be2c3a1a4feb6 Mon Sep 17 00:00:00 2001 From: Tuukka Pasanen Date: Tue, 22 Jun 2010 09:10:13 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Net-SMTP-SSL?expand=0&rev=3 --- perl-Net-SMTP-SSL.spec | 19 ++++++------------- 1 file changed, 6 insertions(+), 13 deletions(-) diff --git a/perl-Net-SMTP-SSL.spec b/perl-Net-SMTP-SSL.spec index 049046d..3e2bd70 100644 --- a/perl-Net-SMTP-SSL.spec +++ b/perl-Net-SMTP-SSL.spec @@ -7,7 +7,7 @@ License: Artistic license Source: Net-SMTP-SSL-1.01.tar.gz Group: Development/Libraries/Perl Summary: ImplemeImplements the same API as Net::SMTP, but uses IO::Socket::SSL -Requires: perl = %{perl_version} +Requires: perl = %{perl_version}, perl-IO-Socket-SSL BuildRoot: %{_tmppath}/%{name}-%{version}-build %description @@ -46,18 +46,11 @@ rm -rf %buildroot %files -f filelist %defattr(-,root,root) - -# This is a place for a proper filelist: -# /usr/bin/perl-Net-SMTP-SSL -# You can also use shell wildcards: -# /usr/share/perl-Net-SMTP-SSL/* -# This installs documentation files from the top build directory -# into /usr/share/doc/... -# %doc README COPYING -# The advantage of using a real filelist instead of the '-f filelist' trick is -# that rpmbuild will detect if the install section forgets to install -# something that is listed here - +%dir %{perl_vendorarch}/auto/Net +%dir %{perl_vendorarch}/auto/Net/SMTP +%dir %{perl_vendorarch}/auto/Net/SMTP/SSL +%{perl_vendorlib}/Net +%{perl_vendorlib}/Net/SMTP %changelog * Wed Mar 25 2009 tuukka.pasanen@ilmi.fi