[ghc-rpm-macros] rename macros source files removing ghc-rpm- prefix

Jens Petersen petersen at fedoraproject.org
Sat May 17 08:29:19 UTC 2014


commit e3136771b3663d6f90af82487a8292d9251793b2
Author: Jens Petersen <petersen at redhat.com>
Date:   Sat May 17 17:29:11 2014 +0900

    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(-)
---
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


More information about the scm-commits mailing list