diff options
| -rw-r--r-- | php-PHPMailer.spec | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/php-PHPMailer.spec b/php-PHPMailer.spec index 342a139..22477a8 100644 --- a/php-PHPMailer.spec +++ b/php-PHPMailer.spec @@ -86,7 +86,6 @@ install -p -d -m 755 "${RPM_BUILD_ROOT}%{_datadir}/PHPMailer/language/"  install -p -m 644 class.*.php PHPMailerAutoload.php \  	"${RPM_BUILD_ROOT}/%{_datadir}/php/PHPMailer/" -  #	Install language files (these are not gettextized).  install -p -m 644 language/*.php					\ @@ -112,6 +111,7 @@ rm -rf "${RPM_BUILD_ROOT}"  #-------------------------------------------------------------------------------  %files -f files.list  #------------------------------------------------------------------------------- +  %defattr(-, root, root, -)  %{!?_licensedir:%global license %%doc}  %license LICENSE  | 
