2020-06-19 08:56:52 +00:00
|
|
|
# generated by cabal-rpm-2.0.6
|
2020-06-04 11:28:14 +00:00
|
|
|
# https://docs.fedoraproject.org/en-US/packaging-guidelines/Haskell/
|
2012-09-07 12:00:01 +00:00
|
|
|
|
|
|
|
%global pkg_name show
|
2017-02-24 08:48:23 +00:00
|
|
|
%global pkgver %{pkg_name}-%{version}
|
2012-09-07 12:00:01 +00:00
|
|
|
|
|
|
|
Name: ghc-%{pkg_name}
|
2013-05-21 11:42:57 +00:00
|
|
|
Version: 0.6
|
2020-08-01 01:28:28 +00:00
|
|
|
Release: 23%{?dist}
|
2013-06-11 11:45:57 +00:00
|
|
|
Summary: 'Show' instances for Lambdabot
|
2012-09-07 12:00:01 +00:00
|
|
|
|
2012-11-18 09:38:16 +00:00
|
|
|
# SimpleReflect is BSD and show.cabal says GPL
|
|
|
|
License: GPL+
|
2015-02-06 05:54:51 +00:00
|
|
|
Url: https://hackage.haskell.org/package/%{pkg_name}
|
2019-02-17 14:47:06 +00:00
|
|
|
# Begin cabal-rpm sources:
|
2017-02-24 08:48:23 +00:00
|
|
|
Source0: https://hackage.haskell.org/package/%{pkgver}/%{pkgver}.tar.gz
|
2019-02-17 14:47:06 +00:00
|
|
|
# End cabal-rpm sources
|
2012-09-07 12:00:01 +00:00
|
|
|
Patch0: show-0.4.1.2-fix-fsf-address.patch
|
|
|
|
|
2019-02-17 14:47:06 +00:00
|
|
|
# Begin cabal-rpm deps:
|
2012-11-18 09:38:16 +00:00
|
|
|
BuildRequires: ghc-Cabal-devel
|
|
|
|
BuildRequires: ghc-rpm-macros
|
2019-08-05 10:31:47 +00:00
|
|
|
BuildRequires: ghc-base-prof
|
|
|
|
BuildRequires: ghc-syb-prof
|
2012-11-18 09:38:16 +00:00
|
|
|
# End cabal-rpm deps
|
2012-09-07 12:00:01 +00:00
|
|
|
|
|
|
|
%description
|
2013-06-11 11:45:57 +00:00
|
|
|
This library provides ShowQ, ShowFun, and SimpleReflect.
|
|
|
|
ShowFun gives us Typeable instances for neutering IO expressions.
|
|
|
|
ShowQ adds SmallCheck and QuickCheck support.
|
|
|
|
SimpleReflect allows us to literally see how functions 'expand'.
|
|
|
|
|
|
|
|
|
|
|
|
%package devel
|
|
|
|
Summary: Haskell %{pkg_name} library development files
|
2015-02-06 05:54:51 +00:00
|
|
|
Provides: %{name}-static = %{version}-%{release}
|
2019-08-05 10:31:47 +00:00
|
|
|
Provides: %{name}-static%{?_isa} = %{version}-%{release}
|
2018-01-24 13:11:59 +00:00
|
|
|
%if %{defined ghc_version}
|
2013-06-11 11:45:57 +00:00
|
|
|
Requires: ghc-compiler = %{ghc_version}
|
2018-01-24 13:11:59 +00:00
|
|
|
%endif
|
2015-02-06 05:54:51 +00:00
|
|
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
2013-06-11 11:45:57 +00:00
|
|
|
|
|
|
|
%description devel
|
|
|
|
This package provides the Haskell %{pkg_name} library development files.
|
2012-09-07 12:00:01 +00:00
|
|
|
|
|
|
|
|
2019-07-25 04:25:49 +00:00
|
|
|
%if %{with haddock}
|
|
|
|
%package doc
|
|
|
|
Summary: Haskell %{pkg_name} library documentation
|
2020-02-08 14:52:00 +00:00
|
|
|
BuildArch: noarch
|
2019-07-25 04:25:49 +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:00 +00:00
|
|
|
Supplements: (%{name}-devel and ghc-prof)
|
2019-07-25 04:25:49 +00:00
|
|
|
|
|
|
|
%description prof
|
|
|
|
This package provides the Haskell %{pkg_name} profiling library.
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
2012-09-07 12:00:01 +00:00
|
|
|
%prep
|
2019-02-17 14:47:06 +00:00
|
|
|
# Begin cabal-rpm setup:
|
2017-02-24 08:48:23 +00:00
|
|
|
%setup -q -n %{pkgver}
|
2019-02-17 14:47:06 +00:00
|
|
|
# End cabal-rpm setup
|
|
|
|
%patch0 -p1
|
2012-09-07 12:00:01 +00:00
|
|
|
|
2020-02-08 14:52:00 +00:00
|
|
|
|
2012-09-07 12:00:01 +00:00
|
|
|
%build
|
2019-02-17 14:47:06 +00:00
|
|
|
# Begin cabal-rpm build:
|
2012-09-07 12:00:01 +00:00
|
|
|
%ghc_lib_build
|
2019-02-17 14:47:06 +00:00
|
|
|
# End cabal-rpm build
|
2012-09-07 12:00:01 +00:00
|
|
|
|
|
|
|
|
|
|
|
%install
|
2019-02-17 14:47:06 +00:00
|
|
|
# Begin cabal-rpm install
|
2012-09-07 12:00:01 +00:00
|
|
|
%ghc_lib_install
|
2019-02-17 14:47:06 +00:00
|
|
|
# End cabal-rpm install
|
2012-09-07 12:00:01 +00:00
|
|
|
|
|
|
|
|
2013-06-11 11:45:57 +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
|
2012-09-07 12:00:01 +00:00
|
|
|
|
2013-06-11 11:45:57 +00:00
|
|
|
|
|
|
|
%files devel -f %{name}-devel.files
|
2012-09-07 12:00:01 +00:00
|
|
|
|
|
|
|
|
2019-07-25 04:25:49 +00:00
|
|
|
%if %{with haddock}
|
|
|
|
%files doc -f %{name}-doc.files
|
2020-02-08 14:52:00 +00:00
|
|
|
%license LICENSE
|
2019-07-25 04:25:49 +00:00
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
%if %{with ghc_prof}
|
|
|
|
%files prof -f %{name}-prof.files
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
2012-09-07 12:00:01 +00:00
|
|
|
%changelog
|
2020-08-01 01:28:28 +00:00
|
|
|
* Sat Aug 01 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.6-23
|
|
|
|
- Second attempt - Rebuilt for
|
|
|
|
https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
|
|
|
2020-07-27 19:39:20 +00:00
|
|
|
* Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.6-22
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
|
|
|
2020-07-17 10:37:08 +00:00
|
|
|
* Fri Jul 17 2020 Jens Petersen <petersen@redhat.com> - 0.6-21
|
|
|
|
- refresh to cabal-rpm-2.0.6
|
|
|
|
|
2020-01-28 21:22:12 +00:00
|
|
|
* Tue Jan 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.6-20
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
|
|
|
|
2019-07-25 04:25:49 +00:00
|
|
|
* Fri Aug 02 2019 Jens Petersen <petersen@redhat.com> - 0.6-19
|
|
|
|
- add doc and prof subpackages (cabal-rpm-1.0.0)
|
|
|
|
|
2019-07-25 02:59:36 +00:00
|
|
|
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.6-18
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
|
|
|
|
2019-02-17 14:47:06 +00:00
|
|
|
* Sun Feb 17 2019 Jens Petersen <petersen@redhat.com> - 0.6-17
|
|
|
|
- refresh to cabal-rpm-0.13
|
|
|
|
|
2019-01-31 22:00:00 +00:00
|
|
|
* Thu Jan 31 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.6-16
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
|
|
|
|
2018-07-13 02:07:37 +00:00
|
|
|
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.6-15
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
|
|
|
|
2018-02-07 12:08:26 +00:00
|
|
|
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.6-14
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
|
|
|
|
2018-01-26 10:56:19 +00:00
|
|
|
* Fri Jan 26 2018 Jens Petersen <petersen@redhat.com> - 0.6-13
|
|
|
|
- rebuild
|
|
|
|
|
2017-08-02 21:32:06 +00:00
|
|
|
* Wed Aug 02 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.6-12
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
|
|
|
|
|
2017-07-26 09:56:16 +00:00
|
|
|
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.6-11
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
|
|
|
|
2017-02-24 08:48:23 +00:00
|
|
|
* Fri Feb 24 2017 Jens Petersen <petersen@redhat.com> - 0.6-10
|
|
|
|
- refresh to cabal-rpm-0.11.1
|
|
|
|
|
2017-02-10 10:49:06 +00:00
|
|
|
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.6-9
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
|
|
|
|
2016-02-03 21:44:10 +00:00
|
|
|
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.6-8
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
|
|
|
|
2015-06-17 07:58:46 +00:00
|
|
|
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.6-7
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
|
|
|
|
2015-02-06 05:54:51 +00:00
|
|
|
* Fri Feb 6 2015 Jens Petersen <petersen@redhat.com> - 0.6-6
|
|
|
|
- cblrpm refresh
|
|
|
|
|
2014-08-16 15:50:44 +00:00
|
|
|
* Sat Aug 16 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.6-5
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
|
|
|
|
2014-06-07 15:16:23 +00:00
|
|
|
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.6-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
|
|
|
|
2013-08-03 14:00:37 +00:00
|
|
|
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.6-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
|
|
|
|
2013-06-11 11:45:57 +00:00
|
|
|
* Tue Jun 11 2013 Jens Petersen <petersen@redhat.com> - 0.6-2
|
|
|
|
- update to new simplified Haskell Packaging Guidelines
|
|
|
|
|
2013-06-12 10:14:17 +00:00
|
|
|
* Tue May 21 2013 Shakthi Kannan <shakthimaan [AT] fedoraproject dot org> - 0.6-1
|
2013-05-21 11:42:57 +00:00
|
|
|
- Updated to 0.6
|
|
|
|
|
2013-05-03 10:57:43 +00:00
|
|
|
* Fri May 3 2013 Shakthi Kannan <shakthimaan [AT] fedoraproject dot org> - 0.4.1.2-5
|
|
|
|
- Disable mysmallcheck
|
|
|
|
|
2013-02-13 23:18:12 +00:00
|
|
|
* Wed Feb 13 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.4.1.2-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
|
|
|
|
2012-11-18 09:38:16 +00:00
|
|
|
* Sun Nov 18 2012 Jens Petersen <petersen@redhat.com> - 0.4.1.2-3
|
|
|
|
- update with cabal-rpm
|
|
|
|
- change license tag to GPL+ since no version specified
|
|
|
|
|
2012-09-07 12:00:01 +00:00
|
|
|
* Fri Sep 07 2012 Shakthi Kannan <shakthimaan [AT] fedoraproject dot org> - 0.4.1.2-2
|
|
|
|
- Updated summary
|
|
|
|
|
|
|
|
* Wed Jun 13 2012 Shakthi Kannan <shakthimaan [AT] fedoraproject dot org> - 0.4.1.2-1
|
|
|
|
- spec file template generated by cabal2spec-0.25.5
|