diff options
| author | Pavel Raiskup <praiskup@redhat.com> | 2014-03-24 18:37:55 +0100 |
|---|---|---|
| committer | Pavel Raiskup <praiskup@redhat.com> | 2014-03-24 18:39:48 +0100 |
| commit | b5f64dfc80ea05e803f665e68b82e9e2ec6756f9 (patch) | |
| tree | 1eb44a10abeb6516687665ef7586c3456f36d590 | |
| parent | 6585b523f499d81534361abc4c0335c940f8efb7 (diff) | |
autotools-git/autoconf: rm -rf %{buildroot} at %install
(only for RHEL5)
| -rw-r--r-- | repos/autotools/autotools-git/autoconf/autoconf.spec | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/repos/autotools/autotools-git/autoconf/autoconf.spec b/repos/autotools/autotools-git/autoconf/autoconf.spec index b693b5e..9283e0f 100644 --- a/repos/autotools/autotools-git/autoconf/autoconf.spec +++ b/repos/autotools/autotools-git/autoconf/autoconf.spec @@ -9,7 +9,7 @@ Summary: A GNU tool for automatically configuring source code Name: %{?scl_prefix}autoconf Version: 2.69 -Release: 4.%{commits_from_release}.%{git_hash}%{?dist} +Release: 5.%{commits_from_release}.%{git_hash}%{?dist} License: GPLv2+ and GFDL Group: Development/Tools Source0: autoconf-2.69.117-1717-dirty.tar.gz @@ -103,6 +103,9 @@ EOF %endif %install +%if 0%{?rhel} == 5 +rm -rf %{buildroot} +%endif scl enable autotools-git - <<\EOF make install DESTDIR=%{buildroot} EOF @@ -132,6 +135,9 @@ fi %doc AUTHORS COPYING* ChangeLog NEWS README THANKS TODO %changelog +* Mon Mar 24 2014 Pavel Raiskup <praiskup@redhat.com> - 2.69-5.117.1717 +- remove buildroot in %%install + * Mon Mar 24 2014 Pavel Raiskup <praiskup@redhat.com> - 2.69-4.117.1717 - require the SCL-ized m4 |
