2021-07-07 16:30:09 +00:00
|
|
|
# generated by cabal-rpm-2.0.9
|
2020-06-04 11:25:13 +00:00
|
|
|
# https://docs.fedoraproject.org/en-US/packaging-guidelines/Haskell/
|
2011-05-11 01:49:34 +00:00
|
|
|
|
2010-12-02 01:14:36 +00:00
|
|
|
%global pkg_name attoparsec
|
2017-02-21 16:28:40 +00:00
|
|
|
%global pkgver %{pkg_name}-%{version}
|
2010-12-02 01:14:36 +00:00
|
|
|
|
2020-06-19 08:53:50 +00:00
|
|
|
# testsuite missing deps: quickcheck-unicode
|
|
|
|
|
2010-12-02 01:14:36 +00:00
|
|
|
Name: ghc-%{pkg_name}
|
2021-08-04 17:55:22 +00:00
|
|
|
Version: 0.13.2.5
|
2022-06-17 16:32:48 +00:00
|
|
|
Release: 3%{?dist}
|
2013-05-04 12:38:00 +00:00
|
|
|
Summary: Fast combinator parsing for bytestrings and text
|
2010-12-02 01:14:36 +00:00
|
|
|
|
|
|
|
License: BSD
|
2015-01-26 05:16:37 +00:00
|
|
|
Url: https://hackage.haskell.org/package/%{pkg_name}
|
2019-02-17 14:43:30 +00:00
|
|
|
# Begin cabal-rpm sources:
|
2017-02-21 16:28:40 +00:00
|
|
|
Source0: https://hackage.haskell.org/package/%{pkgver}/%{pkgver}.tar.gz
|
2021-08-04 17:54:11 +00:00
|
|
|
Source1: https://hackage.haskell.org/package/%{pkgver}/%{pkg_name}.cabal#/%{pkgver}.cabal
|
2019-02-17 14:43:30 +00:00
|
|
|
# End cabal-rpm sources
|
2012-11-17 11:58:05 +00:00
|
|
|
|
2019-02-17 14:43:30 +00:00
|
|
|
# Begin cabal-rpm deps:
|
2021-08-04 17:55:22 +00:00
|
|
|
BuildRequires: dos2unix
|
2011-06-24 09:32:33 +00:00
|
|
|
BuildRequires: ghc-Cabal-devel
|
2012-11-17 11:58:05 +00:00
|
|
|
BuildRequires: ghc-rpm-macros
|
2019-08-05 10:27:30 +00:00
|
|
|
BuildRequires: ghc-array-prof
|
|
|
|
BuildRequires: ghc-base-prof
|
|
|
|
BuildRequires: ghc-bytestring-prof
|
|
|
|
BuildRequires: ghc-containers-prof
|
|
|
|
BuildRequires: ghc-deepseq-prof
|
|
|
|
BuildRequires: ghc-scientific-prof
|
|
|
|
BuildRequires: ghc-text-prof
|
|
|
|
BuildRequires: ghc-transformers-prof
|
2012-11-17 11:58:05 +00:00
|
|
|
# End cabal-rpm deps
|
2010-12-02 01:14:36 +00:00
|
|
|
|
|
|
|
%description
|
2015-01-26 05:16:37 +00:00
|
|
|
A fast parser combinator library, aimed particularly at dealing efficiently
|
|
|
|
with network protocols and complicated text/binary file formats.
|
2013-05-04 12:38:00 +00:00
|
|
|
|
2010-12-02 01:14:36 +00:00
|
|
|
|
2013-05-04 12:38:00 +00:00
|
|
|
%package devel
|
|
|
|
Summary: Haskell %{pkg_name} library development files
|
2015-01-26 05:16:37 +00:00
|
|
|
Provides: %{name}-static = %{version}-%{release}
|
2019-08-05 10:27:30 +00:00
|
|
|
Provides: %{name}-static%{?_isa} = %{version}-%{release}
|
2018-01-24 13:10:34 +00:00
|
|
|
%if %{defined ghc_version}
|
2013-06-04 09:18:01 +00:00
|
|
|
Requires: ghc-compiler = %{ghc_version}
|
2018-01-24 13:10:34 +00:00
|
|
|
%endif
|
2015-01-26 05:16:37 +00:00
|
|
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
2013-05-04 12:38:00 +00:00
|
|
|
|
|
|
|
%description devel
|
2013-06-04 09:18:01 +00:00
|
|
|
This package provides the Haskell %{pkg_name} library development files.
|
|
|
|
|
2010-12-02 01:14:36 +00:00
|
|
|
|
2019-07-25 04:21:33 +00:00
|
|
|
%if %{with haddock}
|
|
|
|
%package doc
|
|
|
|
Summary: Haskell %{pkg_name} library documentation
|
2020-02-08 14:48:58 +00:00
|
|
|
BuildArch: noarch
|
2021-07-07 16:30:09 +00:00
|
|
|
Requires: ghc-filesystem
|
2019-07-25 04:21:33 +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:48:58 +00:00
|
|
|
Supplements: (%{name}-devel and ghc-prof)
|
2019-07-25 04:21:33 +00:00
|
|
|
|
|
|
|
%description prof
|
|
|
|
This package provides the Haskell %{pkg_name} profiling library.
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
2010-12-02 01:14:36 +00:00
|
|
|
%prep
|
2019-02-17 14:43:30 +00:00
|
|
|
# Begin cabal-rpm setup:
|
2017-02-21 16:28:40 +00:00
|
|
|
%setup -q -n %{pkgver}
|
2021-08-04 17:55:22 +00:00
|
|
|
dos2unix -k -n %{SOURCE1} %{pkg_name}.cabal
|
2019-02-17 14:43:30 +00:00
|
|
|
# End cabal-rpm setup
|
2010-12-02 01:14:36 +00:00
|
|
|
|
|
|
|
|
|
|
|
%build
|
2019-02-17 14:43:30 +00:00
|
|
|
# Begin cabal-rpm build:
|
2010-12-02 01:14:36 +00:00
|
|
|
%ghc_lib_build
|
2019-02-17 14:43:30 +00:00
|
|
|
# End cabal-rpm build
|
2010-12-02 01:14:36 +00:00
|
|
|
|
|
|
|
|
|
|
|
%install
|
2019-02-17 14:43:30 +00:00
|
|
|
# Begin cabal-rpm install
|
2010-12-02 01:14:36 +00:00
|
|
|
%ghc_lib_install
|
2019-02-17 14:43:30 +00:00
|
|
|
# End cabal-rpm install
|
2010-12-02 01:14:36 +00:00
|
|
|
|
|
|
|
|
2013-05-04 12:38:00 +00:00
|
|
|
%files -f %{name}.files
|
2019-02-17 14:43:30 +00:00
|
|
|
# Begin cabal-rpm files:
|
2016-06-07 02:07:06 +00:00
|
|
|
%license LICENSE
|
2019-02-17 14:43:30 +00:00
|
|
|
# End cabal-rpm files
|
2011-07-09 04:44:26 +00:00
|
|
|
|
2012-01-05 10:19:08 +00:00
|
|
|
|
2013-05-04 12:38:00 +00:00
|
|
|
%files devel -f %{name}-devel.files
|
2017-02-21 16:28:40 +00:00
|
|
|
%doc README.markdown changelog.md examples
|
2010-12-02 01:14:36 +00:00
|
|
|
|
|
|
|
|
2019-07-25 04:21:33 +00:00
|
|
|
%if %{with haddock}
|
|
|
|
%files doc -f %{name}-doc.files
|
2020-02-08 14:48:58 +00:00
|
|
|
%license LICENSE
|
2019-07-25 04:21:33 +00:00
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
%if %{with ghc_prof}
|
|
|
|
%files prof -f %{name}-prof.files
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
2010-12-02 01:14:36 +00:00
|
|
|
%changelog
|
2022-06-17 16:32:48 +00:00
|
|
|
* Fri Jun 17 2022 Jens Petersen <petersen@redhat.com> - 0.13.2.5-3
|
|
|
|
- rebuild
|
|
|
|
|
2022-01-20 04:31:15 +00:00
|
|
|
* Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.13.2.5-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
|
|
|
|
2021-08-04 17:55:22 +00:00
|
|
|
* Thu Aug 5 2021 Jens Petersen <petersen@redhat.com> - 0.13.2.5-1
|
|
|
|
- update to 0.13.2.5
|
2021-08-04 17:54:11 +00:00
|
|
|
|
2021-07-22 00:18:54 +00:00
|
|
|
* Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.13.2.4-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
|
|
|
|
2021-01-26 06:52:09 +00:00
|
|
|
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.13.2.4-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
|
|
|
2020-07-27 18:47:49 +00:00
|
|
|
* Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.13.2.4-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
|
|
|
2020-06-07 16:10:29 +00:00
|
|
|
* Sun Jun 07 2020 Jens Petersen <petersen@redhat.com> - 0.13.2.4-1
|
|
|
|
- update to 0.13.2.4
|
|
|
|
|
2020-02-09 13:53:40 +00:00
|
|
|
* Sun Feb 09 2020 Jens Petersen <petersen@redhat.com> - 0.13.2.3-1
|
|
|
|
- update to 0.13.2.3
|
|
|
|
|
2020-01-28 20:16:33 +00:00
|
|
|
* Tue Jan 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.13.2.2-6
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
|
|
|
|
2019-07-29 14:39:39 +00:00
|
|
|
* Thu Aug 01 2019 Jens Petersen <petersen@redhat.com> - 0.13.2.2-5
|
|
|
|
- add doc and prof subpackages (cabal-rpm-1.0.0)
|
|
|
|
|
2019-07-25 02:06:40 +00:00
|
|
|
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.13.2.2-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
|
|
|
|
2019-02-17 14:43:30 +00:00
|
|
|
* Sun Feb 17 2019 Jens Petersen <petersen@redhat.com> - 0.13.2.2-3
|
|
|
|
- refresh to cabal-rpm-0.13
|
|
|
|
|
2019-01-31 21:10:33 +00:00
|
|
|
* Thu Jan 31 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.13.2.2-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
|
|
|
|
2018-07-22 13:48:32 +00:00
|
|
|
* Sun Jul 22 2018 Jens Petersen <petersen@redhat.com> - 0.13.2.2-1
|
|
|
|
- update to 0.13.2.2
|
|
|
|
|
2018-07-13 01:33:24 +00:00
|
|
|
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.13.2.0-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
|
|
|
|
2018-02-07 11:18:50 +00:00
|
|
|
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.13.2.0-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
|
|
|
|
2018-01-24 14:20:31 +00:00
|
|
|
* Wed Jan 24 2018 Jens Petersen <petersen@redhat.com> - 0.13.2.0-1
|
|
|
|
- update to 0.13.2.0
|
|
|
|
|
2017-08-02 21:12:47 +00:00
|
|
|
* Wed Aug 02 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.13.1.0-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
|
|
|
|
|
2017-07-26 09:34:32 +00:00
|
|
|
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.13.1.0-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
|
|
|
|
2017-02-21 16:28:40 +00:00
|
|
|
* Tue Feb 21 2017 Jens Petersen <petersen@redhat.com> - 0.13.1.0-1
|
|
|
|
- update to 0.13.1.0
|
|
|
|
|
2017-02-10 10:33:15 +00:00
|
|
|
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.13.0.2-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
|
|
|
|
2016-06-23 03:10:04 +00:00
|
|
|
* Thu Jun 23 2016 Jens Petersen <petersen@redhat.com> - 0.13.0.2-1
|
|
|
|
- update to 0.13.0.2
|
|
|
|
|
2016-06-07 02:07:06 +00:00
|
|
|
* Tue Jun 7 2016 Jens Petersen <petersen@redhat.com> - 0.13.0.1-1
|
|
|
|
- update to 0.13.0.1
|
|
|
|
|
2016-02-03 21:25:14 +00:00
|
|
|
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.11.3.4-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
|
|
|
|
2015-06-17 07:31:31 +00:00
|
|
|
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.11.3.4-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
|
|
|
|
2015-01-26 05:28:48 +00:00
|
|
|
* Mon Jan 26 2015 Jens Petersen <petersen@redhat.com> - 0.11.3.4-1
|
|
|
|
- update to 0.11.3.4
|
|
|
|
|
2014-08-16 14:39:48 +00:00
|
|
|
* Sat Aug 16 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.10.4.0-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
|
|
|
|
2014-06-07 14:27:56 +00:00
|
|
|
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.10.4.0-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
|
|
|
|
2013-08-03 13:22:07 +00:00
|
|
|
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.10.4.0-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
|
|
|
|
2013-05-04 12:38:00 +00:00
|
|
|
* Sat May 04 2013 Jens Petersen <petersen@redhat.com> - 0.10.4.0-1
|
2013-05-04 12:44:56 +00:00
|
|
|
- update to 0.10.4.0 (now part of Haskell Platform 2013.2)
|
2013-05-04 12:38:00 +00:00
|
|
|
- update spec file to cabal-rpm-0.8.0
|
|
|
|
|
2013-02-13 22:56:07 +00:00
|
|
|
* Wed Feb 13 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.10.2.0-5
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
|
|
|
|
2012-11-17 11:58:05 +00:00
|
|
|
* Sat Nov 17 2012 Jens Petersen <petersen@redhat.com> - 0.10.2.0-4
|
|
|
|
- update with cabal-rpm
|
|
|
|
|
2012-07-19 05:20:02 +00:00
|
|
|
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.10.2.0-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
|
|
|
|
2012-07-16 02:07:23 +00:00
|
|
|
* Mon Jul 16 2012 Jens Petersen <petersen@redhat.com> - 0.10.2.0-2
|
|
|
|
- change prof BRs to devel
|
|
|
|
|
2012-06-20 03:01:06 +00:00
|
|
|
* Tue Jun 19 2012 Ben Boeckel <mathstuf@gmail.com> - 0.10.2.0-1
|
|
|
|
- Update to 0.10.2.0
|
|
|
|
|
2012-06-15 08:54:15 +00:00
|
|
|
* Fri Jun 15 2012 Jens Petersen <petersen@redhat.com> - 0.10.1.1-3
|
|
|
|
- rebuild
|
|
|
|
|
2012-03-23 06:51:51 +00:00
|
|
|
* Fri Mar 23 2012 Jens Petersen <petersen@redhat.com> - 0.10.1.1-2
|
|
|
|
- add license to ghc_files
|
|
|
|
|
2012-02-29 03:54:41 +00:00
|
|
|
* Tue Feb 28 2012 Ben Boeckel <mathstuf@gmail.com> - 0.10.1.1-1
|
|
|
|
- Update to 0.10.1.1
|
|
|
|
|
2012-01-05 10:19:08 +00:00
|
|
|
* Thu Jan 5 2012 Jens Petersen <petersen@redhat.com> - 0.10.1.0-1
|
|
|
|
- update to 0.10.1.0 and cabal2spec-0.25.2
|
2012-01-05 11:17:37 +00:00
|
|
|
- now depends on text library
|
2012-01-05 10:19:08 +00:00
|
|
|
|
2011-10-27 08:19:32 +00:00
|
|
|
* Thu Oct 27 2011 Jens Petersen <petersen@redhat.com> - 0.9.1.2-1
|
|
|
|
- update to 0.9.1.2
|
|
|
|
- BR ghc-*-prof not devel
|
|
|
|
|
2011-10-20 18:29:29 +00:00
|
|
|
* Thu Oct 20 2011 Marcela Mašláňová <mmaslano@redhat.com> - 0.9.1.1-2.2
|
|
|
|
- rebuild with new gmp without compat lib
|
|
|
|
|
2011-10-11 08:09:07 +00:00
|
|
|
* Tue Oct 11 2011 Peter Schiffer <pschiffe@redhat.com> - 0.9.1.1-2.1
|
|
|
|
- rebuild with new gmp
|
|
|
|
|
2011-07-09 04:44:26 +00:00
|
|
|
* Mon Jul 25 2011 Ben Boeckel <mathstuf@gmail.com> - 0.9.1.1-2
|
|
|
|
- Update to cabal2spec-0.24
|
|
|
|
|
2011-07-22 07:03:36 +00:00
|
|
|
* Fri Jul 22 2011 Jens Petersen <petersen@redhat.com> - 0.9.1.1-1
|
|
|
|
- update to 0.9.1.1
|
|
|
|
|
2011-06-24 09:32:33 +00:00
|
|
|
* Fri Jun 24 2011 Jens Petersen <petersen@redhat.com> - 0.8.6.1-2
|
|
|
|
- BR ghc-Cabal-devel instead of ghc-prof and use ghc_arches (cabal2spec-0.23.2)
|
|
|
|
|
2011-05-12 01:10:52 +00:00
|
|
|
* Wed May 11 2011 Ben Boeckel <mathstuf@gmail.com> - 0.8.6.1-1
|
|
|
|
- Update to 0.8.6.1
|
|
|
|
- Update to cabal2spec-0.22.7
|
|
|
|
|
2011-05-11 02:43:27 +00:00
|
|
|
* Tue May 10 2011 Ben Boeckel <mathstuf@gmail.com> - 0.8.5.3-2
|
|
|
|
- Update to cabal2spec-0.22.6
|
|
|
|
|
2011-05-11 01:49:34 +00:00
|
|
|
* Tue May 10 2011 Ben Boeckel <mathstuf@gmail.com> - 0.8.5.3-1
|
|
|
|
- Update to cabal2spec-0.22.5
|
|
|
|
- Update to 0.8.5.3
|
2011-05-11 02:07:50 +00:00
|
|
|
- Add new deepseq dependency
|
2011-05-11 01:49:34 +00:00
|
|
|
|
2011-03-10 08:15:38 +00:00
|
|
|
* Thu Mar 10 2011 Fabio M. Di Nitto <fdinitto@redhat.com> - 0.8.5.0-3
|
|
|
|
- Enable build on sparcv9
|
|
|
|
|
2011-03-06 04:28:02 +00:00
|
|
|
* Sat Mar 05 2011 Ben Boeckel <mathstuf@gmail.com> - 0.8.5.0-2
|
|
|
|
- Update to 0.8.5.0
|
|
|
|
|
2011-02-09 01:00:21 +00:00
|
|
|
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.8.3.0-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
|
|
|
|
2011-01-15 18:20:29 +00:00
|
|
|
* Sat Jan 15 2011 Ben Boeckel <mathstuf@gmail.com> - 0.8.3.0-1
|
|
|
|
- Update to 0.8.3.0
|
|
|
|
|
2011-01-15 17:58:11 +00:00
|
|
|
* Sat Jan 15 2011 Ben Boeckel <mathstuf@gmail.com> - 0.8.2.0-2
|
|
|
|
- Update to cabal2spec-0.22.4
|
|
|
|
- Rebuild
|
|
|
|
|
2010-12-02 01:14:36 +00:00
|
|
|
* Mon Nov 29 2010 Ben Boeckel <mathstuf@gmail.com> - 0.8.2.0-1
|
|
|
|
- Update to 0.8.2.0
|
|
|
|
|
|
|
|
* Mon Oct 18 2010 Ben Boeckel <mathstuf@gmail.com> - 0.8.1.1-1
|
|
|
|
- Update to 0.8.1.1
|
|
|
|
|
|
|
|
* Sat Sep 04 2010 Ben Boeckel <mathstuf@gmail.com> - 0.8.1.0-1
|
|
|
|
- Initial package
|
|
|
|
|
|
|
|
* Sat Sep 4 2010 Fedora Haskell SIG <haskell-devel@lists.fedoraproject.org> - 0.8.1.0-0
|
|
|
|
- initial packaging for Fedora automatically generated by cabal2spec-0.22.2
|