diff options
author | Remi Collet <fedora@famillecollet.com> | 2012-11-03 19:54:28 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2012-11-03 19:54:28 +0100 |
commit | 680aa3053dbc37ec02e221d58389b2d451f2d9c0 (patch) | |
tree | 2c0f4920d143a67bedcd17a48785640356888d7b | |
parent | 049a3e78e52e7edebe447e0d2e2a1cb35be7fc8f (diff) |
php-horde-Horde-Share: new package
-rw-r--r-- | php-horde-Horde-SessionHandler.spec | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/php-horde-Horde-SessionHandler.spec b/php-horde-Horde-SessionHandler.spec index a8e6f5b..30a30e8 100644 --- a/php-horde-Horde-SessionHandler.spec +++ b/php-horde-Horde-SessionHandler.spec @@ -60,19 +60,19 @@ cd %{pear_name}-%{version} %install cd %{pear_name}-%{version} -rm -rf $RPM_BUILD_ROOT -%{__pear} install --nodeps --packagingroot $RPM_BUILD_ROOT %{name}.xml +rm -rf %{buildroot} +%{__pear} install --nodeps --packagingroot %{buildroot} %{name}.xml # Clean up unnecessary files -rm -rf $RPM_BUILD_ROOT%{pear_metadir}/.??* +rm -rf %{buildroot}%{pear_metadir}/.??* # Install XML package description -mkdir -p $RPM_BUILD_ROOT%{pear_xmldir} -install -pm 644 %{name}.xml $RPM_BUILD_ROOT%{pear_xmldir} +mkdir -p %{buildroot}%{pear_xmldir} +install -pm 644 %{name}.xml %{buildroot}%{pear_xmldir} %clean -rm -rf $RPM_BUILD_ROOT +rm -rf %{buildroot} %check |