From c9cda66adb5756f1486a99aa9487276d2354e0bd16b6f784cecbe64c0969b46e Mon Sep 17 00:00:00 2001 From: Peter Trommler Date: Thu, 31 Jul 2014 19:53:05 +0000 Subject: [PATCH] Accepting request 243197 from home:dimstar:rpmlintrc Rename rpmlintrc as per pkg guideline to %{name}-rpmlintrc OBS-URL: https://build.opensuse.org/request/show/243197 OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc?expand=0&rev=151 --- rpmlintrc => ghc-rpmlintrc | 0 ghc.changes | 6 ++++++ ghc.spec | 1 + 3 files changed, 7 insertions(+) rename rpmlintrc => ghc-rpmlintrc (100%) diff --git a/rpmlintrc b/ghc-rpmlintrc similarity index 100% rename from rpmlintrc rename to ghc-rpmlintrc diff --git a/ghc.changes b/ghc.changes index 1eb53c7..3e8bae0 100644 --- a/ghc.changes +++ b/ghc.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Jul 31 14:09:44 UTC 2014 - dimstar@opensuse.org + +- Rename rpmlintrc to %{name}-rpmlintrc. + Follow the packaging guidelines. + ------------------------------------------------------------------- Sat May 10 19:30:44 UTC 2014 - dvaleev@suse.com diff --git a/ghc.spec b/ghc.spec index a80ff00..1db862c 100644 --- a/ghc.spec +++ b/ghc.spec @@ -89,6 +89,7 @@ Requires: ghc-compiler = %{version}-%{release} Requires: ghc-ghc-devel = %{version}-%{release} Requires: ghc-libraries = %{version}-%{release} Source: http://haskell.org/ghc/dist/%{version}/%{name}-%{version}-src.tar.bz2 +Source1: ghc-rpmlintrc # PATCH-FIX-UPSTREAM ghc-use-system-libffi.patch peter.trommler@ohm-hochschule.de - See Haskell trac #4496 and #5743; backport of our patch accepted upstream for next major release. Patch: ghc-use-system-libffi.patch # PATCH-FIX-UPSTREAM ghc-suse-as-needed.patch peter.trommler@ohm-hochschule.de - temporary fix for Haskell trac #7062, ghc libraries do not work with as_needed and new-dtags both enabled