update to 0.6.2.3

epel9
Jens Petersen 9 years ago
parent da5c68b8a4
commit 1f929cc56d

1
.gitignore vendored

@ -3,3 +3,4 @@
/ansi-terminal-0.6.tar.gz
/ansi-terminal-0.6.1.1.tar.gz
/ansi-terminal-0.6.2.1.tar.gz
/ansi-terminal-0.6.2.3.tar.gz

@ -2,17 +2,14 @@
%global pkg_name ansi-terminal
# no useful debuginfo for Haskell packages without C sources
%global debug_package %{nil}
Name: ghc-%{pkg_name}
Version: 0.6.2.1
Release: 3%{?dist}
Version: 0.6.2.3
Release: 1%{?dist}
Summary: Simple ANSI terminal support
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
@ -23,6 +20,8 @@ BuildRequires: ghc-unix-devel
%description
ANSI terminal support for Haskell: allows cursor movement, screen clearing,
color output showing or hiding the cursor, and changing the title.
Compatible with Windows and those Unixes with ANSI terminals, but only GHC is
supported as a compiler.
%package devel
@ -48,6 +47,8 @@ This package provides the Haskell %{pkg_name} library development files.
%install
%ghc_lib_install
rm %{buildroot}%{ghc_pkgdocdir}/LICENSE
%post devel
%ghc_pkg_recache
@ -58,7 +59,7 @@ This package provides the Haskell %{pkg_name} library development files.
%files -f %{name}.files
%doc LICENSE
%license LICENSE
%files devel -f %{name}-devel.files
@ -66,6 +67,9 @@ This package provides the Haskell %{pkg_name} library development files.
%changelog
* Thu Jun 23 2016 Jens Petersen <petersen@redhat.com> - 0.6.2.3-1
- update to 0.6.2.3
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.6.2.1-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild

@ -1 +1 @@
1dedb633b90ede41bd16b31d25b9b090 ansi-terminal-0.6.2.1.tar.gz
8afe9864ce4600841a83febb40a2c753 ansi-terminal-0.6.2.3.tar.gz

Loading…
Cancel
Save