2019-07-25 04:25:48 +00:00
|
|
|
# generated by cabal-rpm-1.0.0 --subpackage
|
2014-03-14 10:30:16 +00:00
|
|
|
# https://fedoraproject.org/wiki/Packaging:Haskell
|
|
|
|
|
|
|
|
%global pkg_name shelly
|
2017-02-28 13:41:27 +00:00
|
|
|
%global pkgver %{pkg_name}-%{version}
|
|
|
|
|
2019-02-21 04:16:59 +00:00
|
|
|
%global liftedasync lifted-async-0.10.0.3
|
2018-07-22 14:28:05 +00:00
|
|
|
%global constraints constraints-0.10.1
|
2017-02-28 13:41:27 +00:00
|
|
|
%global subpkgs %{constraints} %{liftedasync}
|
2014-03-14 10:30:16 +00:00
|
|
|
|
2017-02-23 06:20:13 +00:00
|
|
|
%bcond_with tests
|
|
|
|
|
2014-03-14 10:30:16 +00:00
|
|
|
Name: ghc-%{pkg_name}
|
2019-02-21 04:16:59 +00:00
|
|
|
Version: 1.8.1
|
2017-02-28 13:41:27 +00:00
|
|
|
# can only be reset when all subpkgs bumped
|
2019-07-25 04:25:48 +00:00
|
|
|
Release: 6%{?dist}
|
2018-07-22 14:28:05 +00:00
|
|
|
Summary: Shell-like (systems) programming in Haskell
|
2014-03-14 10:30:16 +00:00
|
|
|
|
|
|
|
License: BSD
|
2015-01-28 05:54:41 +00:00
|
|
|
Url: https://hackage.haskell.org/package/%{pkg_name}
|
2019-02-17 14:47:06 +00:00
|
|
|
# Begin cabal-rpm sources:
|
2017-02-28 13:41:27 +00:00
|
|
|
Source0: https://hackage.haskell.org/package/%{pkgver}/%{pkgver}.tar.gz
|
|
|
|
Source1: https://hackage.haskell.org/package/%{liftedasync}/%{liftedasync}.tar.gz
|
|
|
|
Source2: https://hackage.haskell.org/package/%{constraints}/%{constraints}.tar.gz
|
2019-02-17 14:47:06 +00:00
|
|
|
# End cabal-rpm sources
|
2014-03-14 10:30:16 +00:00
|
|
|
|
2019-02-17 14:47:06 +00:00
|
|
|
# Begin cabal-rpm deps:
|
2014-03-14 10:30:16 +00:00
|
|
|
BuildRequires: ghc-Cabal-devel
|
2019-07-25 04:25:48 +00:00
|
|
|
%if %{with haddock}
|
|
|
|
BuildRequires: ghc-doc
|
|
|
|
%endif
|
|
|
|
%if %{with ghc_prof}
|
|
|
|
BuildRequires: ghc-prof
|
|
|
|
%endif
|
2017-02-28 13:41:27 +00:00
|
|
|
BuildRequires: ghc-rpm-macros-extra
|
2019-02-21 04:16:59 +00:00
|
|
|
BuildRequires: chrpath
|
2014-03-14 10:30:16 +00:00
|
|
|
BuildRequires: ghc-async-devel
|
|
|
|
BuildRequires: ghc-bytestring-devel
|
|
|
|
BuildRequires: ghc-containers-devel
|
|
|
|
BuildRequires: ghc-directory-devel
|
2017-02-23 06:20:13 +00:00
|
|
|
BuildRequires: ghc-enclosed-exceptions-devel
|
|
|
|
BuildRequires: ghc-exceptions-devel
|
2017-02-28 13:41:27 +00:00
|
|
|
#BuildRequires: ghc-lifted-async-devel
|
2017-02-23 06:20:13 +00:00
|
|
|
BuildRequires: ghc-lifted-base-devel
|
|
|
|
BuildRequires: ghc-monad-control-devel
|
2014-03-14 10:30:16 +00:00
|
|
|
BuildRequires: ghc-mtl-devel
|
|
|
|
BuildRequires: ghc-process-devel
|
|
|
|
BuildRequires: ghc-system-fileio-devel
|
|
|
|
BuildRequires: ghc-system-filepath-devel
|
|
|
|
BuildRequires: ghc-text-devel
|
|
|
|
BuildRequires: ghc-time-devel
|
2017-02-23 06:20:13 +00:00
|
|
|
BuildRequires: ghc-transformers-base-devel
|
|
|
|
BuildRequires: ghc-transformers-devel
|
2014-03-14 10:30:16 +00:00
|
|
|
BuildRequires: ghc-unix-compat-devel
|
2019-02-21 04:16:59 +00:00
|
|
|
BuildRequires: ghc-unix-devel
|
2017-02-23 06:20:13 +00:00
|
|
|
%if %{with tests}
|
|
|
|
BuildRequires: ghc-HUnit-devel
|
2018-07-22 14:28:05 +00:00
|
|
|
BuildRequires: ghc-filepath-devel
|
2017-02-23 06:20:13 +00:00
|
|
|
BuildRequires: ghc-hspec-devel
|
2019-07-25 04:25:48 +00:00
|
|
|
BuildRequires: ghc-hspec-contrib-devel
|
2017-02-23 06:20:13 +00:00
|
|
|
%endif
|
2014-03-14 10:30:16 +00:00
|
|
|
# End cabal-rpm deps
|
2017-02-28 14:02:33 +00:00
|
|
|
# constraints deps
|
|
|
|
BuildRequires: ghc-hashable-devel
|
2018-07-29 23:08:37 +00:00
|
|
|
BuildRequires: ghc-semigroups-devel
|
2014-03-14 10:30:16 +00:00
|
|
|
|
|
|
|
%description
|
|
|
|
Shelly provides convenient systems programming in Haskell, similar in spirit to
|
|
|
|
POSIX shells. Shelly:
|
|
|
|
|
2014-03-14 13:31:04 +00:00
|
|
|
* is aimed at convenience and getting things done rather than being
|
|
|
|
a demonstration of elegance.
|
2014-03-14 10:30:16 +00:00
|
|
|
* has detailed and useful error messages
|
|
|
|
* maintains its own environment, making it thread-safe.
|
|
|
|
* is modern, using Text and system-filepath/system-fileio
|
|
|
|
|
2018-07-22 14:28:05 +00:00
|
|
|
Shelly is originally forked from the Shellish package.
|
|
|
|
|
|
|
|
See the shelly-extra package for additional functionality.
|
2014-03-14 13:44:42 +00:00
|
|
|
|
2014-03-14 10:30:16 +00:00
|
|
|
An overview is available in the README:
|
|
|
|
<https://github.com/yesodweb/Shelly.hs/blob/master/README.md>.
|
|
|
|
|
|
|
|
|
|
|
|
%package devel
|
|
|
|
Summary: Haskell %{pkg_name} library development files
|
|
|
|
Provides: %{name}-static = %{version}-%{release}
|
2018-01-24 13:11:59 +00:00
|
|
|
%if %{defined ghc_version}
|
2014-03-14 10:30:16 +00:00
|
|
|
Requires: ghc-compiler = %{ghc_version}
|
2018-01-24 13:11:59 +00:00
|
|
|
%endif
|
2014-03-14 10:30:16 +00:00
|
|
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
|
|
|
|
|
|
|
%description devel
|
|
|
|
This package provides the Haskell %{pkg_name} library development files.
|
|
|
|
|
|
|
|
|
2019-07-25 04:25:48 +00:00
|
|
|
%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
|
|
|
|
|
|
|
|
|
2017-02-28 13:41:27 +00:00
|
|
|
%global main_version %{version}
|
|
|
|
|
|
|
|
%if %{defined ghclibdir}
|
|
|
|
%ghc_lib_subpackage %{liftedasync}
|
|
|
|
%ghc_lib_subpackage %{constraints}
|
|
|
|
%endif
|
|
|
|
|
|
|
|
%global version %{main_version}
|
|
|
|
|
|
|
|
|
2014-03-14 10:30:16 +00:00
|
|
|
%prep
|
2019-02-17 14:47:06 +00:00
|
|
|
# Begin cabal-rpm setup:
|
2017-02-28 13:41:27 +00:00
|
|
|
%setup -q -n %{pkgver} -a1 -a2
|
2019-02-17 14:47:06 +00:00
|
|
|
# End cabal-rpm setup
|
2017-03-10 13:16:54 +00:00
|
|
|
|
2014-03-14 10:30:16 +00:00
|
|
|
|
|
|
|
%build
|
2019-02-17 14:47:06 +00:00
|
|
|
# Begin cabal-rpm build:
|
2017-02-28 13:41:27 +00:00
|
|
|
%ghc_libs_build %{subpkgs}
|
2014-03-14 10:30:16 +00:00
|
|
|
%ghc_lib_build
|
2019-02-17 14:47:06 +00:00
|
|
|
# End cabal-rpm build
|
2014-03-14 10:30:16 +00:00
|
|
|
|
|
|
|
|
|
|
|
%install
|
2019-02-17 14:47:06 +00:00
|
|
|
# Begin cabal-rpm install
|
2017-02-28 13:41:27 +00:00
|
|
|
%ghc_libs_install %{subpkgs}
|
2014-03-14 10:30:16 +00:00
|
|
|
%ghc_lib_install
|
2019-02-21 04:16:59 +00:00
|
|
|
%ghc_fix_rpath %{pkgver}
|
2019-02-17 14:47:06 +00:00
|
|
|
# End cabal-rpm install
|
2014-03-14 10:30:16 +00:00
|
|
|
|
|
|
|
|
2017-02-23 06:20:13 +00:00
|
|
|
%check
|
|
|
|
%cabal_test
|
|
|
|
|
|
|
|
|
2014-03-14 10:30:16 +00:00
|
|
|
%files -f %{name}.files
|
2019-02-17 14:47:06 +00:00
|
|
|
# Begin cabal-rpm files:
|
2016-09-28 09:32:26 +00:00
|
|
|
%license LICENSE
|
2019-02-17 14:47:06 +00:00
|
|
|
# End cabal-rpm files
|
2014-03-14 10:30:16 +00:00
|
|
|
|
|
|
|
|
|
|
|
%files devel -f %{name}-devel.files
|
2017-02-23 06:20:13 +00:00
|
|
|
%doc ChangeLog.md README.md
|
2014-03-14 10:30:16 +00:00
|
|
|
|
|
|
|
|
2019-07-25 04:25:48 +00:00
|
|
|
%if %{with haddock}
|
|
|
|
%files doc -f %{name}-doc.files
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
%if %{with ghc_prof}
|
|
|
|
%files prof -f %{name}-prof.files
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
2014-03-14 10:30:16 +00:00
|
|
|
%changelog
|
2019-07-25 04:25:48 +00:00
|
|
|
* Fri Aug 02 2019 Jens Petersen <petersen@redhat.com> - 1.8.1-6
|
|
|
|
- add doc and prof subpackages (cabal-rpm-1.0.0)
|
|
|
|
|
2019-07-25 02:59:26 +00:00
|
|
|
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.8.1-5
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
|
|
|
|
2019-02-21 04:16:59 +00:00
|
|
|
* Thu Feb 21 2019 Jens Petersen <petersen@redhat.com> - 1.8.1-4
|
|
|
|
- update to 1.8.1
|
|
|
|
|
2019-02-17 14:47:06 +00:00
|
|
|
* Sun Feb 17 2019 Jens Petersen <petersen@redhat.com> - 1.7.2-3
|
|
|
|
- refresh to cabal-rpm-0.13
|
|
|
|
|
2019-01-31 21:59:51 +00:00
|
|
|
* Thu Jan 31 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.7.2-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
|
|
|
|
2018-07-22 14:28:05 +00:00
|
|
|
* Sun Jul 22 2018 Jens Petersen <petersen@redhat.com> - 1.7.2-4
|
|
|
|
- update to 1.7.2
|
|
|
|
|
2018-07-13 02:07:31 +00:00
|
|
|
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.7.0-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
|
|
|
|
2018-02-07 12:08:15 +00:00
|
|
|
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.7.0-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
|
|
|
|
2018-01-24 14:51:51 +00:00
|
|
|
* Fri Jan 26 2018 Jens Petersen <petersen@redhat.com> - 1.7.0-1
|
|
|
|
- update to 1.7.0
|
|
|
|
|
2017-08-02 21:31:59 +00:00
|
|
|
* Wed Aug 02 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.6.8.3-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
|
|
|
|
|
2017-07-26 09:56:09 +00:00
|
|
|
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.6.8.3-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
|
|
|
|
2017-03-11 11:49:11 +00:00
|
|
|
* Sat Mar 11 2017 Jens Petersen <petersen@redhat.com> - 1.6.8.3-2
|
|
|
|
- bump release
|
|
|
|
|
2017-03-10 13:16:54 +00:00
|
|
|
* Fri Mar 10 2017 Jens Petersen <petersen@redhat.com> - 1.6.8.3-1
|
|
|
|
- update to 1.6.8.3
|
|
|
|
|
2017-02-23 06:20:13 +00:00
|
|
|
* Thu Feb 23 2017 Jens Petersen <petersen@redhat.com> - 1.6.8.1-1
|
|
|
|
- update to 1.6.8.1
|
2017-02-28 13:41:27 +00:00
|
|
|
- subpackage lifted-async and constraints
|
2017-02-23 06:20:13 +00:00
|
|
|
|
2017-02-10 10:49:00 +00:00
|
|
|
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.5.2-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
|
|
|
|
2016-10-05 07:58:47 +00:00
|
|
|
* Wed Oct 5 2016 Jens Petersen <petersen@redhat.com> - 1.5.2-1
|
|
|
|
- update to 1.5.2
|
|
|
|
- add Alternative Sh instance
|
|
|
|
|
2016-02-03 21:44:04 +00:00
|
|
|
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.5.0.1-6
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
|
|
|
|
2015-06-17 07:58:37 +00:00
|
|
|
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.5.0.1-5
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
|
|
|
|
2015-01-28 05:54:41 +00:00
|
|
|
* Wed Jan 28 2015 Jens Petersen <petersen@redhat.com> - 1.5.0.1-4
|
|
|
|
- update urls
|
|
|
|
|
2014-08-16 15:50:13 +00:00
|
|
|
* Sat Aug 16 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.5.0.1-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
|
|
|
|
2014-06-07 15:16:03 +00:00
|
|
|
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.5.0.1-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
|
|
|
|
2014-03-14 10:49:08 +00:00
|
|
|
* Fri Mar 14 2014 Jens Petersen <petersen@redhat.com> - 1.5.0.1-1
|
|
|
|
- update to 1.5.0.1
|
|
|
|
|
2014-03-14 10:30:16 +00:00
|
|
|
* Thu Mar 6 2014 Jens Petersen <petersen@redhat.com> - 1.4.4.2-1
|
|
|
|
- tweak summary and description
|
|
|
|
|
|
|
|
* Thu Mar 6 2014 Fedora Haskell SIG <haskell@lists.fedoraproject.org> - 1.4.4.2
|
|
|
|
- spec file generated by cabal-rpm-0.8.10
|