Name: epel-rpm-macros Version: 7 Release: 6 Summary: Extra Packages for Enterprise Linux RPM macros Group: System Environment/Base License: GPLv2 # This is a EPEL maintained package which is specific to # our distribution. Thus the source is only available from # within this srpm. URL: http://download.fedoraproject.org/pub/epel Source0: macros.epel-rpm-macros Source1: GPL BuildArch: noarch Requires: redhat-release >= %{version} # For python buildroot macros Requires: python-srpm-macros # Since the RHEL python-devel package doesn't require them, bring them in here # python3-rpm-macros is brought in by python3X-devel Requires: python-rpm-macros Requires: python2-rpm-macros %description This package contains the Extra Packages for Enterprise Linux (EPEL) RPM macros for building EPEL packages. %prep %setup -cT install -pm 644 %{SOURCE1} . %install #GPG Key install -Dpm 644 %{SOURCE0} \ $RPM_BUILD_ROOT/usr/lib/rpm/macros.d/macros.epel-rpm-macros %files %license GPL /usr/lib/rpm/macros.d/macros.epel-rpm-macros %changelog * Mon Jan 25 2016 Orion Poplawski 7-6 - Bring in python macros via the python-rpm-macros packages - Use %%setup so fedpkg local works * Mon Jan 4 2016 Orion Poplawski 7-5 - Fix python_provide macro for EPEL7 python3 package names * Thu Oct 8 2015 Thomas Spura - 7-4 - Fix python_provide macro to use epoch and obsolete previous python- package * Tue Aug 18 2015 Orion Poplawski 7-3 - Fix py2_install macro - Cleanup spec * Sat Aug 01 2015 Kevin Fenzi 7-2 - Add python macros. Fixes bug #1241655 * Wed Apr 29 2015 Kevin Fenzi 7-1 - Initial version for epel.