update to 0.6.2.3
This commit is contained in:
parent
da5c68b8a4
commit
1f929cc56d
1
.gitignore
vendored
1
.gitignore
vendored
@ -3,3 +3,4 @@
|
|||||||
/ansi-terminal-0.6.tar.gz
|
/ansi-terminal-0.6.tar.gz
|
||||||
/ansi-terminal-0.6.1.1.tar.gz
|
/ansi-terminal-0.6.1.1.tar.gz
|
||||||
/ansi-terminal-0.6.2.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
|
%global pkg_name ansi-terminal
|
||||||
|
|
||||||
# no useful debuginfo for Haskell packages without C sources
|
|
||||||
%global debug_package %{nil}
|
|
||||||
|
|
||||||
Name: ghc-%{pkg_name}
|
Name: ghc-%{pkg_name}
|
||||||
Version: 0.6.2.1
|
Version: 0.6.2.3
|
||||||
Release: 3%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Simple ANSI terminal support
|
Summary: Simple ANSI terminal support
|
||||||
|
|
||||||
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/package/%{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
|
||||||
@ -23,6 +20,8 @@ BuildRequires: ghc-unix-devel
|
|||||||
%description
|
%description
|
||||||
ANSI terminal support for Haskell: allows cursor movement, screen clearing,
|
ANSI terminal support for Haskell: allows cursor movement, screen clearing,
|
||||||
color output showing or hiding the cursor, and changing the title.
|
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
|
%package devel
|
||||||
@ -48,6 +47,8 @@ This package provides the Haskell %{pkg_name} library development files.
|
|||||||
%install
|
%install
|
||||||
%ghc_lib_install
|
%ghc_lib_install
|
||||||
|
|
||||||
|
rm %{buildroot}%{ghc_pkgdocdir}/LICENSE
|
||||||
|
|
||||||
|
|
||||||
%post devel
|
%post devel
|
||||||
%ghc_pkg_recache
|
%ghc_pkg_recache
|
||||||
@ -58,7 +59,7 @@ This package provides the Haskell %{pkg_name} library development files.
|
|||||||
|
|
||||||
|
|
||||||
%files -f %{name}.files
|
%files -f %{name}.files
|
||||||
%doc LICENSE
|
%license LICENSE
|
||||||
|
|
||||||
|
|
||||||
%files devel -f %{name}-devel.files
|
%files devel -f %{name}-devel.files
|
||||||
@ -66,6 +67,9 @@ This package provides the Haskell %{pkg_name} library development files.
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%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
|
* 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
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user