diff --git a/ghc-executable-path.spec b/ghc-executable-path.spec index 5a2dc12..d89b7f0 100644 --- a/ghc-executable-path.spec +++ b/ghc-executable-path.spec @@ -4,12 +4,12 @@ Name: ghc-%{pkg_name} Version: 0.0.3 -Release: 7%{?dist} -Summary: Haskell library to find full path of an executable +Release: 8%{?dist} +Summary: Find out the full path of an executable License: Public Domain -URL: http://hackage.haskell.org/package/%{pkg_name} -Source0: http://hackage.haskell.org/packages/archive/%{pkg_name}/%{version}/%{pkg_name}-%{version}.tar.gz +Url: https://hackage.haskell.org/package/%{pkg_name} +Source0: https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz BuildRequires: ghc-Cabal-devel BuildRequires: ghc-rpm-macros @@ -28,13 +28,15 @@ of the program as invoked." This library tries to provide the missing path. %package devel Summary: Haskell %{pkg_name} library development files +Provides: %{name}-static = %{version}-%{release} Requires: ghc-compiler = %{ghc_version} Requires(post): ghc-compiler = %{ghc_version} Requires(postun): ghc-compiler = %{ghc_version} -Requires: %{name} = %{version}-%{release} +Requires: %{name}%{?_isa} = %{version}-%{release} %description devel -This package provides the Haskell %{pkg_name} library development files. +This package provides the Haskell %{pkg_name} library development +files. %prep @@ -65,6 +67,9 @@ This package provides the Haskell %{pkg_name} library development files. %changelog +* Tue Jan 27 2015 Jens Petersen - 0.0.3-8 +- cblrpm refresh + * Sat Aug 16 2014 Fedora Release Engineering - 0.0.3-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild