Blame SPECS/ghc-text.spec

3f94ab
# generated by cabal-rpm-0.12.1
3f94ab
# https://fedoraproject.org/wiki/Packaging:Haskell
3f94ab
3f94ab
%global pkg_name text
3f94ab
%global pkgver %{pkg_name}-%{version}
3f94ab
3f94ab
%bcond_with tests
3f94ab
3f94ab
Name:           ghc-%{pkg_name}
3f94ab
# part of haskell-platform
3f94ab
Version:        1.2.2.2
3f94ab
Release:        2%{?dist}
3f94ab
Summary:        An efficient packed Unicode text type
3f94ab
3f94ab
License:        BSD
3f94ab
Url:            https://hackage.haskell.org/package/%{pkg_name}
3f94ab
Source0:        https://hackage.haskell.org/package/%{pkgver}/%{pkgver}.tar.gz
3f94ab
3f94ab
BuildRequires:  ghc-Cabal-devel
3f94ab
BuildRequires:  ghc-rpm-macros
3f94ab
# Begin cabal-rpm deps:
3f94ab
BuildRequires:  ghc-array-devel
3f94ab
BuildRequires:  ghc-binary-devel
3f94ab
BuildRequires:  ghc-bytestring-devel
3f94ab
BuildRequires:  ghc-deepseq-devel
3f94ab
%if %{with tests}
3f94ab
BuildRequires:  ghc-HUnit-devel
3f94ab
BuildRequires:  ghc-QuickCheck-devel
3f94ab
BuildRequires:  ghc-directory-devel
3f94ab
BuildRequires:  ghc-quickcheck-unicode-devel
3f94ab
BuildRequires:  ghc-random-devel
3f94ab
BuildRequires:  ghc-test-framework-devel
3f94ab
BuildRequires:  ghc-test-framework-hunit-devel
3f94ab
BuildRequires:  ghc-test-framework-quickcheck2-devel
3f94ab
%endif
3f94ab
# End cabal-rpm deps
3f94ab
3f94ab
%description
3f94ab
An efficient packed, immutable Unicode text type (both strict and lazy), with a
3f94ab
powerful loop fusion optimization framework.
3f94ab
3f94ab
The 'Text' type represents Unicode character strings, in a time and
3f94ab
space-efficient manner. This package provides text processing capabilities that
3f94ab
are optimized for performance critical use, both in terms of large data
3f94ab
quantities and high speed.
3f94ab
3f94ab
The 'Text' type provides character-encoding, type-safe case conversion via
3f94ab
whole-string case conversion functions. It also provides a range of functions
3f94ab
for converting 'Text' values to and from 'ByteStrings', using several standard
3f94ab
encodings.
3f94ab
3f94ab
Efficient locale-sensitive support for text IO is also supported.
3f94ab
3f94ab
3f94ab
%package devel
3f94ab
Summary:        Haskell %{pkg_name} library development files
3f94ab
Provides:       %{name}-static = %{version}-%{release}
3f94ab
Provides:       %{name}-doc = %{version}-%{release}
3f94ab
%if %{defined ghc_version}
3f94ab
Requires:       ghc-compiler = %{ghc_version}
3f94ab
Requires(post): ghc-compiler = %{ghc_version}
3f94ab
Requires(postun): ghc-compiler = %{ghc_version}
3f94ab
%endif
3f94ab
Requires:       %{name}%{?_isa} = %{version}-%{release}
3f94ab
3f94ab
%description devel
3f94ab
This package provides the Haskell %{pkg_name} library development files.
3f94ab
3f94ab
3f94ab
%prep
3f94ab
%setup -q -n %{pkgver}
3f94ab
3f94ab
3f94ab
%build
3f94ab
%ghc_lib_build
3f94ab
3f94ab
3f94ab
%install
3f94ab
%ghc_lib_install
3f94ab
3f94ab
3f94ab
%check
3f94ab
%cabal_test
3f94ab
3f94ab
3f94ab
%post devel
3f94ab
%ghc_pkg_recache
3f94ab
3f94ab
3f94ab
%postun devel
3f94ab
%ghc_pkg_recache
3f94ab
3f94ab
3f94ab
%files -f %{name}.files
3f94ab
%license LICENSE
3f94ab
3f94ab
3f94ab
%files devel -f %{name}-devel.files
3f94ab
%doc README.markdown changelog.md
3f94ab
3f94ab
3f94ab
%changelog
3f94ab
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.2.2-2
3f94ab
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
3f94ab
3f94ab
* Wed Jan 24 2018 Jens Petersen <petersen@redhat.com> - 1.2.2.2-1
3f94ab
- update to 1.2.2.2
3f94ab
3f94ab
* Wed Aug 02 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.2.1-5
3f94ab
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
3f94ab
3f94ab
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.2.1-4
3f94ab
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
3f94ab
3f94ab
* Fri Feb 24 2017 Jens Petersen <petersen@redhat.com> - 1.2.2.1-3
3f94ab
- refresh to cabal-rpm-0.11.1
3f94ab
3f94ab
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.2.1-2
3f94ab
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
3f94ab
3f94ab
* Sun Jun 26 2016 Jens Petersen <petersen@redhat.com> - 1.2.2.1-1
3f94ab
- update to 1.2.2.1
3f94ab
3f94ab
* Tue Jun  7 2016 Jens Petersen <petersen@redhat.com> - 1.2.1.3-1
3f94ab
- update to 1.2.1.3
3f94ab
3f94ab
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.1.3-3
3f94ab
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
3f94ab
3f94ab
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1.1.3-2
3f94ab
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
3f94ab
3f94ab
* Mon Jan 19 2015 Jens Petersen <petersen@redhat.com> - 1.1.1.3-1
3f94ab
- update to 1.1.1.3
3f94ab
3f94ab
* Fri Aug  8 2014 Jens Petersen <petersen@redhat.com> - 1.1.0.0-1
3f94ab
- update to 1.1.0.0
3f94ab
3f94ab
* Mon Jun  9 2014 Jens Petersen <petersen@redhat.com> - 0.11.3.1-3
3f94ab
- rebuild
3f94ab
3f94ab
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.11.3.1-2
3f94ab
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
3f94ab
3f94ab
* Fri May 17 2013 Jens Petersen <petersen@redhat.com> - 0.11.3.1-1
3f94ab
- package revived for updating to HP-2013.2
3f94ab
- spec file updated with cabal-rpm-0.8.0
3f94ab
3f94ab
* Tue Mar 20 2012 Jens Petersen <petersen@redhat.com> - 0.11.1.13-1
3f94ab
- update to 0.11.1.13
3f94ab
3f94ab
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.11.1.5-2
3f94ab
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
3f94ab
3f94ab
* Wed Dec 28 2011 Jens Petersen <petersen@redhat.com> - 0.11.1.5-1
3f94ab
- update to 0.11.1.5 for haskell-platform-2011.4.0.0
3f94ab
- update to cabal2spec-0.25.1
3f94ab
3f94ab
* Mon Oct 24 2011 Marcela Mašláňová <mmaslano@redhat.com> - 0.11.0.6-2.3
3f94ab
- rebuild with new gmp without compat lib
3f94ab
3f94ab
* Fri Oct 21 2011 Marcela Mašláňová <mmaslano@redhat.com> - 0.11.0.6-2.2
3f94ab
- rebuild with new gmp without compat lib
3f94ab
3f94ab
* Tue Oct 11 2011 Peter Schiffer <pschiffe@redhat.com> - 0.11.0.6-2.1
3f94ab
- rebuild with new gmp
3f94ab
3f94ab
* Tue Jun 21 2011 Jens Petersen <petersen@redhat.com> - 0.11.0.6-2
3f94ab
- ghc_arches replaces ghc_excluded_archs
3f94ab
3f94ab
* Mon Jun 20 2011 Jens Petersen <petersen@redhat.com> - 0.11.0.6-1
3f94ab
- update to 0.11.0.6 (haskell-platform-2011.1.0.1)
3f94ab
- BR ghc-Cabal-devel and depends
3f94ab
3f94ab
* Fri May 27 2011 Jens Petersen <petersen@redhat.com> - 0.11.0.5-3
3f94ab
- update to cabal2spec-0.23: add ppc64
3f94ab
3f94ab
* Thu Mar 10 2011 Fabio M. Di Nitto <fdinitto@redhat.com> - 0.11.0.5-2
3f94ab
- Enable build on sparcv9
3f94ab
3f94ab
* Tue Feb 15 2011 Jens Petersen <petersen@redhat.com> - 0.11.0.5-1
3f94ab
- update to 0.11.0.5 for haskell-platform-2011.1
3f94ab
3f94ab
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.11.0.0-3
3f94ab
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
3f94ab
3f94ab
* Mon Jan 17 2011 Jens Petersen <petersen@redhat.com> - 0.11.0.0-2
3f94ab
- update to cabal2spec-0.22.4
3f94ab
3f94ab
* Sun Dec  5 2010 Jens Petersen <petersen@redhat.com> - 0.11.0.0-1
3f94ab
- update to 0.11.0.0
3f94ab
3f94ab
* Thu Nov 25 2010 Jens Petersen <petersen@redhat.com> - 0.10.0.0-2
3f94ab
- rebuild
3f94ab
3f94ab
* Mon Nov  1 2010 Jens Petersen <petersen@redhat.com> - 0.10.0.0-1
3f94ab
- update to 0.10.0.0
3f94ab
- README renamed to README.markdown
3f94ab
3f94ab
* Wed Sep 29 2010 jkeating - 0.8.1.0-2
3f94ab
- Rebuilt for gcc bug 634757
3f94ab
3f94ab
* Wed Sep  1 2010 Jens Petersen <petersen@redhat.com> - 0.8.0.0-1
3f94ab
- update to 0.8.0.0
3f94ab
- include README in devel
3f94ab
3f94ab
* Sat Jul 31 2010 Jens Petersen <petersen@redhat.com> - 0.7.2.1-1
3f94ab
- BSD license
3f94ab
- requires deepseq
3f94ab
3f94ab
* Sat Jul 31 2010 Fedora Haskell SIG <haskell-devel@lists.fedoraproject.org> - 0.7.2.1-0
3f94ab
- initial packaging for Fedora automatically generated by cabal2spec-0.22.2