2017-02-24 08:48:21 +00:00
|
|
|
# generated by cabal-rpm-0.11.1
|
2012-01-04 14:35:56 +00:00
|
|
|
# https://fedoraproject.org/wiki/Packaging:Haskell
|
2011-07-09 05:36:27 +00:00
|
|
|
|
2011-02-12 02:32:39 +00:00
|
|
|
%global pkg_name ranges
|
2017-02-24 08:48:21 +00:00
|
|
|
%global pkgver %{pkg_name}-%{version}
|
2011-02-12 02:32:39 +00:00
|
|
|
|
|
|
|
Name: ghc-%{pkg_name}
|
2012-01-04 14:35:56 +00:00
|
|
|
Version: 0.2.4
|
2017-02-24 08:48:21 +00:00
|
|
|
Release: 15%{?dist}
|
2013-06-07 03:49:00 +00:00
|
|
|
Summary: Ranges and various functions on them
|
2011-02-12 02:32:39 +00:00
|
|
|
|
|
|
|
License: BSD
|
2015-02-03 07:03:56 +00:00
|
|
|
Url: https://hackage.haskell.org/package/%{pkg_name}
|
2017-02-24 08:48:21 +00:00
|
|
|
Source0: https://hackage.haskell.org/package/%{pkgver}/%{pkgver}.tar.gz
|
2011-07-09 05:36:27 +00:00
|
|
|
|
2012-11-17 16:15:56 +00:00
|
|
|
BuildRequires: ghc-Cabal-devel
|
|
|
|
BuildRequires: ghc-rpm-macros
|
|
|
|
# Begin cabal-rpm deps:
|
2012-07-16 02:14:11 +00:00
|
|
|
BuildRequires: ghc-containers-devel
|
2012-11-17 16:15:56 +00:00
|
|
|
# End cabal-rpm deps
|
2011-02-12 02:32:39 +00:00
|
|
|
|
|
|
|
%description
|
2015-02-03 07:03:56 +00:00
|
|
|
Ranges and some functions allowing things like fast membership lookup on ranges
|
|
|
|
with holes in them and so on.
|
2013-06-07 03:49:00 +00:00
|
|
|
|
|
|
|
|
|
|
|
%package devel
|
|
|
|
Summary: Haskell %{pkg_name} library development files
|
2015-02-03 07:03:56 +00:00
|
|
|
Provides: %{name}-static = %{version}-%{release}
|
2013-06-07 03:49:00 +00:00
|
|
|
Requires: ghc-compiler = %{ghc_version}
|
|
|
|
Requires(post): ghc-compiler = %{ghc_version}
|
|
|
|
Requires(postun): ghc-compiler = %{ghc_version}
|
2015-02-03 07:03:56 +00:00
|
|
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
2013-06-07 03:49:00 +00:00
|
|
|
|
|
|
|
%description devel
|
|
|
|
This package provides the Haskell %{pkg_name} library development files.
|
2011-02-12 02:32:39 +00:00
|
|
|
|
|
|
|
|
|
|
|
%prep
|
2017-02-24 08:48:21 +00:00
|
|
|
%setup -q -n %{pkgver}
|
2011-02-12 02:32:39 +00:00
|
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
%ghc_lib_build
|
|
|
|
|
|
|
|
|
|
|
|
%install
|
|
|
|
%ghc_lib_install
|
|
|
|
|
|
|
|
|
2013-06-07 03:49:00 +00:00
|
|
|
%post devel
|
|
|
|
%ghc_pkg_recache
|
|
|
|
|
2012-01-04 14:35:56 +00:00
|
|
|
|
2013-06-07 03:49:00 +00:00
|
|
|
%postun devel
|
|
|
|
%ghc_pkg_recache
|
2011-07-09 05:36:27 +00:00
|
|
|
|
|
|
|
|
2013-06-07 03:49:00 +00:00
|
|
|
%files -f %{name}.files
|
2016-09-28 09:32:24 +00:00
|
|
|
%license LICENSE
|
2011-07-09 05:36:27 +00:00
|
|
|
|
|
|
|
|
2013-06-07 03:49:00 +00:00
|
|
|
%files devel -f %{name}-devel.files
|
2011-02-12 02:32:39 +00:00
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
2017-02-24 08:48:21 +00:00
|
|
|
* Fri Feb 24 2017 Jens Petersen <petersen@redhat.com> - 0.2.4-15
|
|
|
|
- refresh to cabal-rpm-0.11.1
|
|
|
|
|
2017-02-10 10:47:03 +00:00
|
|
|
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.4-14
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
|
|
|
|
2016-02-03 21:41:32 +00:00
|
|
|
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.4-13
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
|
|
|
|
2015-06-17 07:55:22 +00:00
|
|
|
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.2.4-12
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
|
|
|
|
2015-02-03 07:03:56 +00:00
|
|
|
* Tue Feb 3 2015 Jens Petersen <petersen@redhat.com> - 0.2.4-11
|
|
|
|
- cblrpm refresh
|
|
|
|
|
2014-08-16 15:38:39 +00:00
|
|
|
* Sat Aug 16 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.2.4-10
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
|
|
|
|
2014-06-07 15:08:02 +00:00
|
|
|
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.2.4-9
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
|
|
|
|
2013-08-03 13:56:14 +00:00
|
|
|
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.2.4-8
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
|
|
|
|
2013-06-07 03:49:00 +00:00
|
|
|
* Fri Jun 07 2013 Jens Petersen <petersen@redhat.com> - 0.2.4-7
|
|
|
|
- update to new simplified Haskell Packaging Guidelines
|
|
|
|
|
2013-02-13 23:16:00 +00:00
|
|
|
* Wed Feb 13 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.2.4-6
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
|
|
|
|
2012-11-17 16:15:56 +00:00
|
|
|
* Sat Nov 17 2012 Jens Petersen <petersen@redhat.com> - 0.2.4-5
|
|
|
|
- update with cabal-rpm
|
|
|
|
|
2012-07-19 05:55:33 +00:00
|
|
|
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.2.4-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
|
|
|
|
2012-07-16 02:14:11 +00:00
|
|
|
* Mon Jul 16 2012 Jens Petersen <petersen@redhat.com> - 0.2.4-3
|
|
|
|
- change prof BRs to devel
|
|
|
|
|
2012-03-23 03:51:50 +00:00
|
|
|
* Fri Mar 23 2012 Jens Petersen <petersen@redhat.com> - 0.2.4-2
|
|
|
|
- add license to ghc_files
|
|
|
|
|
2012-01-04 14:35:56 +00:00
|
|
|
* Wed Jan 4 2012 Jens Petersen <petersen@redhat.com> - 0.2.4-1
|
|
|
|
- update to 0.2.4 and cabal2spec-0.25.2
|
|
|
|
|
2011-10-24 08:17:37 +00:00
|
|
|
* Mon Oct 24 2011 Marcela Mašláňová <mmaslano@redhat.com> - 0.2.3-4.3
|
|
|
|
- rebuild with new gmp without compat lib
|
|
|
|
|
2011-10-21 01:31:57 +00:00
|
|
|
* Fri Oct 21 2011 Marcela Mašláňová <mmaslano@redhat.com> - 0.2.3-4.2
|
|
|
|
- rebuild with new gmp without compat lib
|
|
|
|
|
2011-10-11 16:35:52 +00:00
|
|
|
* Tue Oct 11 2011 Peter Schiffer <pschiffe@redhat.com> - 0.2.3-4.1
|
|
|
|
- rebuild with new gmp
|
|
|
|
|
2011-07-09 05:36:27 +00:00
|
|
|
* Sat Jul 09 2011 Ben Boeckel <mathstuf@gmail.com> - 0.2.3-4
|
|
|
|
- Update to cabal2spec-0.24
|
|
|
|
|
2011-06-24 10:18:57 +00:00
|
|
|
* Fri Jun 24 2011 Jens Petersen <petersen@redhat.com> - 0.2.3-3
|
|
|
|
- BR ghc-Cabal-devel instead of ghc-prof and use ghc_arches (cabal2spec-0.23.2)
|
|
|
|
|
2011-03-10 08:15:38 +00:00
|
|
|
* Thu Mar 10 2011 Fabio M. Di Nitto <fdinitto@redhat.com> - 0.2.3-2
|
|
|
|
- Enable build on sparcv9
|
|
|
|
|
2011-02-12 02:32:39 +00:00
|
|
|
* Fri Jan 28 2011 Ben Boeckel <mathstuf@gmail.com> - 0.2.3-1
|
|
|
|
- Update to 0.2.3
|
|
|
|
|
|
|
|
* Sat Sep 04 2010 Ben Boeckel <mathstuf@gmail.com> - 0.2.2-1
|
|
|
|
- Initial package
|
|
|
|
|
|
|
|
* Sat Sep 4 2010 Fedora Haskell SIG <haskell-devel@lists.fedoraproject.org> - 0.2.2-0
|
|
|
|
- initial packaging for Fedora automatically generated by cabal2spec-0.22.2
|