commit 2420d5e1e752938c609991286a03fdd9ae1218a5 Author: Petr Písař <ppisar@xxxxxxxxxx> Date: Mon Feb 3 15:41:57 2014 +0100 Move macro files into %{_rpmconfigdir}/macros.d %{_rpmconfigdir} is supported since RPM 4.11. perl-srpm-macros.spec | 9 ++++++--- 1 files changed, 6 insertions(+), 3 deletions(-) --- diff --git a/perl-srpm-macros.spec b/perl-srpm-macros.spec index 5c76b76..b206d22 100644 --- a/perl-srpm-macros.spec +++ b/perl-srpm-macros.spec @@ -1,6 +1,6 @@ Name: perl-srpm-macros Version: 1 -Release: 10%{?dist} +Release: 11%{?dist} Summary: RPM macros for building Perl source package from source repository Group: Development/Libraries License: GPLv3+ @@ -13,12 +13,15 @@ repositories. They influence build-requires set into the source package. %install install -m 644 -D "%{SOURCE0}" \ - "$RPM_BUILD_ROOT/%{_sysconfdir}/rpm/macros.perl-srpm" + '%{buildroot}%{_rpmconfigdir}/macros.d/macros.perl-srpm' %files -%{_sysconfdir}/rpm/macros.perl-srpm +%{_rpmconfigdir}/macros.d/macros.perl-srpm %changelog +* Mon Feb 03 2014 Petr Pisar <ppisar@xxxxxxxxxx> - 1-11 +- Move macro files into %%{_rpmconfigdir}/macros.d + * Tue Aug 13 2013 Jitka Plesnikova <jplesnik@xxxxxxxxxx> - 1-10 - Disable perl_bootstrap for perl 5.18 rebuild -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/perl-devel