2021-07-07 16:30:11 +00:00
|
|
|
# generated by cabal-rpm-2.0.9
|
2020-06-04 11:26:40 +00:00
|
|
|
# https://docs.fedoraproject.org/en-US/packaging-guidelines/Haskell/
|
2017-11-20 15:05:49 +00:00
|
|
|
|
|
|
|
%global pkg_name haskell-gi
|
|
|
|
%global pkgver %{pkg_name}-%{version}
|
|
|
|
|
|
|
|
%bcond_with tests
|
|
|
|
|
|
|
|
Name: ghc-%{pkg_name}
|
2021-08-05 04:34:54 +00:00
|
|
|
Version: 0.25.0
|
2022-06-17 16:54:50 +00:00
|
|
|
Release: 4%{?dist}
|
2017-11-20 15:05:49 +00:00
|
|
|
Summary: Generate Haskell bindings for GObject Introspection capable libraries
|
|
|
|
|
|
|
|
License: LGPLv2+
|
|
|
|
Url: https://hackage.haskell.org/package/%{pkg_name}
|
2019-02-17 14:44:59 +00:00
|
|
|
# Begin cabal-rpm sources:
|
2017-11-20 15:05:49 +00:00
|
|
|
Source0: https://hackage.haskell.org/package/%{pkgver}/%{pkgver}.tar.gz
|
2019-02-17 14:44:59 +00:00
|
|
|
# End cabal-rpm sources
|
2017-11-20 15:05:49 +00:00
|
|
|
|
2019-02-17 14:44:59 +00:00
|
|
|
# Begin cabal-rpm deps:
|
2020-07-17 06:32:56 +00:00
|
|
|
BuildRequires: ghc-cabal-doctest-devel
|
2017-11-20 15:05:49 +00:00
|
|
|
BuildRequires: ghc-rpm-macros
|
2019-08-05 10:29:34 +00:00
|
|
|
BuildRequires: ghc-Cabal-prof
|
2020-06-07 18:08:12 +00:00
|
|
|
BuildRequires: ghc-ansi-terminal-prof
|
2019-08-05 10:29:34 +00:00
|
|
|
BuildRequires: ghc-attoparsec-prof
|
|
|
|
BuildRequires: ghc-base-prof
|
|
|
|
BuildRequires: ghc-bytestring-prof
|
|
|
|
BuildRequires: ghc-containers-prof
|
|
|
|
BuildRequires: ghc-directory-prof
|
|
|
|
BuildRequires: ghc-filepath-prof
|
|
|
|
BuildRequires: ghc-haskell-gi-base-prof
|
|
|
|
BuildRequires: ghc-mtl-prof
|
|
|
|
BuildRequires: ghc-pretty-show-prof
|
|
|
|
BuildRequires: ghc-process-prof
|
|
|
|
BuildRequires: ghc-regex-tdfa-prof
|
|
|
|
BuildRequires: ghc-safe-prof
|
|
|
|
BuildRequires: ghc-text-prof
|
|
|
|
BuildRequires: ghc-transformers-prof
|
|
|
|
BuildRequires: ghc-xdg-basedir-prof
|
|
|
|
BuildRequires: ghc-xml-conduit-prof
|
2017-11-20 15:05:49 +00:00
|
|
|
BuildRequires: pkgconfig(gobject-2.0)
|
|
|
|
BuildRequires: pkgconfig(gobject-introspection-1.0)
|
|
|
|
%if %{with tests}
|
|
|
|
BuildRequires: ghc-doctest-devel
|
|
|
|
%endif
|
|
|
|
# End cabal-rpm deps
|
|
|
|
|
|
|
|
%description
|
|
|
|
Generate Haskell bindings for GObject Introspection capable libraries.
|
|
|
|
This includes most notably Gtk+, but many other libraries in the GObject
|
|
|
|
ecosystem provide introspection data too.
|
|
|
|
|
|
|
|
|
|
|
|
%package devel
|
|
|
|
Summary: Haskell %{pkg_name} library development files
|
|
|
|
Provides: %{name}-static = %{version}-%{release}
|
2019-08-05 10:29:34 +00:00
|
|
|
Provides: %{name}-static%{?_isa} = %{version}-%{release}
|
2018-01-24 13:11:15 +00:00
|
|
|
%if %{defined ghc_version}
|
2017-11-20 15:05:49 +00:00
|
|
|
Requires: ghc-compiler = %{ghc_version}
|
2018-01-24 13:11:15 +00:00
|
|
|
%endif
|
2017-11-20 15:05:49 +00:00
|
|
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
|
|
|
# Begin cabal-rpm deps:
|
|
|
|
Requires: pkgconfig(gobject-2.0)
|
|
|
|
Requires: pkgconfig(gobject-introspection-1.0)
|
|
|
|
# End cabal-rpm deps
|
|
|
|
|
|
|
|
%description devel
|
|
|
|
This package provides the Haskell %{pkg_name} library development files.
|
|
|
|
|
|
|
|
|
2019-07-25 04:23:38 +00:00
|
|
|
%if %{with haddock}
|
|
|
|
%package doc
|
|
|
|
Summary: Haskell %{pkg_name} library documentation
|
2020-02-08 14:50:23 +00:00
|
|
|
BuildArch: noarch
|
2021-07-07 16:30:11 +00:00
|
|
|
Requires: ghc-filesystem
|
2019-07-25 04:23:38 +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:50:23 +00:00
|
|
|
Supplements: (%{name}-devel and ghc-prof)
|
2019-07-25 04:23:38 +00:00
|
|
|
|
|
|
|
%description prof
|
|
|
|
This package provides the Haskell %{pkg_name} profiling library.
|
|
|
|
%endif
|
2017-11-20 15:05:49 +00:00
|
|
|
|
|
|
|
|
|
|
|
%prep
|
2019-02-17 14:44:59 +00:00
|
|
|
# Begin cabal-rpm setup:
|
2017-11-20 15:05:49 +00:00
|
|
|
%setup -q -n %{pkgver}
|
2019-02-17 14:44:59 +00:00
|
|
|
# End cabal-rpm setup
|
2017-11-20 15:05:49 +00:00
|
|
|
|
|
|
|
|
|
|
|
%build
|
2019-02-17 14:44:59 +00:00
|
|
|
# Begin cabal-rpm build:
|
2017-11-20 15:05:49 +00:00
|
|
|
%ghc_lib_build
|
2019-02-17 14:44:59 +00:00
|
|
|
# End cabal-rpm build
|
2017-11-20 15:05:49 +00:00
|
|
|
|
|
|
|
|
|
|
|
%install
|
2019-02-17 14:44:59 +00:00
|
|
|
# Begin cabal-rpm install
|
2017-11-20 15:05:49 +00:00
|
|
|
%ghc_lib_install
|
2019-02-17 14:44:59 +00:00
|
|
|
# End cabal-rpm install
|
2017-11-20 15:05:49 +00:00
|
|
|
|
|
|
|
|
|
|
|
%check
|
2021-07-07 16:30:11 +00:00
|
|
|
%if %{with tests}
|
2017-11-20 15:05:49 +00:00
|
|
|
%cabal_test
|
2021-07-07 16:30:11 +00:00
|
|
|
%endif
|
2017-11-20 15:05:49 +00:00
|
|
|
|
|
|
|
|
|
|
|
%files -f %{name}.files
|
2019-02-17 14:44:59 +00:00
|
|
|
# Begin cabal-rpm files:
|
2017-11-20 15:05:49 +00:00
|
|
|
%license LICENSE
|
2019-02-17 14:44:59 +00:00
|
|
|
# End cabal-rpm files
|
2017-11-20 15:05:49 +00:00
|
|
|
|
|
|
|
|
2019-07-25 04:23:38 +00:00
|
|
|
%files devel -f %{name}-devel.files
|
2017-11-20 15:05:49 +00:00
|
|
|
%doc ChangeLog.md
|
|
|
|
|
2018-09-13 09:49:52 +00:00
|
|
|
|
2019-07-25 04:23:38 +00:00
|
|
|
%if %{with haddock}
|
|
|
|
%files doc -f %{name}-doc.files
|
2020-02-08 14:50:23 +00:00
|
|
|
%license LICENSE
|
2019-07-25 04:23:38 +00:00
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
%if %{with ghc_prof}
|
|
|
|
%files prof -f %{name}-prof.files
|
2018-09-13 09:49:52 +00:00
|
|
|
%endif
|
2017-11-20 15:05:49 +00:00
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
2022-06-17 16:54:50 +00:00
|
|
|
* Fri Jun 17 2022 Jens Petersen <petersen@redhat.com> - 0.25.0-4
|
|
|
|
- rebuild
|
|
|
|
|
2022-03-10 06:57:53 +00:00
|
|
|
* Thu Mar 10 2022 Jens Petersen <petersen@redhat.com> - 0.25.0-3
|
|
|
|
- rebuild
|
|
|
|
|
2022-01-20 04:58:13 +00:00
|
|
|
* Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.25.0-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
|
|
|
|
2021-08-05 04:34:54 +00:00
|
|
|
* Thu Aug 5 2021 Jens Petersen <petersen@redhat.com> - 0.25.0-1
|
|
|
|
- update to 0.25.0
|
|
|
|
|
2021-07-22 00:44:39 +00:00
|
|
|
* Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.24.7-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
|
|
|
|
2021-01-28 13:08:28 +00:00
|
|
|
* Thu Jan 28 2021 Jens Petersen <petersen@redhat.com> - 0.24.7-1
|
|
|
|
- update to 0.24.7
|
|
|
|
|
2021-01-26 07:16:16 +00:00
|
|
|
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.24.2-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
|
|
|
2020-07-27 19:12:39 +00:00
|
|
|
* Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.24.2-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
|
|
|
2020-07-17 06:32:56 +00:00
|
|
|
* Fri Jul 17 2020 Jens Petersen <petersen@redhat.com> - 0.24.2-1
|
|
|
|
- update to 0.24.2
|
|
|
|
|
2020-06-07 18:08:12 +00:00
|
|
|
* Sun Jun 07 2020 Jens Petersen <petersen@redhat.com> - 0.23.1-1
|
|
|
|
- update to 0.23.1
|
|
|
|
|
2020-02-14 03:34:15 +00:00
|
|
|
* Fri Feb 14 2020 Jens Petersen <petersen@redhat.com> - 0.23.0-1
|
|
|
|
- update to 0.23.0
|
|
|
|
|
2020-01-28 20:48:26 +00:00
|
|
|
* Tue Jan 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.21.5-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
|
|
|
|
2019-07-25 04:23:38 +00:00
|
|
|
* Fri Aug 02 2019 Jens Petersen <petersen@redhat.com> - 0.21.5-3
|
|
|
|
- add doc and prof subpackages (cabal-rpm-1.0.0)
|
|
|
|
|
2019-07-25 02:32:30 +00:00
|
|
|
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.21.5-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
|
|
|
|
2019-02-21 02:25:04 +00:00
|
|
|
* Thu Feb 21 2019 Jens Petersen <petersen@redhat.com> - 0.21.5-1
|
|
|
|
- update to 0.21.5
|
|
|
|
|
2019-02-17 14:44:59 +00:00
|
|
|
* Sun Feb 17 2019 Jens Petersen <petersen@redhat.com> - 0.21.3-3
|
|
|
|
- refresh to cabal-rpm-0.13
|
|
|
|
|
2019-01-31 21:35:39 +00:00
|
|
|
* Thu Jan 31 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.21.3-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
|
|
|
|
2018-07-22 14:07:23 +00:00
|
|
|
* Sun Jul 22 2018 Jens Petersen <petersen@redhat.com> - 0.21.3-1
|
|
|
|
- update to 0.21.3
|
|
|
|
|
2018-07-13 01:50:28 +00:00
|
|
|
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.21.0-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
|
|
|
|
2018-03-02 15:50:01 +00:00
|
|
|
* Fri Mar 2 2018 David Shea <dshea@redhat.com> - 0.21.0-3
|
|
|
|
- Rebuild against a new build of ghc-conduit-extra
|
|
|
|
|
2018-02-07 11:42:22 +00:00
|
|
|
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.21.0-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
|
|
|
|
2018-02-05 16:08:17 +00:00
|
|
|
* Mon Feb 5 2018 David Shea <dshea@redhat.com> - 0.21.0-1
|
|
|
|
- Update to haskell-gi-0.21.0
|
|
|
|
|
2018-01-26 10:36:20 +00:00
|
|
|
* Fri Jan 26 2018 Jens Petersen <petersen@redhat.com> - 0.20.3-2
|
|
|
|
- rebuild
|
|
|
|
|
2017-11-20 15:05:49 +00:00
|
|
|
* Mon Nov 13 2017 Fedora Haskell SIG <haskell@lists.fedoraproject.org> - 0.20.3-1
|
|
|
|
- spec file generated by cabal-rpm-0.11.2
|