2021-07-07 16:30:13 +00:00
|
|
|
# generated by cabal-rpm-2.0.9
|
2020-06-04 11:28:20 +00:00
|
|
|
# https://docs.fedoraproject.org/en-US/packaging-guidelines/Haskell/
|
2012-11-27 03:09:51 +00:00
|
|
|
|
|
|
|
%global pkg_name split
|
2017-02-24 08:48:24 +00:00
|
|
|
%global pkgver %{pkg_name}-%{version}
|
2012-11-27 03:09:51 +00:00
|
|
|
|
2018-01-27 08:42:06 +00:00
|
|
|
# disable to build only with ghc libs
|
|
|
|
%bcond_with tests
|
2015-01-26 15:04:51 +00:00
|
|
|
|
2012-11-27 03:09:51 +00:00
|
|
|
Name: ghc-%{pkg_name}
|
2020-06-10 03:52:51 +00:00
|
|
|
Version: 0.2.3.4
|
2022-07-21 05:49:42 +00:00
|
|
|
Release: 9%{?dist}
|
2013-04-24 07:36:04 +00:00
|
|
|
Summary: Combinator library for splitting lists
|
2012-11-27 03:09:51 +00:00
|
|
|
|
|
|
|
License: BSD
|
2015-01-26 15:04:51 +00:00
|
|
|
Url: https://hackage.haskell.org/package/%{pkg_name}
|
2019-02-17 14:47:12 +00:00
|
|
|
# Begin cabal-rpm sources:
|
2017-02-24 08:48:24 +00:00
|
|
|
Source0: https://hackage.haskell.org/package/%{pkgver}/%{pkgver}.tar.gz
|
2021-08-04 14:29:12 +00:00
|
|
|
Source1: https://hackage.haskell.org/package/%{pkgver}/%{pkg_name}.cabal#/%{pkgver}.cabal
|
2019-02-17 14:47:12 +00:00
|
|
|
# End cabal-rpm sources
|
2012-11-27 03:09:51 +00:00
|
|
|
|
2019-02-17 14:47:12 +00:00
|
|
|
# Begin cabal-rpm deps:
|
2021-08-04 14:29:12 +00:00
|
|
|
BuildRequires: dos2unix
|
2012-11-27 03:09:51 +00:00
|
|
|
BuildRequires: ghc-Cabal-devel
|
|
|
|
BuildRequires: ghc-rpm-macros
|
2019-08-05 10:31:56 +00:00
|
|
|
BuildRequires: ghc-base-prof
|
2015-01-26 15:04:51 +00:00
|
|
|
%if %{with tests}
|
|
|
|
BuildRequires: ghc-QuickCheck-devel
|
|
|
|
%endif
|
|
|
|
# End cabal-rpm deps
|
2012-11-27 03:09:51 +00:00
|
|
|
|
|
|
|
%description
|
2016-04-23 18:47:04 +00:00
|
|
|
A collection of various methods for splitting lists into parts, akin to the
|
|
|
|
"split" function found in several mainstream languages. Here is its tale:
|
|
|
|
|
|
|
|
Once upon a time the standard "Data.List" module held no function for splitting
|
|
|
|
a list into parts according to a delimiter. Many a brave lambda-knight strove
|
|
|
|
to add such a function, but their striving was in vain, for Lo, the Supreme
|
|
|
|
Council fell to bickering amongst themselves what was to be the essential
|
|
|
|
nature of the One True Function which could cleave a list in twain (or thrain,
|
|
|
|
or any required number of parts).
|
|
|
|
|
|
|
|
And thus came to pass the split package, comprising divers functions for
|
|
|
|
splitting a list asunder, each according to its nature. And the Supreme Council
|
|
|
|
had no longer any grounds for argument, for the favored method of each was
|
2013-04-24 07:36:04 +00:00
|
|
|
contained therein.
|
|
|
|
|
|
|
|
To get started, see the "Data.List.Split" module.
|
|
|
|
|
|
|
|
|
|
|
|
%package devel
|
|
|
|
Summary: Haskell %{pkg_name} library development files
|
2015-01-26 15:04:51 +00:00
|
|
|
Provides: %{name}-static = %{version}-%{release}
|
2019-08-05 10:31:56 +00:00
|
|
|
Provides: %{name}-static%{?_isa} = %{version}-%{release}
|
2018-01-24 13:12:02 +00:00
|
|
|
%if %{defined ghc_version}
|
2013-06-04 03:24:27 +00:00
|
|
|
Requires: ghc-compiler = %{ghc_version}
|
2018-01-24 13:12:02 +00:00
|
|
|
%endif
|
2015-01-26 15:04:51 +00:00
|
|
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
2013-04-24 07:36:04 +00:00
|
|
|
|
|
|
|
%description devel
|
2013-06-04 03:24:27 +00:00
|
|
|
This package provides the Haskell %{pkg_name} library development files.
|
2012-11-27 03:09:51 +00:00
|
|
|
|
|
|
|
|
2019-07-25 04:25:57 +00:00
|
|
|
%if %{with haddock}
|
|
|
|
%package doc
|
|
|
|
Summary: Haskell %{pkg_name} library documentation
|
2020-02-08 14:52:06 +00:00
|
|
|
BuildArch: noarch
|
2021-07-07 16:30:13 +00:00
|
|
|
Requires: ghc-filesystem
|
2019-07-25 04:25:57 +00:00
|
|
|
|
|
|
|
%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}
|
2020-02-08 14:52:06 +00:00
|
|
|
Supplements: (%{name}-devel and ghc-prof)
|
2019-07-25 04:25:57 +00:00
|
|
|
|
|
|
|
%description prof
|
|
|
|
This package provides the Haskell %{pkg_name} profiling library.
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
2012-11-27 03:09:51 +00:00
|
|
|
%prep
|
2019-02-17 14:47:12 +00:00
|
|
|
# Begin cabal-rpm setup:
|
2017-02-24 08:48:24 +00:00
|
|
|
%setup -q -n %{pkgver}
|
2021-08-04 14:29:12 +00:00
|
|
|
dos2unix -k -n %{SOURCE1} %{pkg_name}.cabal
|
2019-02-17 14:47:12 +00:00
|
|
|
# End cabal-rpm setup
|
2012-11-27 03:09:51 +00:00
|
|
|
|
2016-06-29 03:17:12 +00:00
|
|
|
|
2012-11-27 03:09:51 +00:00
|
|
|
%build
|
2019-02-17 14:47:12 +00:00
|
|
|
# Begin cabal-rpm build:
|
2012-11-27 03:09:51 +00:00
|
|
|
%ghc_lib_build
|
2019-02-17 14:47:12 +00:00
|
|
|
# End cabal-rpm build
|
2012-11-27 03:09:51 +00:00
|
|
|
|
|
|
|
|
|
|
|
%install
|
2019-02-17 14:47:12 +00:00
|
|
|
# Begin cabal-rpm install
|
2012-11-27 03:09:51 +00:00
|
|
|
%ghc_lib_install
|
2019-02-17 14:47:12 +00:00
|
|
|
# End cabal-rpm install
|
2012-11-27 03:09:51 +00:00
|
|
|
|
|
|
|
|
2015-01-26 15:04:51 +00:00
|
|
|
%check
|
2021-07-07 16:30:13 +00:00
|
|
|
%if %{with tests}
|
2016-09-27 10:15:51 +00:00
|
|
|
%cabal_test
|
2021-07-07 16:30:13 +00:00
|
|
|
%endif
|
2015-01-26 15:04:51 +00:00
|
|
|
|
|
|
|
|
2013-04-24 07:36:04 +00:00
|
|
|
%files -f %{name}.files
|
2019-02-17 14:47:12 +00:00
|
|
|
# Begin cabal-rpm files:
|
2015-09-17 04:51:02 +00:00
|
|
|
%license LICENSE
|
2019-02-17 14:47:12 +00:00
|
|
|
# End cabal-rpm files
|
2012-11-27 03:09:51 +00:00
|
|
|
|
2013-04-24 07:36:04 +00:00
|
|
|
|
|
|
|
%files devel -f %{name}-devel.files
|
2018-01-24 13:12:02 +00:00
|
|
|
%doc CHANGES README
|
2012-11-27 03:09:51 +00:00
|
|
|
|
|
|
|
|
2019-07-25 04:25:57 +00:00
|
|
|
%if %{with haddock}
|
|
|
|
%files doc -f %{name}-doc.files
|
2020-02-08 14:52:06 +00:00
|
|
|
%license LICENSE
|
2019-07-25 04:25:57 +00:00
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
%if %{with ghc_prof}
|
|
|
|
%files prof -f %{name}-prof.files
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
2012-11-27 03:09:51 +00:00
|
|
|
%changelog
|
2022-07-21 05:49:42 +00:00
|
|
|
* Thu Jul 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.3.4-9
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
|
|
|
|
2022-06-17 17:20:40 +00:00
|
|
|
* Fri Jun 17 2022 Jens Petersen <petersen@redhat.com> - 0.2.3.4-8
|
|
|
|
- rebuild
|
|
|
|
|
2022-01-20 05:33:57 +00:00
|
|
|
* Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.3.4-7
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
|
|
|
|
2021-08-06 05:07:39 +00:00
|
|
|
* Fri Aug 06 2021 Jens Petersen <petersen@redhat.com> - 0.2.3.4-6
|
|
|
|
- rebuild
|
|
|
|
|
2021-07-22 01:16:29 +00:00
|
|
|
* Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.3.4-5
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
|
|
|
|
2021-01-26 07:44:53 +00:00
|
|
|
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.3.4-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
|
|
|
2020-08-01 01:30:22 +00:00
|
|
|
* Sat Aug 01 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.3.4-3
|
|
|
|
- Second attempt - Rebuilt for
|
|
|
|
https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
|
|
|
2020-07-27 19:40:59 +00:00
|
|
|
* Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.3.4-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
|
|
|
2020-06-10 03:52:51 +00:00
|
|
|
* Wed Jun 10 2020 Jens Petersen <petersen@redhat.com> - 0.2.3.4-1
|
|
|
|
- update to 0.2.3.4
|
|
|
|
|
2020-02-19 17:46:53 +00:00
|
|
|
* Wed Feb 19 2020 Jens Petersen <petersen@redhat.com> - 0.2.3.3-7
|
|
|
|
- revise .cabal and refresh to cabal-rpm-2.0.2
|
|
|
|
|
2020-01-28 21:24:30 +00:00
|
|
|
* Tue Jan 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.3.3-6
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
|
|
|
|
2019-07-25 04:25:57 +00:00
|
|
|
* Fri Aug 02 2019 Jens Petersen <petersen@redhat.com> - 0.2.3.3-5
|
|
|
|
- add doc and prof subpackages (cabal-rpm-1.0.0)
|
|
|
|
|
2019-07-25 03:01:25 +00:00
|
|
|
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.3.3-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
|
|
|
|
2019-02-17 14:47:12 +00:00
|
|
|
* Sun Feb 17 2019 Jens Petersen <petersen@redhat.com> - 0.2.3.3-3
|
|
|
|
- refresh to cabal-rpm-0.13
|
|
|
|
|
2019-01-31 22:02:13 +00:00
|
|
|
* Thu Jan 31 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.3.3-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
|
|
|
|
2018-07-22 14:29:44 +00:00
|
|
|
* Sun Jul 22 2018 Jens Petersen <petersen@redhat.com> - 0.2.3.3-1
|
|
|
|
- update to 0.2.3.3
|
|
|
|
|
2018-07-13 02:08:34 +00:00
|
|
|
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.3.2-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
|
|
|
|
2018-02-07 12:10:13 +00:00
|
|
|
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.3.2-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
|
|
|
|
2018-01-24 14:53:47 +00:00
|
|
|
* Wed Jan 24 2018 Jens Petersen <petersen@redhat.com> - 0.2.3.2-1
|
|
|
|
- update to 0.2.3.2
|
|
|
|
|
2017-08-02 21:32:45 +00:00
|
|
|
* Wed Aug 02 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.3.1-5
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
|
|
|
|
|
2017-07-26 09:56:55 +00:00
|
|
|
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.3.1-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
|
|
|
|
2017-02-24 08:48:24 +00:00
|
|
|
* Fri Feb 24 2017 Jens Petersen <petersen@redhat.com> - 0.2.3.1-3
|
|
|
|
- refresh to cabal-rpm-0.11.1
|
|
|
|
|
2017-02-10 10:49:40 +00:00
|
|
|
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.3.1-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
|
|
|
|
2016-07-24 21:48:41 +00:00
|
|
|
* Sun Jul 24 2016 Ben Boeckel <mathstuf@gmail.com> - 0.2.3.1-1
|
|
|
|
- update to 0.2.3.1
|
|
|
|
|
2016-06-29 03:17:12 +00:00
|
|
|
* Wed Jun 29 2016 Jens Petersen <petersen@redhat.com> - 0.2.3-2
|
|
|
|
- re-enable tests
|
|
|
|
|
2016-04-23 18:47:04 +00:00
|
|
|
* Sat Apr 23 2016 Ben Boeckel <mathstuf@gmail.com> - 0.2.3-1
|
|
|
|
- update to 0.2.3
|
|
|
|
|
2016-02-03 21:44:52 +00:00
|
|
|
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.2-8
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
|
|
|
|
2015-09-17 04:51:02 +00:00
|
|
|
* Thu Sep 17 2015 Jens Petersen <petersen@redhat.com> - 0.2.2-7
|
|
|
|
- allow base 4.8
|
|
|
|
|
2015-06-17 07:59:45 +00:00
|
|
|
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.2.2-6
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
|
|
|
|
2015-01-26 15:04:51 +00:00
|
|
|
* Mon Jan 26 2015 Jens Petersen <petersen@fedoraproject.org> - 0.2.2-5
|
|
|
|
- cblrpm refresh
|
2015-01-31 21:12:16 +00:00
|
|
|
- use cabal_test
|
2015-01-26 15:04:51 +00:00
|
|
|
|
2014-08-16 15:53:27 +00:00
|
|
|
* Sat Aug 16 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.2.2-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
|
|
|
|
2014-06-07 15:18:22 +00:00
|
|
|
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.2.2-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
|
|
|
|
2013-08-03 14:02:14 +00:00
|
|
|
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.2.2-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
|
|
|
|
2013-06-04 09:41:30 +00:00
|
|
|
* Tue Jun 04 2013 Jens Petersen <petersen@redhat.com> - 0.2.2-1
|
|
|
|
- update to 0.2.2
|
2013-06-04 03:24:27 +00:00
|
|
|
- update to new simplified Haskell Packaging Guidelines
|
2013-04-24 07:36:04 +00:00
|
|
|
|
2013-02-13 23:19:04 +00:00
|
|
|
* Wed Feb 13 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.2.1.1-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
|
|
|
|
2012-11-27 03:16:12 +00:00
|
|
|
* Tue Nov 27 2012 Jens Petersen <petersen@redhat.com> - 0.2.1.1-1
|
2012-11-27 03:17:40 +00:00
|
|
|
- update to 0.2.1.1, part of haskell-platform-2012.4
|
2012-11-27 03:16:12 +00:00
|
|
|
|
2012-11-27 03:09:51 +00:00
|
|
|
* Sat Nov 17 2012 Jens Petersen <petersen@redhat.com>
|
|
|
|
- update with cabal-rpm
|
|
|
|
|
|
|
|
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.1.4.3-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
|
|
|
|
|
|
|
* Mon Jul 16 2012 Jens Petersen <petersen@redhat.com> - 0.1.4.3-2
|
|
|
|
- change prof BRs to devel
|
|
|
|
|
|
|
|
* Wed Jun 13 2012 Jens Petersen <petersen@redhat.com> - 0.1.4.3-1
|
|
|
|
- update to 0.1.4.3
|
|
|
|
|
|
|
|
* Fri Mar 23 2012 Jens Petersen <petersen@redhat.com> - 0.1.4.2-2
|
|
|
|
- add license to ghc_files
|
|
|
|
|
|
|
|
* Fri Jan 6 2012 Jens Petersen <petersen@redhat.com> - 0.1.4.2-1
|
|
|
|
- update to 0.1.4.2 and cabal2spec-0.25.2
|
|
|
|
|
|
|
|
* Fri Oct 21 2011 Marcela Mašláňová <mmaslano@redhat.com> - 0.1.4-1.2
|
|
|
|
- rebuild with new gmp without compat lib
|
|
|
|
|
|
|
|
* Tue Oct 11 2011 Peter Schiffer <pschiffe@redhat.com> - 0.1.4-1.1
|
|
|
|
- rebuild with new gmp
|
|
|
|
|
|
|
|
* Sat Jul 09 2011 Ben Boeckel <mathstuf@gmail.com> - 0.1.4-1
|
|
|
|
- Update to 0.1.4
|
|
|
|
- Update to cabal2spec-0.24
|
|
|
|
|
|
|
|
* Fri Jun 24 2011 Jens Petersen <petersen@redhat.com> - 0.1.3-5
|
|
|
|
- BR ghc-Cabal-devel instead of ghc-prof and use ghc_arches (cabal2spec-0.23.2)
|
|
|
|
|
|
|
|
* Thu Mar 10 2011 Fabio M. Di Nitto <fdinitto@redhat.com> - 0.1.3-4
|
|
|
|
- Enable build on sparcv9
|
|
|
|
|
|
|
|
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.1.3-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
|
|
|
|
|
|
|
* Sat Jan 15 2011 Ben Boeckel <mathstuf@gmail.com> - 0.1.3-2
|
|
|
|
- Update to cabal2spec-0.22.4
|
|
|
|
- Rebuild
|
|
|
|
|
|
|
|
* Fri Dec 17 2010 Ben Boeckel <mathstuf@gmail.com> - 0.1.3-1
|
|
|
|
- Update to 0.1.3
|
|
|
|
|
|
|
|
* Sun Nov 28 2010 Ben Boeckel <mathstuf@gmail.com> - 0.1.2.3-1
|
|
|
|
- Update to 0.1.2.3
|
|
|
|
|
|
|
|
* Fri Nov 12 2010 Ben Boeckel <mathstuf@gmail.com> - 0.1.2.2-1
|
|
|
|
- Update to 0.1.2.2
|
|
|
|
|
|
|
|
* Sun Nov 07 2010 Ben Boeckel <mathstuf@gmail.com> - 0.1.2.1-2
|
|
|
|
- Rebuild
|
|
|
|
|
|
|
|
* Tue Sep 14 2010 Ben Boeckel <mathstuf@gmail.com> - 0.1.2.1-1
|
|
|
|
- Update to 0.1.2.1
|
|
|
|
|
|
|
|
* Sun Sep 05 2010 Ben Boeckel <mathstuf@gmail.com> - 0.1.2-1
|
|
|
|
- Initial package
|
|
|
|
|
|
|
|
* Sun Sep 5 2010 Fedora Haskell SIG <haskell-devel@lists.fedoraproject.org> - 0.1.2-0
|
|
|
|
- initial packaging for Fedora automatically generated by cabal2spec-0.22.2
|