summaryrefslogtreecommitdiffstats
path: root/php-horde-Horde-SessionHandler.spec
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2012-11-03 19:54:28 +0100
committerRemi Collet <fedora@famillecollet.com>2012-11-03 19:54:28 +0100
commit680aa3053dbc37ec02e221d58389b2d451f2d9c0 (patch)
tree2c0f4920d143a67bedcd17a48785640356888d7b /php-horde-Horde-SessionHandler.spec
parent049a3e78e52e7edebe447e0d2e2a1cb35be7fc8f (diff)
php-horde-Horde-Share: new package
Diffstat (limited to 'php-horde-Horde-SessionHandler.spec')
-rw-r--r--php-horde-Horde-SessionHandler.spec12
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