summaryrefslogtreecommitdiffstats
path: root/repos/autotools/autotools-latest/autotools-latest/autotools-latest.spec
diff options
context:
space:
mode:
Diffstat (limited to 'repos/autotools/autotools-latest/autotools-latest/autotools-latest.spec')
-rw-r--r--repos/autotools/autotools-latest/autotools-latest/autotools-latest.spec12
1 files changed, 5 insertions, 7 deletions
diff --git a/repos/autotools/autotools-latest/autotools-latest/autotools-latest.spec b/repos/autotools/autotools-latest/autotools-latest/autotools-latest.spec
index 135cc96..5d5bec7 100644
--- a/repos/autotools/autotools-latest/autotools-latest/autotools-latest.spec
+++ b/repos/autotools/autotools-latest/autotools-latest/autotools-latest.spec
@@ -1,5 +1,3 @@
-%{?_compat_el5_build}
-
# Workaround to always have %%scl defined
%{!?scl:%global scl autotools-latest}
@@ -8,7 +6,7 @@
Summary: Package that installs %scl
Name: %scl_name
Version: 1
-Release: 14%{?dist}
+Release: 15%{?dist}
License: GPLv2+
Group: Applications/File
@@ -67,10 +65,6 @@ EOF
%install
-%if 0%{?rhel} == 5
-rm -rf %{buildroot}
-%endif
-
%if 0%{?rhel} >= 5 && 0%{?rhel} < 8
mkdir -p %{buildroot}/%{_scl_scripts}/root
install -c -p -m 0644 enable %{buildroot}%{_scl_scripts}/enable
@@ -99,6 +93,10 @@ rm -rf %{buildroot}/%{_root_sysconfdir}/rpm/macros.%{scl}-config
%changelog
+* Tue Sep 27 2016 Pavel Raiskup <praiskup@redhat.com> - 1-15
+- bump: rebuild september 2016
+- remove some compat stuff now implemented in epel-rpm-macros
+
* Wed Aug 12 2015 Pavel Raiskup <praiskup@redhat.com> - 1-14
- Requires field must be spearated by spaces and not commas