commit a9fe7b7f846999ff1cefa5812fdc853430b3d80c
Author: Igor Gnatenko <ignatenkobrain(a)fedoraproject.org>
Date: Wed Feb 14 08:05:21 2018 +0100
Remove %clean section
None of currently supported distributions need that.
Last one was EL5 which is EOL for a while.
Signed-off-by: Igor Gnatenko <ignatenkobrain(a)fedoraproject.org>
gstreamer.spec | 3 ---
1 file changed, 3 deletions(-)
---
diff --git a/gstreamer.spec b/gstreamer.spec
index b41707f..53ef274 100644
--- a/gstreamer.spec
+++ b/gstreamer.spec
@@ -158,9 +158,6 @@ install -m0755 -D %{SOURCE1}
$RPM_BUILD_ROOT%{_rpmconfigdir}/gstreamer.prov
# Add the gstreamer plugin file attribute entry (rpm >= 4.9.0)
install -m0644 -D %{SOURCE2} $RPM_BUILD_ROOT%{_rpmconfigdir}/fileattrs/gstreamer.attr
-%clean
-rm -rf $RPM_BUILD_ROOT
-
%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig