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 Source: Net-SMTP-SSL-1.01.tar.gz
Group: Development/Libraries/Perl Group: Development/Libraries/Perl
Summary: ImplemeImplements the same API as Net::SMTP, but uses IO::Socket::SSL 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 BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description %description
@ -46,18 +46,11 @@ rm -rf %buildroot
%files -f filelist %files -f filelist
%defattr(-,root,root) %defattr(-,root,root)
%dir %{perl_vendorarch}/auto/Net
# This is a place for a proper filelist: %dir %{perl_vendorarch}/auto/Net/SMTP
# /usr/bin/perl-Net-SMTP-SSL %dir %{perl_vendorarch}/auto/Net/SMTP/SSL
# You can also use shell wildcards: %{perl_vendorlib}/Net
# /usr/share/perl-Net-SMTP-SSL/* %{perl_vendorlib}/Net/SMTP
# 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
%changelog %changelog
* Wed Mar 25 2009 tuukka.pasanen@ilmi.fi * Wed Mar 25 2009 tuukka.pasanen@ilmi.fi