26 lines
683 B
RPMSpec
26 lines
683 B
RPMSpec
|
Name: perl-srpm-macros
|
||
|
Version: 1
|
||
|
Release: 1%{?dist}
|
||
|
Summary: RPM macros for building Perl source package from source repository
|
||
|
Group: Development/Libraries
|
||
|
License: GPLv3+
|
||
|
Source0: macros.perl-srpm
|
||
|
BuildArch: noarch
|
||
|
|
||
|
%description
|
||
|
These RPM macros are used for building Perl source packages from source
|
||
|
repositories. They influence build-requires set into the source package.
|
||
|
|
||
|
%install
|
||
|
install -m 644 -D "%{SOURCE0}" \
|
||
|
"$RPM_BUILD_ROOT/%{_sysconfdir}/rpm/macros.perl-srpm"
|
||
|
|
||
|
%files
|
||
|
%config %{_sysconfdir}/rpm/macros.perl-srpm
|
||
|
|
||
|
%changelog
|
||
|
* Tue May 15 2012 Petr Pisar <ppisar@redhat.com> - 1-1
|
||
|
- Introduce Perl SRPM macros as a standalone package
|
||
|
|
||
|
|