update to 0.3.4.10 subpackaging integer-logarithms
This commit is contained in:
parent
89efa4adc2
commit
7fe6a013a6
1
.gitignore
vendored
1
.gitignore
vendored
@ -3,3 +3,4 @@
|
||||
/scientific-0.3.3.1.tar.gz
|
||||
/scientific-0.3.3.8.tar.gz
|
||||
/scientific-0.3.4.7.tar.gz
|
||||
/scientific-0.3.4.10.tar.gz
|
||||
|
@ -1,18 +1,22 @@
|
||||
# generated by cabal-rpm-0.9.11
|
||||
# generated by cabal-rpm-0.11.1
|
||||
# https://fedoraproject.org/wiki/Packaging:Haskell
|
||||
|
||||
%global pkg_name scientific
|
||||
%global pkgver %{pkg_name}-%{version}
|
||||
|
||||
%global integerlogarithms integer-logarithms-1.0.1
|
||||
|
||||
%bcond_with tests
|
||||
|
||||
Name: ghc-%{pkg_name}
|
||||
Version: 0.3.4.7
|
||||
Release: 2%{?dist}
|
||||
Summary: Arbitrary-precision floating-point numbers represented using scientific notation
|
||||
Version: 0.3.4.10
|
||||
Release: 1%{?dist}
|
||||
Summary: Numbers represented using scientific notation
|
||||
|
||||
License: BSD
|
||||
Url: https://hackage.haskell.org/package/%{pkg_name}
|
||||
Source0: https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
|
||||
Source0: https://hackage.haskell.org/package/%{pkgver}/%{pkgver}.tar.gz
|
||||
Source1: https://hackage.haskell.org/package/%{integerlogarithms}/%{integerlogarithms}.tar.gz
|
||||
|
||||
BuildRequires: ghc-Cabal-devel
|
||||
BuildRequires: ghc-rpm-macros
|
||||
@ -22,6 +26,7 @@ BuildRequires: ghc-bytestring-devel
|
||||
BuildRequires: ghc-containers-devel
|
||||
BuildRequires: ghc-deepseq-devel
|
||||
BuildRequires: ghc-hashable-devel
|
||||
#BuildRequires: ghc-integer-logarithms-devel
|
||||
BuildRequires: ghc-text-devel
|
||||
BuildRequires: ghc-vector-devel
|
||||
%if %{with tests}
|
||||
@ -59,15 +64,26 @@ Requires: %{name}%{?_isa} = %{version}-%{release}
|
||||
This package provides the Haskell %{pkg_name} library development files.
|
||||
|
||||
|
||||
%global main_version %{version}
|
||||
|
||||
%if %{defined ghclibdir}
|
||||
%ghc_lib_subpackage %{integerlogarithms}
|
||||
%endif
|
||||
|
||||
%global version %{main_version}
|
||||
|
||||
|
||||
%prep
|
||||
%setup -q -n %{pkg_name}-%{version}
|
||||
%setup -q -n %{pkgver} -a1
|
||||
|
||||
|
||||
%build
|
||||
%ghc_libs_build %{integerlogarithms}
|
||||
%ghc_lib_build
|
||||
|
||||
|
||||
%install
|
||||
%ghc_libs_install %{integerlogarithms}
|
||||
%ghc_lib_install
|
||||
|
||||
|
||||
@ -92,6 +108,9 @@ This package provides the Haskell %{pkg_name} library development files.
|
||||
|
||||
|
||||
%changelog
|
||||
* Tue Feb 21 2017 Jens Petersen <petersen@redhat.com> - 0.3.4.10-1
|
||||
- update to 0.3.4.10
|
||||
|
||||
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.4.7-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user