From dd5368d1e13e9b53a6e52494b22c8f83664a993a Mon Sep 17 00:00:00 2001 From: Björn Persson Date: Jan 10 2015 21:43:41 +0000 Subject: Removed a temporary explanation file. --- diff --git a/fedora-gnat-project-common.spec b/fedora-gnat-project-common.spec index 41bcf00..ca38401 100644 --- a/fedora-gnat-project-common.spec +++ b/fedora-gnat-project-common.spec @@ -49,15 +49,6 @@ exec_prefix=%{_exec_prefix} bindir=%{_bindir} libexecdir=%{_libexecdir} included mkdir --parents %{buildroot}%{_GNAT_project_dir} %{buildroot}%{_sysconfdir}/profile.d %{buildroot}%{RPM_macro_dir} cp -p directories.gpr %{buildroot}%{_GNAT_project_dir}/ cp -p gnat-project.sh gnat-project.csh %{buildroot}%{_sysconfdir}/profile.d/ -# Write an explanation where macros.gnat used to be. Remove it in 2015. -mkdir %{buildroot}%{_sysconfdir}/rpm -cat <<'EOF' > %{buildroot}%{_sysconfdir}/rpm/macros.gnat -# macros.gnat has been moved to %{RPM_macro_dir} because it's not -# intended as a configuration file. If local customization is necessary it -# should be done in a separate file here in %{_sysconfdir}/rpm. -EOF -# Overwrite the explanation with the macros rather than the opposite if the -# directories are the same (which they are not supposed to be). cp -p macros.gnat %{buildroot}%{RPM_macro_dir}/ @@ -66,7 +57,6 @@ cp -p macros.gnat %{buildroot}%{RPM_macro_dir}/ %{_GNAT_project_dir} %config(noreplace) %{_sysconfdir}/profile.d/* %{RPM_macro_dir}/* -%{_sysconfdir}/rpm/* %changelog