summaryrefslogtreecommitdiff
path: root/apache1-mod_gunzip.spec
diff options
context:
space:
mode:
authorSebastian Zagrodzki2000-04-01 11:14:23 (GMT)
committercvs2git2012-06-24 12:13:13 (GMT)
commit0ec1feb472dd4879f8870b3d2b8c03cdd4225417 (patch)
tree37780c18d11848242042e3cadfd951bd84601c38 /apache1-mod_gunzip.spec
parent85d5b681871862a08e969a947a817f5feb6179e2 (diff)
downloadapache1-mod_gunzip-0ec1feb472dd4879f8870b3d2b8c03cdd4225417.zip
apache1-mod_gunzip-0ec1feb472dd4879f8870b3d2b8c03cdd4225417.tar.gz
- changed all BuildRoot definitons
- removed all applnkdir defs - changed some prereqs/requires - removed duplicate empty lines Changed files: apache1-mod_gunzip.spec -> 1.4
Diffstat (limited to 'apache1-mod_gunzip.spec')
-rw-r--r--apache1-mod_gunzip.spec3
1 files changed, 1 insertions, 2 deletions
diff --git a/apache1-mod_gunzip.spec b/apache1-mod_gunzip.spec
index 7d01430..db918d6 100644
--- a/apache1-mod_gunzip.spec
+++ b/apache1-mod_gunzip.spec
@@ -13,7 +13,7 @@ BuildRequires: apache-devel
BuildRequires: zlib-devel
Prereq: /usr/sbin/apxs
Requires: apache
-BuildRoot: /tmp/%{name}-%{version}-root
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
%define _pkglibdir %(/usr/sbin/apxs -q LIBEXECDIR)
@@ -32,7 +32,6 @@ Moduł do apache: dekompresuje dokumenty HTML w locie.
%install
rm -rf $RPM_BUILD_ROOT
-
install -d $RPM_BUILD_ROOT%{_pkglibdir}
install mod_%{mod_name}.so $RPM_BUILD_ROOT%{_pkglibdir}