cblrpm refresh

This commit is contained in:
Jens Petersen 2015-01-28 14:52:37 +09:00
parent 5131d12f41
commit b4bd320316
1 changed files with 6 additions and 6 deletions

View File

@ -4,17 +4,14 @@
%bcond_with tests
# no useful debuginfo for Haskell packages without C sources
%global debug_package %{nil}
Name: ghc-%{pkg_name}
Version: 0.0.4
Release: 1%{?dist}
Release: 2%{?dist}
Summary: HTTP Date parser and formatter
License: BSD
Url: http://hackage.haskell.org/package/%{pkg_name}
Source0: http://hackage.haskell.org/package/%{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
@ -80,5 +77,8 @@ This package provides the Haskell %{pkg_name} library development files.
%changelog
* Wed Jan 28 2015 Jens Petersen <petersen@redhat.com> - 0.0.4-2
- cblrpm refresh
* Mon Sep 1 2014 Fedora Haskell SIG <haskell@lists.fedoraproject.org> - 0.0.4-1
- spec file generated by cabal-rpm-0.9.1.50