update to 2.1.2

This commit is contained in:
Jens Petersen 2015-01-19 23:04:24 +09:00
parent d61165c594
commit 3bf0f86759
3 changed files with 15 additions and 10 deletions

1
.gitignore vendored
View File

@ -1,2 +1,3 @@
/HSH-2.0.4.tar.gz
/HSH-2.1.0.tar.gz
/HSH-2.1.2.tar.gz

View File

@ -3,13 +3,13 @@
%global pkg_name HSH
Name: ghc-%{pkg_name}
Version: 2.1.0
Release: 4%{?dist}
Version: 2.1.2
Release: 1%{?dist}
Summary: Library to mix shell scripting with Haskell programs
License: LGPLv2+
URL: http://hackage.haskell.org/package/%{pkg_name}
Source0: http://hackage.haskell.org/packages/archive/%{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
@ -28,18 +28,19 @@ BuildRequires: ghc-unix-devel
# End cabal-rpm deps
%description
HSH is designed to let you mix and match shell expressions with
Haskell programs. With HSH, it is possible to easily run shell commands,
capture their output or provide their input, and pipe them to and from
other shell commands and arbitrary Haskell functions at will.
HSH is designed to let you mix and match shell expressions with Haskell
programs. With HSH, it is possible to easily run shell commands, capture their
output or provide their input, and pipe them to and from other shell commands
and arbitrary Haskell functions at will.
%package devel
Summary: Haskell %{pkg_name} library development files
Provides: %{name}-static = %{version}-%{release}
Requires: ghc-compiler = %{ghc_version}
Requires(post): ghc-compiler = %{ghc_version}
Requires(postun): ghc-compiler = %{ghc_version}
Requires: %{name} = %{version}-%{release}
Requires: %{name}%{?_isa} = %{version}-%{release}
%description devel
This package provides the Haskell %{pkg_name} library development files.
@ -73,6 +74,9 @@ This package provides the Haskell %{pkg_name} library development files.
%changelog
* Mon Jan 19 2015 Jens Petersen <petersen@redhat.com> - 2.1.2-1
- update to 2.1.2
* Sat Aug 16 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.1.0-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild

View File

@ -1 +1 @@
fdf91791e20de48b91c7ac89ccb6cff0 HSH-2.1.0.tar.gz
f5d58406369c3242af6de99283f1d57d HSH-2.1.2.tar.gz