126 lines
3.0 KiB
RPMSpec
126 lines
3.0 KiB
RPMSpec
# generated by cabal-rpm-0.12.1
|
|
# https://fedoraproject.org/wiki/Packaging:Haskell
|
|
|
|
%global pkg_name persistent-template
|
|
%global pkgver %{pkg_name}-%{version}
|
|
|
|
%bcond_without tests
|
|
|
|
Name: ghc-%{pkg_name}
|
|
Version: 2.5.3
|
|
Release: 4%{?dist}
|
|
Summary: Type-safe, non-relational, multi-backend persistence
|
|
|
|
License: MIT
|
|
Url: https://hackage.haskell.org/package/%{pkg_name}
|
|
Source0: https://hackage.haskell.org/package/%{pkgver}/%{pkgver}.tar.gz
|
|
|
|
BuildRequires: ghc-Cabal-devel
|
|
BuildRequires: ghc-rpm-macros
|
|
# Begin cabal-rpm deps:
|
|
BuildRequires: ghc-aeson-compat-devel
|
|
BuildRequires: ghc-aeson-devel
|
|
BuildRequires: ghc-bytestring-devel
|
|
BuildRequires: ghc-containers-devel
|
|
BuildRequires: ghc-http-api-data-devel
|
|
BuildRequires: ghc-monad-control-devel
|
|
BuildRequires: ghc-monad-logger-devel
|
|
BuildRequires: ghc-path-pieces-devel
|
|
BuildRequires: ghc-persistent-devel
|
|
BuildRequires: ghc-tagged-devel
|
|
BuildRequires: ghc-template-haskell-devel
|
|
BuildRequires: ghc-text-devel
|
|
BuildRequires: ghc-transformers-devel
|
|
BuildRequires: ghc-unordered-containers-devel
|
|
%if %{with tests}
|
|
BuildRequires: ghc-QuickCheck-devel
|
|
BuildRequires: ghc-hspec-devel
|
|
%endif
|
|
# End cabal-rpm deps
|
|
|
|
%description
|
|
Provides Template Haskell helpers for the persistent package.
|
|
|
|
|
|
%package devel
|
|
Summary: Haskell %{pkg_name} library development files
|
|
Provides: %{name}-static = %{version}-%{release}
|
|
Provides: %{name}-doc = %{version}-%{release}
|
|
%if %{defined ghc_version}
|
|
Requires: ghc-compiler = %{ghc_version}
|
|
Requires(post): ghc-compiler = %{ghc_version}
|
|
Requires(postun): ghc-compiler = %{ghc_version}
|
|
%endif
|
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
|
|
|
%description devel
|
|
This package provides the Haskell %{pkg_name} library development
|
|
files.
|
|
|
|
|
|
%prep
|
|
%setup -q -n %{pkgver}
|
|
|
|
|
|
%build
|
|
%ghc_lib_build
|
|
|
|
|
|
%install
|
|
%ghc_lib_install
|
|
|
|
|
|
%check
|
|
%cabal_test
|
|
|
|
|
|
%post -p /sbin/ldconfig
|
|
|
|
|
|
%postun -p /sbin/ldconfig
|
|
|
|
|
|
%post devel
|
|
%ghc_pkg_recache
|
|
|
|
|
|
%postun devel
|
|
%ghc_pkg_recache
|
|
|
|
|
|
%files -f %{name}.files
|
|
%license LICENSE
|
|
|
|
|
|
%files devel -f %{name}-devel.files
|
|
%doc ChangeLog.md README.md
|
|
|
|
|
|
%changelog
|
|
* Tue Nov 07 2017 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 2.5.3-4
|
|
- rebuilt
|
|
|
|
* Sat Nov 04 2017 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 2.5.3-3
|
|
- rebuilt
|
|
|
|
* Sat Nov 04 2017 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 2.5.3-2
|
|
- rebuilt
|
|
|
|
* Mon Oct 23 2017 Elliott Sales de Andrade <quantum.analyst@gmail.com> 2.5.3-1
|
|
- New upstream release.
|
|
|
|
* Tue Sep 05 2017 Elliott Sales de Andrade <quantum.analyst@gmail.com> 2.5.2-2
|
|
- Add a proper description.
|
|
|
|
* Fri Jul 21 2017 Elliott Sales de Andrade <quantum.analyst@gmail.com> 2.5.2-1
|
|
- Update to latest version.
|
|
|
|
* Fri Jul 21 2017 Elliott Sales de Andrade <quantum.analyst@gmail.com> 2.1.8-5
|
|
- Bump for Fedora 26.
|
|
|
|
* Sat Dec 17 2016 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 2.1.8-4
|
|
- Update release to be newer than previous builds
|
|
|
|
* Sat Dec 17 2016 Fedora Haskell SIG <haskell@lists.fedoraproject.org> - 2.1.8-1
|
|
- spec file generated by cabal-rpm-0.10.0
|