refresh to cabal-rpm-0.11.1
This commit is contained in:
parent
2220c422bd
commit
0b60c0deec
1 changed files with 10 additions and 6 deletions
|
|
@ -1,16 +1,17 @@
|
|||
# generated by cabal-rpm-0.9.12
|
||||
# generated by cabal-rpm-0.11.1
|
||||
# https://fedoraproject.org/wiki/Packaging:Haskell
|
||||
|
||||
%global pkg_name unlambda
|
||||
%global pkgver %{pkg_name}-%{version}
|
||||
|
||||
Name: %{pkg_name}
|
||||
Version: 0.1.4.2
|
||||
Release: 2%{?dist}
|
||||
Release: 3%{?dist}
|
||||
Summary: Unlambda interpreter
|
||||
|
||||
License: GPL+
|
||||
URL: https://hackage.haskell.org/package/%{name}
|
||||
Source0: https://hackage.haskell.org/packages/archive/%{name}/%{version}/%{name}-%{version}.tar.gz
|
||||
Url: https://hackage.haskell.org/package/%{name}
|
||||
Source0: https://hackage.haskell.org/package/%{pkgver}/%{pkgver}.tar.gz
|
||||
Patch0: unlambda-0.1.2-FSF-license-fix.patch
|
||||
|
||||
BuildRequires: ghc-Cabal-devel
|
||||
|
|
@ -22,8 +23,8 @@ BuildRequires: ghc-unix-devel
|
|||
# End cabal-rpm deps
|
||||
|
||||
%description
|
||||
This is an interpreter of the Unlambda language,
|
||||
written in the pure, lazy, functional language Haskell.
|
||||
This is an interpreter of the Unlambda language, written in the pure, lazy,
|
||||
functional language Haskell.
|
||||
|
||||
|
||||
%package -n ghc-%{name}
|
||||
|
|
@ -79,6 +80,9 @@ iconv -f iso8859-1 -t utf-8 Language/Unlambda.hs > Language/Unlambda.conv && mv
|
|||
|
||||
|
||||
%changelog
|
||||
* Fri Feb 24 2017 Jens Petersen <petersen@redhat.com> - 0.1.4.2-3
|
||||
- refresh to cabal-rpm-0.11.1
|
||||
|
||||
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.4.2-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue