2019-07-25 04:26:56 +00:00
|
|
|
# generated by cabal-rpm-1.0.0
|
2013-02-13 19:20:17 +00:00
|
|
|
# https://fedoraproject.org/wiki/Packaging:Haskell
|
|
|
|
|
|
|
|
%global pkg_name wai-logger
|
2017-02-23 02:08:01 +00:00
|
|
|
%global pkgver %{pkg_name}-%{version}
|
2013-02-13 19:20:17 +00:00
|
|
|
|
2014-09-01 10:34:06 +00:00
|
|
|
%bcond_with tests
|
|
|
|
|
2013-02-13 19:20:17 +00:00
|
|
|
Name: ghc-%{pkg_name}
|
2019-07-25 17:01:01 +00:00
|
|
|
Version: 2.3.5
|
|
|
|
Release: 1%{?dist}
|
2013-06-07 03:49:13 +00:00
|
|
|
Summary: A logging system for WAI
|
2013-02-13 19:20:17 +00:00
|
|
|
|
|
|
|
License: BSD
|
2016-06-28 04:09:04 +00:00
|
|
|
Url: https://hackage.haskell.org/package/%{pkg_name}
|
2019-02-17 14:47:50 +00:00
|
|
|
# Begin cabal-rpm sources:
|
2017-02-23 02:08:01 +00:00
|
|
|
Source0: https://hackage.haskell.org/package/%{pkgver}/%{pkgver}.tar.gz
|
2019-02-17 14:47:50 +00:00
|
|
|
# End cabal-rpm sources
|
2013-02-13 19:20:17 +00:00
|
|
|
|
2019-02-17 14:47:50 +00:00
|
|
|
# Begin cabal-rpm deps:
|
2013-02-13 19:20:17 +00:00
|
|
|
BuildRequires: ghc-Cabal-devel
|
2019-07-25 17:01:01 +00:00
|
|
|
BuildRequires: ghc-cabal-doctest-devel
|
2019-07-25 04:26:56 +00:00
|
|
|
%if %{with haddock}
|
|
|
|
BuildRequires: ghc-doc
|
|
|
|
%endif
|
|
|
|
%if %{with ghc_prof}
|
|
|
|
BuildRequires: ghc-prof
|
|
|
|
%endif
|
2013-02-13 19:20:17 +00:00
|
|
|
BuildRequires: ghc-rpm-macros
|
|
|
|
BuildRequires: ghc-byteorder-devel
|
|
|
|
BuildRequires: ghc-bytestring-devel
|
|
|
|
BuildRequires: ghc-fast-logger-devel
|
|
|
|
BuildRequires: ghc-http-types-devel
|
|
|
|
BuildRequires: ghc-network-devel
|
|
|
|
BuildRequires: ghc-wai-devel
|
2014-09-01 10:34:06 +00:00
|
|
|
%if %{with tests}
|
|
|
|
BuildRequires: ghc-doctest-devel
|
|
|
|
%endif
|
2013-02-13 19:20:17 +00:00
|
|
|
# End cabal-rpm deps
|
|
|
|
|
|
|
|
%description
|
2013-06-10 09:30:55 +00:00
|
|
|
A logging system for WAI.
|
2013-06-07 03:49:13 +00:00
|
|
|
|
|
|
|
|
|
|
|
%package devel
|
|
|
|
Summary: Haskell %{pkg_name} library development files
|
2014-05-02 03:22:22 +00:00
|
|
|
Provides: %{name}-static = %{version}-%{release}
|
2018-01-24 13:12:20 +00:00
|
|
|
%if %{defined ghc_version}
|
2013-06-07 03:49:13 +00:00
|
|
|
Requires: ghc-compiler = %{ghc_version}
|
2018-01-24 13:12:20 +00:00
|
|
|
%endif
|
2014-05-02 03:22:22 +00:00
|
|
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
2013-06-07 03:49:13 +00:00
|
|
|
|
|
|
|
%description devel
|
|
|
|
This package provides the Haskell %{pkg_name} library development files.
|
2013-02-13 19:20:17 +00:00
|
|
|
|
|
|
|
|
2019-07-25 04:26:56 +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
|
|
|
|
|
|
|
|
|
2013-02-13 19:20:17 +00:00
|
|
|
%prep
|
2019-02-17 14:47:50 +00:00
|
|
|
# Begin cabal-rpm setup:
|
2017-02-23 02:08:01 +00:00
|
|
|
%setup -q -n %{pkgver}
|
2019-02-17 14:47:50 +00:00
|
|
|
# End cabal-rpm setup
|
2013-02-13 19:20:17 +00:00
|
|
|
|
|
|
|
|
|
|
|
%build
|
2019-02-17 14:47:50 +00:00
|
|
|
# Begin cabal-rpm build:
|
2013-02-13 19:20:17 +00:00
|
|
|
%ghc_lib_build
|
2019-02-17 14:47:50 +00:00
|
|
|
# End cabal-rpm build
|
2013-02-13 19:20:17 +00:00
|
|
|
|
|
|
|
|
|
|
|
%install
|
2019-02-17 14:47:50 +00:00
|
|
|
# Begin cabal-rpm install
|
2013-02-13 19:20:17 +00:00
|
|
|
%ghc_lib_install
|
2019-02-17 14:47:50 +00:00
|
|
|
# End cabal-rpm install
|
2013-02-13 19:20:17 +00:00
|
|
|
|
|
|
|
|
2014-09-01 10:34:06 +00:00
|
|
|
%check
|
2016-09-27 10:15:56 +00:00
|
|
|
%cabal_test
|
2014-09-01 10:34:06 +00:00
|
|
|
|
|
|
|
|
2013-06-07 03:49:13 +00:00
|
|
|
%files -f %{name}.files
|
2019-02-17 14:47:50 +00:00
|
|
|
# Begin cabal-rpm files:
|
2016-06-26 11:16:14 +00:00
|
|
|
%license LICENSE
|
2019-02-17 14:47:50 +00:00
|
|
|
# End cabal-rpm files
|
2013-02-13 19:20:17 +00:00
|
|
|
|
|
|
|
|
2013-06-07 03:49:13 +00:00
|
|
|
%files devel -f %{name}-devel.files
|
2013-02-13 19:20:17 +00:00
|
|
|
|
|
|
|
|
2019-07-25 04:26:56 +00:00
|
|
|
%if %{with haddock}
|
|
|
|
%files doc -f %{name}-doc.files
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
%if %{with ghc_prof}
|
|
|
|
%files prof -f %{name}-prof.files
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
2013-02-13 19:20:17 +00:00
|
|
|
%changelog
|
2019-07-25 17:01:01 +00:00
|
|
|
* Thu Jul 25 2019 Jens Petersen <petersen@redhat.com> - 2.3.5-1
|
|
|
|
- update to 2.3.5
|
|
|
|
|
2019-07-25 03:13:43 +00:00
|
|
|
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.3.2-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
|
|
|
|
2019-02-17 14:47:50 +00:00
|
|
|
* Sun Feb 17 2019 Jens Petersen <petersen@redhat.com> - 2.3.2-3
|
|
|
|
- refresh to cabal-rpm-0.13
|
|
|
|
|
2019-01-31 22:13:46 +00:00
|
|
|
* Thu Jan 31 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.3.2-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
|
|
|
|
2018-07-22 14:37:07 +00:00
|
|
|
* Sun Jul 22 2018 Jens Petersen <petersen@redhat.com> - 2.3.2-1
|
|
|
|
- update to 2.3.2
|
|
|
|
|
2018-07-13 02:15:47 +00:00
|
|
|
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.3.1-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
|
|
|
|
2018-02-07 12:20:43 +00:00
|
|
|
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.3.1-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
|
|
|
|
2018-01-24 15:00:45 +00:00
|
|
|
* Wed Jan 24 2018 Jens Petersen <petersen@redhat.com> - 2.3.1-1
|
|
|
|
- update to 2.3.1
|
|
|
|
|
2017-08-02 21:36:59 +00:00
|
|
|
* Wed Aug 02 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.3.0-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
|
|
|
|
|
2017-07-26 10:01:20 +00:00
|
|
|
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.3.0-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
|
|
|
|
2017-02-23 02:08:01 +00:00
|
|
|
* Thu Feb 23 2017 Jens Petersen <petersen@redhat.com> - 2.3.0-1
|
|
|
|
- update to 2.3.0
|
|
|
|
|
2017-02-10 10:53:09 +00:00
|
|
|
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.1.1-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
|
|
|
|
2016-02-03 21:48:43 +00:00
|
|
|
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 2.1.1-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
|
|
|
|
2015-06-17 08:05:43 +00:00
|
|
|
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.1.1-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
|
|
|
|
2014-09-01 10:34:06 +00:00
|
|
|
* Mon Sep 01 2014 Jens Petersen <petersen@redhat.com> - 2.1.1-1
|
|
|
|
- update to 2.1.1
|
|
|
|
- refresh to cblrpm-0.8.11
|
|
|
|
|
2014-08-16 16:09:35 +00:00
|
|
|
* Sat Aug 16 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.3.2-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
|
|
|
|
2014-06-07 15:28:00 +00:00
|
|
|
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.3.2-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
|
|
|
|
2014-05-02 03:22:22 +00:00
|
|
|
* Fri May 02 2014 Jens Petersen <petersen@redhat.com> - 0.3.2-1
|
|
|
|
- update to 0.3.2
|
|
|
|
|
2013-08-03 14:10:25 +00:00
|
|
|
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.3.1-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
|
|
|
|
2013-06-10 09:30:55 +00:00
|
|
|
* Mon Jun 10 2013 Jens Petersen <petersen@redhat.com> - 0.3.1-1
|
|
|
|
- update to 0.3.1
|
|
|
|
|
2013-06-07 03:49:13 +00:00
|
|
|
* Fri Jun 07 2013 Jens Petersen <petersen@redhat.com> - 0.3.0-4
|
|
|
|
- update to new simplified Haskell Packaging Guidelines
|
|
|
|
|
2013-03-22 10:33:34 +00:00
|
|
|
* Fri Mar 22 2013 Jens Petersen <petersen@redhat.com> - 0.3.0-3
|
|
|
|
- rebuild
|
|
|
|
|
2013-02-13 19:20:17 +00:00
|
|
|
* Wed Feb 13 2013 Ben Boeckel <mathstuf@gmail.com> - 0.3.0-2
|
|
|
|
- Initial import into Fedora
|
|
|
|
|
|
|
|
* Sat Dec 8 2012 Fedora Haskell SIG <haskell@lists.fedoraproject.org> - 0.3.0-1
|
|
|
|
- spec file generated by cabal-rpm-0.6.6
|