remove executable permission from readme and changelog (#1757688)

- drop code example from description
This commit is contained in:
Jens Petersen 2019-11-01 16:06:27 +08:00
parent 973cb52130
commit c1472f1d65
1 changed files with 8 additions and 5 deletions

View File

@ -8,7 +8,7 @@
Name: ghc-%{pkg_name}
Version: 0.2.4.0
Release: 1%{?dist}
Release: 2%{?dist}
Summary: A library for simple INI-based configuration files
License: BSD
@ -37,10 +37,6 @@ BuildRequires: ghc-ini-devel
The 'config-ini' library is a set of small monadic languages for writing simple
configuration languages with convenient, human-readable error messages.
> parseConfig :: IniParser (Text, Int, Bool) > parseConfig = section "NETWORK"
$ do > user <- field "user" > port <- fieldOf "port" number > enc <-
fieldFlagDef "encryption" True > return (user, port, enc).
%package devel
Summary: Haskell %{pkg_name} library development files
@ -91,6 +87,9 @@ This package provides the Haskell %{pkg_name} profiling library.
%ghc_lib_install
# End cabal-rpm install
# https://github.com/aisamanra/config-ini/issues/24
chmod a-x CHANGELOG.md README.md
%check
%cabal_test
@ -117,5 +116,9 @@ This package provides the Haskell %{pkg_name} profiling library.
%changelog
* Fri Nov 1 2019 Jens Petersen <petersen@redhat.com> - 0.2.4.0-2
- remove executable permission from CHANGELOG.md README.md (#1757688)
- remove code example from description
* Tue Oct 1 2019 Fedora Haskell SIG <haskell@lists.fedoraproject.org> - 0.2.4.0-1
- spec file generated by cabal-rpm-1.0.1