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