diff options
author | Remi Collet <fedora@famillecollet.com> | 2014-08-11 18:16:47 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2014-08-11 18:16:47 +0200 |
commit | 0510b87f003b5462d12d1bfec771082d13da3450 (patch) | |
tree | a27999fb9443e305673eaf03d0a60a144d6a68d2 /php-PHPMailer.spec | |
parent | c00e6cd4f3330bd445264eabbf1f61531a337625 (diff) |
php-PHPMailer: cleanups...
Diffstat (limited to 'php-PHPMailer.spec')
-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 |