2012-04-22 06:01:06 +00:00
|
|
|
# https://fedoraproject.org/wiki/Packaging:Haskell
|
|
|
|
|
|
|
|
%global pkg_name bloomfilter
|
|
|
|
|
2014-08-28 06:40:51 +00:00
|
|
|
%bcond_with tests
|
|
|
|
|
2012-04-22 06:01:06 +00:00
|
|
|
Name: ghc-%{pkg_name}
|
2015-08-08 04:11:14 +00:00
|
|
|
Version: 2.0.1.0
|
|
|
|
Release: 1%{?dist}
|
2013-06-07 03:48:18 +00:00
|
|
|
Summary: Pure and impure Bloom Filter implementations
|
2012-04-22 06:01:06 +00:00
|
|
|
|
|
|
|
License: BSD
|
2015-08-08 04:11:14 +00:00
|
|
|
Url: https://hackage.haskell.org/package/%{pkg_name}
|
2015-07-24 23:00:44 +00:00
|
|
|
Source0: https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
|
2012-11-17 12:39:48 +00:00
|
|
|
|
2012-04-22 06:01:06 +00:00
|
|
|
BuildRequires: ghc-Cabal-devel
|
2012-11-17 12:39:48 +00:00
|
|
|
BuildRequires: ghc-rpm-macros
|
|
|
|
# Begin cabal-rpm deps:
|
|
|
|
BuildRequires: ghc-array-devel
|
|
|
|
BuildRequires: ghc-bytestring-devel
|
|
|
|
BuildRequires: ghc-deepseq-devel
|
2014-08-28 06:40:51 +00:00
|
|
|
%if %{with tests}
|
|
|
|
BuildRequires: ghc-QuickCheck-devel
|
|
|
|
BuildRequires: ghc-random-devel
|
|
|
|
BuildRequires: ghc-test-framework-devel
|
|
|
|
BuildRequires: ghc-test-framework-quickcheck2-devel
|
|
|
|
%endif
|
2012-11-17 12:39:48 +00:00
|
|
|
# End cabal-rpm deps
|
2012-04-22 06:01:06 +00:00
|
|
|
|
|
|
|
%description
|
2015-08-08 04:11:14 +00:00
|
|
|
Pure and impure Bloom Filter implementations.
|
2013-06-07 03:48:18 +00:00
|
|
|
|
|
|
|
|
|
|
|
%package devel
|
|
|
|
Summary: Haskell %{pkg_name} library development files
|
2014-08-28 06:40:51 +00:00
|
|
|
Provides: %{name}-static = %{version}-%{release}
|
2013-06-07 03:48:18 +00:00
|
|
|
Requires: ghc-compiler = %{ghc_version}
|
|
|
|
Requires(post): ghc-compiler = %{ghc_version}
|
|
|
|
Requires(postun): ghc-compiler = %{ghc_version}
|
2014-08-28 06:40:51 +00:00
|
|
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
2013-06-07 03:48:18 +00:00
|
|
|
|
|
|
|
%description devel
|
|
|
|
This package provides the Haskell %{pkg_name} library development files.
|
2012-04-22 06:01:06 +00:00
|
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q -n %{pkg_name}-%{version}
|
|
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
%ghc_lib_build
|
|
|
|
|
2013-06-07 03:48:18 +00:00
|
|
|
|
2012-04-22 06:01:06 +00:00
|
|
|
%install
|
|
|
|
%ghc_lib_install
|
|
|
|
|
|
|
|
|
2014-08-28 06:40:51 +00:00
|
|
|
%check
|
|
|
|
%if %{with tests}
|
|
|
|
%cabal test
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
2013-06-07 03:48:18 +00:00
|
|
|
%post devel
|
|
|
|
%ghc_pkg_recache
|
2012-04-22 06:01:06 +00:00
|
|
|
|
|
|
|
|
2013-06-07 03:48:18 +00:00
|
|
|
%postun devel
|
|
|
|
%ghc_pkg_recache
|
2012-04-22 06:01:06 +00:00
|
|
|
|
|
|
|
|
2013-06-07 03:48:18 +00:00
|
|
|
%files -f %{name}.files
|
|
|
|
%doc LICENSE
|
2012-04-22 06:01:06 +00:00
|
|
|
|
2013-06-07 03:48:18 +00:00
|
|
|
|
|
|
|
%files devel -f %{name}-devel.files
|
|
|
|
%doc examples README.markdown
|
2012-04-22 06:01:06 +00:00
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
2015-08-08 04:11:14 +00:00
|
|
|
* Sat Aug 08 2015 Ben Boeckel <mathstuf@gmail.com> - 2.0.1.0-1
|
|
|
|
- update to 2.0.1.0
|
|
|
|
|
2015-06-17 07:33:11 +00:00
|
|
|
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.0.0.0-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
|
|
|
|
2014-08-28 06:40:51 +00:00
|
|
|
* Thu Aug 28 2014 Jens Petersen <petersen@redhat.com> - 2.0.0.0-1
|
|
|
|
- update to 2.0.0.0
|
|
|
|
- refresh to cblrpm-0.8.11
|
|
|
|
|
2014-08-16 14:45:33 +00:00
|
|
|
* Sat Aug 16 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.6.10-8
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
|
|
|
|
2014-06-07 14:33:42 +00:00
|
|
|
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.6.10-7
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
|
|
|
|
2013-08-03 13:26:15 +00:00
|
|
|
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.6.10-6
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
|
|
|
|
2013-06-07 03:48:18 +00:00
|
|
|
* Fri Jun 07 2013 Jens Petersen <petersen@redhat.com> - 1.2.6.10-5
|
|
|
|
- update to new simplified Haskell Packaging Guidelines
|
|
|
|
|
2013-02-13 22:59:39 +00:00
|
|
|
* Wed Feb 13 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.6.10-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
|
|
|
|
2012-11-17 12:39:48 +00:00
|
|
|
* Sat Nov 17 2012 Jens Petersen <petersen@redhat.com> - 1.2.6.10-3
|
|
|
|
- update with cabal-rpm
|
|
|
|
|
2012-07-19 05:23:32 +00:00
|
|
|
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.6.10-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
|
|
|
|
2012-06-22 14:18:50 +00:00
|
|
|
* Fri Jun 22 2012 Lakshmi Narasimhan T V <lakshminaras2002@gmail.com> - 1.2.6.10-1
|
|
|
|
- update to 1.2.6.10
|
|
|
|
|
2012-04-22 06:01:06 +00:00
|
|
|
* Sat Apr 14 2012 Lakshmi Narasimhan T V <lakshminaras2002@gmail.com> - 1.2.6.8-1
|
|
|
|
- spec file template generated by cabal2spec-0.25.5
|
|
|
|
- Package updated to 1.2.6.8
|
|
|
|
|
|
|
|
* Sun Jan 16 2011 Lakshmi Narasimhan T V <lakshminaras2002@gmail.com> - 1.2.6.7-1
|
|
|
|
- Initial package. License is BSD. Added summary and description
|
|
|
|
|
|
|
|
* Sun Jan 16 2011 Fedora Haskell SIG <haskell-devel@lists.fedoraproject.org> - 1.2.6.7-0
|
|
|
|
- initial packaging for Fedora automatically generated by cabal2spec-0.22.4
|