Blob Blame History Raw
Name:           epel-rpm-macros
Version:        6
Release:        1
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}

%description
This package contains the Extra Packages for Enterprise Linux (EPEL) RPM
macros for building EPEL packages.

%prep
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
* Wed Dec 02 2015 Jason L Tibbitts III <tibbs@math.uh.edu> - 6-1
- Initial version for EL6, based on the spec from the EL7 package.