]> git.pld-linux.org Git - packages/php-phpmailer.git/commitdiff
- use %php_data_dir macro
authorElan Ruusamäe <glen@pld-linux.org>
Tue, 17 Jun 2008 05:29:17 +0000 (05:29 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    php-phpmailer.spec -> 1.4

php-phpmailer.spec

index 5458e2e78b920a552e235396d3dced11acbb2076..81b7a18424d728b7acf5dfecde9ab9869ef5d09e 100644 (file)
@@ -8,10 +8,11 @@ Group:                Development/Languages/PHP
 Source0:       http://dl.sourceforge.net/phpmailer/PHPMailer_v%{version}.tar.gz
 # Source0-md5: 1fba7b3b8f67197c371da2f791d517de
 URL:           http://phpmailer.codeworxtech.com/
+BuildRequires: rpmbuild(macros) >= 1.461
 BuildArch:     noarch
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
-%define                _appdir /usr/share/php/%{name}
+%define                _appdir         %{php_data_dir}/%{name}
 
 %description
 PHP email transport class featuring multiple file attachments, SMTP
This page took 0.029281 seconds and 4 git commands to generate.