Tuukka Pasanen 2010-06-22 09:10:13 +00:00 committed by Git OBS Bridge
parent db17b65eeb
commit d470792ac4

View File

@ -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