From 0510b87f003b5462d12d1bfec771082d13da3450 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 11 Aug 2014 18:16:47 +0200 Subject: php-PHPMailer: cleanups... --- php-PHPMailer.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit