|
|
@ -4,17 +4,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
%bcond_without tests
|
|
|
|
%bcond_without tests
|
|
|
|
|
|
|
|
|
|
|
|
# no useful debuginfo for Haskell packages without C sources
|
|
|
|
|
|
|
|
%global debug_package %{nil}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Name: ghc-%{pkg_name}
|
|
|
|
Name: ghc-%{pkg_name}
|
|
|
|
Version: 0.2.3.4
|
|
|
|
Version: 0.2.3.5
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Summary: Library for creating and modifying zip archives
|
|
|
|
Summary: Library for creating and modifying zip archives
|
|
|
|
|
|
|
|
|
|
|
|
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/packages/archive/%{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
|
|
|
@ -91,6 +88,9 @@ This package provides the Haskell %{pkg_name} library development files.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Fri Jan 23 2015 Jens Petersen <petersen@redhat.com> - 0.2.3.5-1
|
|
|
|
|
|
|
|
- update to 0.2.3.5
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Oct 30 2014 Jens Petersen <petersen@redhat.com> - 0.2.3.4-1
|
|
|
|
* Thu Oct 30 2014 Jens Petersen <petersen@redhat.com> - 0.2.3.4-1
|
|
|
|
- update to 0.2.3.4
|
|
|
|
- update to 0.2.3.4
|
|
|
|
- refresh to cblrpm-0.8.11
|
|
|
|
- refresh to cblrpm-0.8.11
|
|
|
|