[owncloud] Add buildreq: php-pear (RBZ #987279)

brummbq brummbq at fedoraproject.org
Tue Jul 23 12:22:49 UTC 2013


commit da6107691b043fa915517da0e422c712c8decfd8
Author: Gregor Tätzner <gregor at freenet.de>
Date:   Tue Jul 23 14:21:58 2013 +0200

    Add buildreq: php-pear (RBZ #987279)

 owncloud.spec |    9 +++++++--
 1 files changed, 7 insertions(+), 2 deletions(-)
---
diff --git a/owncloud.spec b/owncloud.spec
index ecdebf2..b156934 100644
--- a/owncloud.spec
+++ b/owncloud.spec
@@ -1,7 +1,7 @@
 
 Name:           owncloud
 Version:        5.0.9
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Private file sync and share server
 
 License:        AGPLv3+ and MIT and BSD and CC-BY and CC-BY-SA and GPLv3 and Public Domain and (MPLv1.1 or GPLv2+ or LGPLv2+) and (MIT or GPL+) and (MIT or GPLv2) and ASL 2.0 and LGPLv3
@@ -24,6 +24,9 @@ Patch0:         %{name}-5.0.8-config.patch
 
 BuildArch:      noarch
 
+# expand pear macros on install
+BuildRequires:  php-pear
+
 Requires:       %{name}-webserver = %{version}-%{release}
 Requires:       %{name}-database = %{version}-%{release}
 
@@ -221,7 +224,6 @@ ln -sf %{pear_phpdir}/Symfony                           %{buildroot}%{_datadir}/
 ln -sf %{pear_phpdir}/Crypt %{buildroot}%{_datadir}/%{name}/apps/files_encryption/3rdparty/Crypt_Blowfish
 ln -sf %{_datadir}/php/Zend %{buildroot}%{_datadir}/%{name}/apps/search_lucene/3rdparty/Zend
 
-
 %if 0%{?rhel}
 %post
 semanage fcontext -a -t httpd_sys_rw_content_t '%{_sysconfdir}/%{name}/config.php' 2>/dev/null || :
@@ -301,6 +303,9 @@ fi
 
 
 %changelog
+* Tue Jul 23 2013 Gregor Tätzner <brummbq at fedoraproject.org> - 5.0.9-2
+- buildreq: php-pear (RBZ #987279)
+
 * Tue Jul 16 2013 Gregor Tätzner <brummbq at fedoraproject.org> - 5.0.9-1
 - major upgrade to 5.0.9
 - symlink 3rdparty libs and drop most of the patches


More information about the scm-commits mailing list