Blame epel-rpm-macros.spec

2e2f550
Name:           epel-rpm-macros
2e2f550
Version:        7
2e2f550
Release:        1
2e2f550
Summary:        Extra Packages for Enterprise Linux RPM macros
2e2f550
2e2f550
Group:          System Environment/Base
2e2f550
License:        GPLv2
2e2f550
2e2f550
# This is a EPEL maintained package which is specific to
2e2f550
# our distribution.  Thus the source is only available from
2e2f550
# within this srpm.
2e2f550
URL:            http://download.fedoraproject.org/pub/epel
2e2f550
Source0:        macros.epel-rpm-macros
2e2f550
Source1:        GPL
2e2f550
2e2f550
BuildArch:     noarch
2e2f550
Requires:      redhat-release >=  %{version}
2e2f550
2e2f550
%description
2e2f550
This package contains the Extra Packages for Enterprise Linux (EPEL) RPM
2e2f550
macros for building EPEL packages. 
2e2f550
2e2f550
%prep
2e2f550
install -pm 644 %{SOURCE0} .
2e2f550
install -pm 644 %{SOURCE1} .
2e2f550
2e2f550
%build
2e2f550
2e2f550
2e2f550
%install
2e2f550
rm -rf $RPM_BUILD_ROOT
2e2f550
2e2f550
#GPG Key
2e2f550
install -Dpm 644 %{SOURCE0} \
2e2f550
    $RPM_BUILD_ROOT/usr/lib/rpm/macros.d/macros.epel-rpm-macros
2e2f550
2e2f550
%clean
2e2f550
rm -rf $RPM_BUILD_ROOT
2e2f550
2e2f550
%files
2e2f550
%defattr(-,root,root,-)
2e2f550
%doc GPL
2e2f550
/usr/lib/rpm/macros.d/macros.epel-rpm-macros
2e2f550
2e2f550
2e2f550
%changelog
2e2f550
* Wed Apr 29 2015 Kevin Fenzi <kevin@scrye.com> 7-1
2e2f550
- Initial version for epel.
2e2f550