diff --git a/ghc-dotgen.spec b/ghc-dotgen.spec index 2a9b112..a95e1b9 100644 --- a/ghc-dotgen.spec +++ b/ghc-dotgen.spec @@ -4,12 +4,12 @@ Name: ghc-%{pkg_name} Version: 0.4.1 -Release: 9%{?dist} +Release: 10%{?dist} Summary: Simple interface to build .dot graph files License: BSD -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 @@ -18,17 +18,18 @@ BuildRequires: ghc-containers-devel # End cabal-rpm deps %description -This package provides a simple interface for building .dot graph files, -for input into the dot and graphviz tools. -It includes a monadic interface for building graphs. +This package provides a simple interface for building .dot graph files, for +input into the dot and graphviz tools. It includes a monadic interface for +building graphs. %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. @@ -62,6 +63,9 @@ This package provides the Haskell %{pkg_name} library development files. %changelog +* Tue Feb 3 2015 Jens Petersen - 0.4.1-10 +- cblrpm refresh + * Sat Aug 16 2014 Fedora Release Engineering - 0.4.1-9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild