]> git.pld-linux.org Git - packages/ed.git/commitdiff
- BuildRequires: autoconf
authorJakub Bogusz <qboosh@pld-linux.org>
Thu, 11 Oct 2001 12:40:02 +0000 (12:40 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    ed.spec -> 1.30

ed.spec

diff --git a/ed.spec b/ed.spec
index eb7717d5bf2a51a742906c7c2019ba7b065eaa6b..b146b77779d910d9f55aa251a6c96ec10fe65673 100644 (file)
--- a/ed.spec
+++ b/ed.spec
@@ -16,6 +16,7 @@ Patch0:               %{name}-info.patch
 Patch1:                %{name}-autoconf.patch
 Patch2:                %{name}-mkstemp.patch
 Patch3:                %{name}-debian.patch
+BuildRequires: autoconf
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %define                _prefix         /usr
@@ -68,15 +69,15 @@ rm -rf $RPM_BUILD_ROOT
 
 gzip -9nf NEWS POSIX README
 
+%clean
+rm -rf $RPM_BUILD_ROOT
+
 %post
 [ ! -x /usr/sbin/fix-info-dir ] || /usr/sbin/fix-info-dir -c %{_infodir} >/dev/null 2>&1
 
 %postun
 [ ! -x /usr/sbin/fix-info-dir ] || /usr/sbin/fix-info-dir -c %{_infodir} >/dev/null 2>&1
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
 %files
 %defattr(644,root,root,755)
 %doc *.gz
This page took 0.05608 seconds and 4 git commands to generate.