2012-09-10 02:18:26 +00:00
|
|
|
# https://fedoraproject.org/wiki/Packaging:Haskell
|
|
|
|
|
|
|
|
%global pkg_name IOSpec
|
|
|
|
|
|
|
|
Name: ghc-%{pkg_name}
|
|
|
|
Version: 0.2.5
|
2015-06-17 07:27:58 +00:00
|
|
|
Release: 10%{?dist}
|
2013-06-11 10:30:25 +00:00
|
|
|
Summary: A pure specification of the IO monad
|
2012-09-10 02:18:26 +00:00
|
|
|
|
|
|
|
License: BSD
|
2015-01-28 12:24:48 +00:00
|
|
|
Url: https://hackage.haskell.org/package/%{pkg_name}
|
|
|
|
Source0: https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
|
2012-09-10 02:18:26 +00:00
|
|
|
|
2012-11-18 09:21:59 +00:00
|
|
|
BuildRequires: ghc-Cabal-devel
|
|
|
|
BuildRequires: ghc-rpm-macros
|
|
|
|
# Begin cabal-rpm deps:
|
|
|
|
BuildRequires: ghc-QuickCheck-devel
|
|
|
|
BuildRequires: ghc-Stream-devel
|
|
|
|
BuildRequires: ghc-mtl-devel
|
|
|
|
# End cabal-rpm deps
|
2012-09-10 02:18:26 +00:00
|
|
|
|
|
|
|
%description
|
2013-06-11 10:30:25 +00:00
|
|
|
This package consists of several modules,
|
|
|
|
that give a pure specification of functions in the IO monad.
|
|
|
|
|
|
|
|
|
|
|
|
%package devel
|
|
|
|
Summary: Haskell %{pkg_name} library development files
|
2015-01-28 12:24:48 +00:00
|
|
|
Provides: %{name}-static = %{version}-%{release}
|
2013-06-11 10:30:25 +00:00
|
|
|
Requires: ghc-compiler = %{ghc_version}
|
|
|
|
Requires(post): ghc-compiler = %{ghc_version}
|
|
|
|
Requires(postun): ghc-compiler = %{ghc_version}
|
2015-01-28 12:24:48 +00:00
|
|
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
2013-06-11 10:30:25 +00:00
|
|
|
|
|
|
|
%description devel
|
|
|
|
This package provides the Haskell %{pkg_name} library development files.
|
2012-09-10 02:18:26 +00:00
|
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q -n %{pkg_name}-%{version}
|
|
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
%ghc_lib_build
|
|
|
|
|
|
|
|
|
|
|
|
%install
|
|
|
|
%ghc_lib_install
|
|
|
|
|
|
|
|
|
2013-06-11 10:30:25 +00:00
|
|
|
%post devel
|
|
|
|
%ghc_pkg_recache
|
2012-09-10 02:18:26 +00:00
|
|
|
|
|
|
|
|
2013-06-11 10:30:25 +00:00
|
|
|
%postun devel
|
|
|
|
%ghc_pkg_recache
|
2012-09-10 02:18:26 +00:00
|
|
|
|
|
|
|
|
2013-06-11 10:30:25 +00:00
|
|
|
%files -f %{name}.files
|
|
|
|
%doc LICENSE
|
2012-09-10 02:18:26 +00:00
|
|
|
|
2013-06-11 10:30:25 +00:00
|
|
|
|
|
|
|
%files devel -f %{name}-devel.files
|
2012-11-18 09:21:59 +00:00
|
|
|
%doc README examples
|
2012-09-10 02:18:26 +00:00
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
2015-06-17 07:27:58 +00:00
|
|
|
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.2.5-10
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
|
|
|
|
2015-04-02 09:23:44 +00:00
|
|
|
* Thu Apr 2 2015 Jens Petersen <petersen@redhat.com> - 0.2.5-9
|
|
|
|
- rebuild
|
|
|
|
|
2015-01-28 12:24:48 +00:00
|
|
|
* Wed Jan 28 2015 Jens Petersen <petersen@redhat.com> - 0.2.5-8
|
|
|
|
- cblrpm refresh
|
|
|
|
|
2014-08-16 14:30:40 +00:00
|
|
|
* Sat Aug 16 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.2.5-7
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
|
|
|
|
2014-06-07 14:20:49 +00:00
|
|
|
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.2.5-6
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
|
|
|
|
2013-08-03 13:16:35 +00:00
|
|
|
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.2.5-5
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
|
|
|
|
2013-06-11 10:30:25 +00:00
|
|
|
* Fri Jun 07 2013 Jens Petersen <petersen@redhat.com> - 0.2.5-4
|
|
|
|
- update to new simplified Haskell Packaging Guidelines
|
|
|
|
|
2013-02-13 22:52:30 +00:00
|
|
|
* Wed Feb 13 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.2.5-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
|
|
|
|
2012-11-18 09:21:59 +00:00
|
|
|
* Sun Nov 18 2012 Jens Petersen <petersen@redhat.com> - 0.2.5-2
|
|
|
|
- update with cabal-rpm
|
|
|
|
|
2012-09-10 02:18:26 +00:00
|
|
|
* Mon Jul 9 2012 Shakthi Kannan <shakthimaan at fedoraproject dot org> - 0.2.5-1
|
|
|
|
- Added BRs
|
|
|
|
- Spec file template generated by cabal2spec-0.25.5
|