From e3136771b3663d6f90af82487a8292d9251793b2 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Sat, 17 May 2014 17:29:11 +0900 Subject: [PATCH] rename macros source files removing ghc-rpm- prefix --- ghc-rpm-macros.spec | 6 +++--- ghc-rpm-macros.ghc => macros.ghc | 0 ghc-rpm-macros.ghc-extra => macros.ghc-extra | 0 ghc-rpm-macros.ghc-srpm => macros.ghc-srpm | 0 4 files changed, 3 insertions(+), 3 deletions(-) rename ghc-rpm-macros.ghc => macros.ghc (100%) rename ghc-rpm-macros.ghc-extra => macros.ghc-extra (100%) rename ghc-rpm-macros.ghc-srpm => macros.ghc-srpm (100%) diff --git a/ghc-rpm-macros.spec b/ghc-rpm-macros.spec index 16b41fb..948b60f 100644 --- a/ghc-rpm-macros.spec +++ b/ghc-rpm-macros.spec @@ -17,14 +17,14 @@ URL: https://fedoraproject.org/wiki/Packaging:Haskell # the distribution. Hence the source is currently only available # from this package. But it could be hosted on fedorahosted.org # for example if other rpm distros would prefer that. -Source0: ghc-rpm-macros.ghc +Source0: macros.ghc Source1: COPYING Source2: AUTHORS Source3: ghc-deps.sh Source4: cabal-tweak-dep-ver Source5: cabal-tweak-flag -Source6: ghc-rpm-macros.ghc-extra -Source7: ghc-rpm-macros.ghc-srpm +Source6: macros.ghc-extra +Source7: macros.ghc-srpm Requires: ghc-srpm-macros = %{version}-%{release} # macros.ghc-srpm moved out from redhat-rpm-config-21 Requires: redhat-rpm-config > 20-1.fc21 diff --git a/ghc-rpm-macros.ghc b/macros.ghc similarity index 100% rename from ghc-rpm-macros.ghc rename to macros.ghc diff --git a/ghc-rpm-macros.ghc-extra b/macros.ghc-extra similarity index 100% rename from ghc-rpm-macros.ghc-extra rename to macros.ghc-extra diff --git a/ghc-rpm-macros.ghc-srpm b/macros.ghc-srpm similarity index 100% rename from ghc-rpm-macros.ghc-srpm rename to macros.ghc-srpm