cblrpm refresh

This commit is contained in:
Jens Petersen 2015-02-03 07:49:19 +01:00
parent f3f3a0e561
commit ba0e123e3b
1 changed files with 11 additions and 7 deletions

View File

@ -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 <petersen@redhat.com> - 0.4.1-10
- cblrpm refresh
* Sat Aug 16 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.4.1-9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild