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