cblrpm refresh
This commit is contained in:
parent
e6e8600cff
commit
eb856a69b1
@ -4,18 +4,15 @@
|
|||||||
|
|
||||||
%bcond_with tests
|
%bcond_with tests
|
||||||
|
|
||||||
# no useful debuginfo for Haskell packages without C sources
|
|
||||||
%global debug_package %{nil}
|
|
||||||
|
|
||||||
Name: ghc-%{pkg_name}
|
Name: ghc-%{pkg_name}
|
||||||
# part of Haskell Platform
|
# part of Haskell Platform
|
||||||
Version: 2.0.1.5
|
Version: 2.0.1.5
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Asynchronous IO operations
|
Summary: Run IO operations asynchronously and wait for their results
|
||||||
|
|
||||||
License: BSD
|
License: BSD
|
||||||
URL: http://hackage.haskell.org/package/%{pkg_name}
|
Url: https://hackage.haskell.org/package/%{pkg_name}
|
||||||
Source0: http://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
|
Source0: https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
|
||||||
|
|
||||||
BuildRequires: ghc-Cabal-devel
|
BuildRequires: ghc-Cabal-devel
|
||||||
BuildRequires: ghc-rpm-macros
|
BuildRequires: ghc-rpm-macros
|
||||||
@ -90,9 +87,6 @@ This package provides the Haskell %{pkg_name} library development files.
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Sat Aug 16 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.0.1.5-2
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
|
||||||
|
|
||||||
* Fri Aug 8 2014 Jens Petersen <petersen@redhat.com> - 2.0.1.5-1
|
* Fri Aug 8 2014 Jens Petersen <petersen@redhat.com> - 2.0.1.5-1
|
||||||
- update to 2.0.1.5
|
- update to 2.0.1.5
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user