[ps2eps/epel7] Spec cleanup

Orion Poplawski orion at fedoraproject.org
Wed Jul 9 20:02:50 UTC 2014


commit 0dd84b4c9e3e3f1ec1604a5132f096a9d43de8cb
Author: Orion Poplawski <orion at nwra.com>
Date:   Wed Jul 9 14:03:07 2014 -0600

    Spec cleanup

 ps2eps.spec |    6 ------
 1 files changed, 0 insertions(+), 6 deletions(-)
---
diff --git a/ps2eps.spec b/ps2eps.spec
index a3db773..72be8dc 100644
--- a/ps2eps.spec
+++ b/ps2eps.spec
@@ -8,7 +8,6 @@ License:   GPLv2+
 URL:       http://www.tm.uka.de/~bless/ps2eps
 Group:     Applications/Publishing
 Requires:  ghostscript
-BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 %description
 ps2eps is a tool to produce Encapsulated PostScript Files (EPS/EPSF)
@@ -30,7 +29,6 @@ done
 %{__cc} %{optflags} -o bbox src/C/bbox.c
 
 %install
-%{__rm} -rf %{buildroot}
 %{__install} -d %{buildroot}%{_bindir}
 %{__install} -m 0755 -p bbox %{buildroot}%{_bindir}
 %{__install} -m 0755 -p bin/ps2eps %{buildroot}%{_bindir}
@@ -38,11 +36,7 @@ done
 %{__install} -m 0644 -p doc/man/man1/* %{buildroot}%{_mandir}/man1
 %{__rm} -f INSTALL.txt
 
-%clean
-%{__rm} -rf %{buildroot}
-
 %files
-%defattr (-, root, root, -)
 %doc *.txt doc/html/*.html doc/pdf/*.pdf
 %{_bindir}/bbox
 %{_bindir}/%{name}


More information about the scm-commits mailing list