ghc-generics-sop/ghc-generics-sop.spec

151 lines
4.3 KiB
RPMSpec
Raw Normal View History

2019-02-17 14:44:43 +00:00
# generated by cabal-rpm-0.13
2017-11-17 16:05:34 +00:00
# https://fedoraproject.org/wiki/Packaging:Haskell
%global pkg_name generics-sop
%global pkgver %{pkg_name}-%{version}
Name: ghc-%{pkg_name}
2018-07-22 14:04:32 +00:00
Version: 0.3.2.0
Release: 4%{?dist}
2017-11-17 16:05:34 +00:00
Summary: Generic Programming using True Sums of Products
License: BSD
Url: https://hackage.haskell.org/package/%{pkg_name}
2019-02-17 14:44:43 +00:00
# Begin cabal-rpm sources:
2017-11-17 16:05:34 +00:00
Source0: https://hackage.haskell.org/package/%{pkgver}/%{pkgver}.tar.gz
2018-07-22 14:04:32 +00:00
Source1: https://hackage.haskell.org/package/%{pkgver}/%{pkg_name}.cabal#/%{pkgver}.cabal
2019-02-17 14:44:43 +00:00
# End cabal-rpm sources
2017-11-17 16:05:34 +00:00
2019-02-17 14:44:43 +00:00
# Begin cabal-rpm deps:
2017-11-17 16:05:34 +00:00
BuildRequires: ghc-Cabal-devel
BuildRequires: ghc-rpm-macros
BuildRequires: ghc-deepseq-devel
BuildRequires: ghc-template-haskell-devel
# End cabal-rpm deps
%description
A library to support the definition of generic functions. Datatypes are viewed
in a uniform, structured way: the choice between constructors is represented
using an n-ary sum, and the arguments of each constructor are represented using
an n-ary product.
The module "Generics.SOP" is the main module of this library and contains more
detailed documentation.
Examples of using this library are provided by the following packages:
* '<https://hackage.haskell.org/package/basic-sop basic-sop>' basic examples,
* '<https://hackage.haskell.org/package/pretty-sop pretty-sop>' generic pretty
printing,
* '<https://hackage.haskell.org/package/lens-sop lens-sop>' generically
computed lenses,
* '<https://hackage.haskell.org/package/json-sop json-sop>' generic JSON
conversions.
A detailed description of the ideas behind this library is provided by the
paper:
* Edsko de Vries and Andres Löh.
<http://www.andres-loeh.de/TrueSumsOfProducts True Sums of Products>.
Workshop on Generic Programming (WGP) 2014. .
%package devel
Summary: Haskell %{pkg_name} library development files
Provides: %{name}-static = %{version}-%{release}
2018-01-24 13:11:09 +00:00
Provides: %{name}-doc = %{version}-%{release}
%if %{defined ghc_version}
2017-11-17 16:05:34 +00:00
Requires: ghc-compiler = %{ghc_version}
Requires(post): ghc-compiler = %{ghc_version}
Requires(postun): ghc-compiler = %{ghc_version}
2018-01-24 13:11:09 +00:00
%endif
2017-11-17 16:05:34 +00:00
Requires: %{name}%{?_isa} = %{version}-%{release}
%description devel
This package provides the Haskell %{pkg_name} library development files.
%package devel-doc
Summary: Haskell %{pkg_name} library development documentation
BuildArch: noarch
%description devel-doc
This package provides the Haskell %{pkg_name} development documentation.
%prep
2019-02-17 14:44:43 +00:00
# Begin cabal-rpm setup:
2017-11-17 16:05:34 +00:00
%setup -q -n %{pkgver}
2019-02-17 14:44:43 +00:00
cp -bp %{SOURCE1} %{pkg_name}.cabal
# End cabal-rpm setup
2017-11-17 16:05:34 +00:00
%build
2019-02-17 14:44:43 +00:00
# Begin cabal-rpm build:
2017-11-17 16:05:34 +00:00
%ghc_lib_build
2019-02-17 14:44:43 +00:00
# End cabal-rpm build
2017-11-17 16:05:34 +00:00
%install
2019-02-17 14:44:43 +00:00
# Begin cabal-rpm install
2017-11-17 16:05:34 +00:00
%ghc_lib_install
2019-02-17 14:44:43 +00:00
# End cabal-rpm install
2017-11-17 16:05:34 +00:00
grep -v "%{_docdir}/ghc/html/libraries/%{pkgver}" %{name}-devel.files > %{name}-devel-nodoc.files
2018-09-13 09:47:36 +00:00
%if %{undefined without_haddock}
2017-11-17 16:05:34 +00:00
grep "%{_docdir}/ghc/html/libraries/%{pkgver}" %{name}-devel.files > %{name}-devel-doc.files
2018-09-13 09:47:36 +00:00
%endif
2017-11-17 16:05:34 +00:00
%post devel
%ghc_pkg_recache
%postun devel
%ghc_pkg_recache
%files -f %{name}.files
2019-02-17 14:44:43 +00:00
# Begin cabal-rpm files:
2017-11-17 16:05:34 +00:00
%license LICENSE
2019-02-17 14:44:43 +00:00
# End cabal-rpm files
2017-11-17 16:05:34 +00:00
%files devel -f %{name}-devel-nodoc.files
%doc CHANGELOG.md
2018-09-13 09:47:36 +00:00
%if %{undefined without_haddock}
2017-11-17 16:05:34 +00:00
%files devel-doc -f %{name}-devel-doc.files
%doc CHANGELOG.md
2018-09-13 09:47:36 +00:00
%endif
2017-11-17 16:05:34 +00:00
%changelog
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.2.0-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
2019-02-17 14:44:43 +00:00
* Sun Feb 17 2019 Jens Petersen <petersen@redhat.com> - 0.3.2.0-3
- refresh to cabal-rpm-0.13
* Thu Jan 31 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.2.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
2018-07-22 14:04:32 +00:00
* Sun Jul 22 2018 Jens Petersen <petersen@redhat.com> - 0.3.2.0-1
- update to 0.3.2.0
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.1.0-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.1.0-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
2018-01-26 10:33:59 +00:00
* Fri Jan 26 2018 Jens Petersen <petersen@redhat.com> - 0.3.1.0-2
- rebuild
2017-11-17 16:05:34 +00:00
* Thu Nov 16 2017 David Shea <dshea@redhat.com> - 0.3.1.0-2
- Move the API docs to a separate package
- spec file generated by cabal-rpm-0.11.2