diff --git a/php-kolab-net-ldap3.spec b/php-kolab-net-ldap3.spec index a0cb394..b186af9 100644 --- a/php-kolab-net-ldap3.spec +++ b/php-kolab-net-ldap3.spec @@ -21,7 +21,6 @@ Source0: http://git.kolab.org/pear/Net_LDAP3/snapshot/pear-Net-LDAP3-%{ve # https://issues.kolab.org/show_bug.cgi?id=4695 Patch0: php-kolab-net-ldap3-license.patch -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch # From composer.json @@ -53,17 +52,11 @@ for accessing LDAP directories. %install -rm -rf %{buildroot} mkdir -p %{buildroot}%{_datadir}/php cp -pr lib/* %{buildroot}%{_datadir}/php -%clean -rm -rf %{buildroot} - - %files -%defattr(-,root,root,-) %{!?_licensedir:%global license %%doc} %license LICENSE %doc composer.json