ghc-echo/ghc-echo.spec

139 lines
3.8 KiB
RPMSpec
Raw Normal View History

# generated by cabal-rpm-1.0.0
2018-02-23 10:47:11 +00:00
# https://fedoraproject.org/wiki/Packaging:Haskell
%global pkg_name echo
%global pkgver %{pkg_name}-%{version}
Name: ghc-%{pkg_name}
Version: 0.1.3
Release: 9%{?dist}
2018-02-23 10:47:11 +00:00
Summary: A cross-platform, cross-console way to handle echoing terminal input
License: BSD
Url: https://hackage.haskell.org/package/%{pkg_name}
2019-02-17 14:44:28 +00:00
# Begin cabal-rpm sources:
2018-02-23 10:47:11 +00:00
Source0: https://hackage.haskell.org/package/%{pkgver}/%{pkgver}.tar.gz
2019-02-16 04:40:08 +00:00
Source1: https://hackage.haskell.org/package/%{pkgver}/%{pkg_name}.cabal#/%{pkgver}.cabal
2019-02-17 14:44:28 +00:00
# End cabal-rpm sources
2018-02-23 10:47:11 +00:00
2019-02-17 14:44:28 +00:00
# Begin cabal-rpm deps:
2018-02-23 10:47:11 +00:00
BuildRequires: ghc-Cabal-devel
%if %{with haddock}
BuildRequires: ghc-doc
%endif
%if %{with ghc_prof}
BuildRequires: ghc-prof
%endif
2018-02-23 10:47:11 +00:00
BuildRequires: ghc-rpm-macros
BuildRequires: ghc-process-devel
# End cabal-rpm deps
%description
The 'base' library exposes the 'hGetEcho' and 'hSetEcho' functions for querying
and setting echo status, but unfortunately, neither function works with MinTTY
consoles on Windows. This is a serious issue, since 'hGetEcho' and 'hSetEcho'
are often used to disable input echoing when a program prompts for a password,
so many programs will reveal your password as you type it on MinTTY!
This library provides an alternative interface which works with both MinTTY and
other consoles. An example is included which demonstrates how one might prompt
for a password using this library. To build it, make sure to configure with the
'-fexample' flag.
%package devel
Summary: Haskell %{pkg_name} library development files
Provides: %{name}-static = %{version}-%{release}
%if %{defined ghc_version}
Requires: ghc-compiler = %{ghc_version}
%endif
Requires: %{name}%{?_isa} = %{version}-%{release}
%description devel
This package provides the Haskell %{pkg_name} library development files.
%if %{with haddock}
%package doc
Summary: Haskell %{pkg_name} library documentation
%description doc
This package provides the Haskell %{pkg_name} library documentation.
%endif
%if %{with ghc_prof}
%package prof
Summary: Haskell %{pkg_name} profiling library
Requires: %{name}-devel%{?_isa} = %{version}-%{release}
%description prof
This package provides the Haskell %{pkg_name} profiling library.
%endif
2018-02-23 10:47:11 +00:00
%prep
2019-02-17 14:44:28 +00:00
# Begin cabal-rpm setup:
2018-02-23 10:47:11 +00:00
%setup -q -n %{pkgver}
2019-02-17 14:44:28 +00:00
cp -bp %{SOURCE1} %{pkg_name}.cabal
# End cabal-rpm setup
2018-02-23 10:47:11 +00:00
%build
2019-02-17 14:44:28 +00:00
# Begin cabal-rpm build:
2018-02-23 10:47:11 +00:00
%ghc_lib_build
2019-02-17 14:44:28 +00:00
# End cabal-rpm build
2018-02-23 10:47:11 +00:00
%install
2019-02-17 14:44:28 +00:00
# Begin cabal-rpm install
2018-02-23 10:47:11 +00:00
%ghc_lib_install
2019-02-17 14:44:28 +00:00
# End cabal-rpm install
2018-02-23 10:47:11 +00:00
%files -f %{name}.files
2019-02-17 14:44:28 +00:00
# Begin cabal-rpm files:
2018-02-23 10:47:11 +00:00
%license LICENSE
2019-02-17 14:44:28 +00:00
# End cabal-rpm files
2018-02-23 10:47:11 +00:00
%files devel -f %{name}-devel.files
%doc CHANGELOG.md README.md example
%if %{with haddock}
%files doc -f %{name}-doc.files
%endif
%if %{with ghc_prof}
%files prof -f %{name}-prof.files
%endif
2018-02-23 10:47:11 +00:00
%changelog
* Thu Aug 01 2019 Jens Petersen <petersen@redhat.com> - 0.1.3-9
- add doc and prof subpackages (cabal-rpm-1.0.0)
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.3-8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
2019-02-17 14:44:28 +00:00
* Sun Feb 17 2019 Jens Petersen <petersen@redhat.com> - 0.1.3-7
- refresh to cabal-rpm-0.13
2019-02-16 04:40:08 +00:00
* Sat Feb 16 2019 Jens Petersen <petersen@redhat.com> - 0.1.3-6
- use revised .cabal file
* Thu Jan 31 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.3-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.3-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
2018-02-23 10:48:54 +00:00
* Fri Feb 23 2018 Jens Petersen <petersen@redhat.com> - 0.1.3-3
- bump release over over cabal-install
- bump process upperbound
2018-02-23 10:48:54 +00:00
2018-02-23 10:47:11 +00:00
* Sat Jan 27 2018 Fedora Haskell SIG <haskell@lists.fedoraproject.org> - 0.1.3-1
- spec file generated by cabal-rpm-0.12