|
|
|
@ -1,3 +1,4 @@
|
|
|
|
|
# generated by cabal-rpm-0.11
|
|
|
|
|
# https://fedoraproject.org/wiki/Packaging:Haskell
|
|
|
|
|
|
|
|
|
|
%global pkg_name hscolour
|
|
|
|
@ -11,12 +12,12 @@
|
|
|
|
|
#%%global without_hscolour 1
|
|
|
|
|
|
|
|
|
|
Name: %{pkg_name}
|
|
|
|
|
Version: 1.23
|
|
|
|
|
Release: 2%{?dist}
|
|
|
|
|
Version: 1.24.1
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Summary: Colorize Haskell code
|
|
|
|
|
|
|
|
|
|
# the source does not state intended GPL version
|
|
|
|
|
License: GPL+
|
|
|
|
|
License: LGPLv2+
|
|
|
|
|
Url: https://hackage.haskell.org/package/%{name}
|
|
|
|
|
Source0: https://hackage.haskell.org/package/%{name}-%{version}/%{name}-%{version}.tar.gz
|
|
|
|
|
|
|
|
|
@ -27,7 +28,7 @@ BuildRequires: ghc-containers-devel
|
|
|
|
|
# End cabal-rpm deps
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
|
Hscolour is a Haskell tool to colourize Haskell code. It currently has
|
|
|
|
|
Hscolour is a Haskell tool to colorize Haskell code. It currently has
|
|
|
|
|
six output formats: ANSI terminal codes (optionally XTerm-256colour codes),
|
|
|
|
|
HTML 3.2 with <font> tags, HTML 4.01 with CSS, HTML 4.01 with CSS and mouseover
|
|
|
|
|
annotations, XHTML 1.0 with inline CSS styling, LaTeX, and mIRC chat codes.
|
|
|
|
@ -73,19 +74,22 @@ This package provides the Haskell %{name} library development files.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%files
|
|
|
|
|
%license LICENCE-GPL
|
|
|
|
|
%license LICENCE-LGPL
|
|
|
|
|
%{_bindir}/HsColour
|
|
|
|
|
%{_datadir}/%{name}-%{version}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%files -n ghc-%{name} -f ghc-%{name}.files
|
|
|
|
|
%license LICENCE-GPL
|
|
|
|
|
%license LICENCE-LGPL
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%files -n ghc-%{name}-devel -f ghc-%{name}-devel.files
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Mon Feb 20 2017 Jens Petersen <petersen@redhat.com> - 1.23-1
|
|
|
|
|
- update to 1.24.1
|
|
|
|
|
|
|
|
|
|
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.23-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|