2017-02-24 08:48:25 +00:00
|
|
|
# generated by cabal-rpm-0.11.1
|
2012-01-06 03:05:22 +00:00
|
|
|
# https://fedoraproject.org/wiki/Packaging:Haskell
|
|
|
|
|
2010-04-27 02:08:58 +00:00
|
|
|
%global pkg_name utf8-string
|
2017-02-24 08:48:25 +00:00
|
|
|
%global pkgver %{pkg_name}-%{version}
|
2010-04-27 02:08:58 +00:00
|
|
|
|
|
|
|
Name: ghc-%{pkg_name}
|
2016-06-16 03:34:32 +00:00
|
|
|
Version: 1.0.1.1
|
2017-07-26 10:00:16 +00:00
|
|
|
Release: 4%{?dist}
|
2013-06-03 07:18:00 +00:00
|
|
|
Summary: Support for reading and writing UTF8 Strings
|
2010-04-27 02:08:58 +00:00
|
|
|
|
|
|
|
License: BSD
|
2015-01-23 04:17:18 +00:00
|
|
|
Url: https://hackage.haskell.org/package/%{pkg_name}
|
2017-02-24 08:48:25 +00:00
|
|
|
Source0: https://hackage.haskell.org/package/%{pkgver}/%{pkgver}.tar.gz
|
2012-11-17 17:05:26 +00:00
|
|
|
|
2011-06-20 06:16:14 +00:00
|
|
|
BuildRequires: ghc-Cabal-devel
|
2012-11-17 17:05:26 +00:00
|
|
|
BuildRequires: ghc-rpm-macros
|
|
|
|
# Begin cabal-rpm deps:
|
2012-07-16 02:15:55 +00:00
|
|
|
BuildRequires: ghc-bytestring-devel
|
2012-11-17 17:05:26 +00:00
|
|
|
# End cabal-rpm deps
|
2010-04-27 02:08:58 +00:00
|
|
|
|
|
|
|
%description
|
2016-06-16 03:34:32 +00:00
|
|
|
A UTF8 layer for Strings. The utf8-string package provides operations for
|
|
|
|
encoding UTF8 strings to Word8 lists and back, and for reading and writing UTF8
|
|
|
|
without truncation.
|
2013-06-03 07:18:00 +00:00
|
|
|
|
|
|
|
|
|
|
|
%package devel
|
|
|
|
Summary: Haskell %{pkg_name} library development files
|
2015-01-23 04:17:18 +00:00
|
|
|
Provides: %{name}-static = %{version}-%{release}
|
2013-06-03 07:18:00 +00:00
|
|
|
Requires: ghc-compiler = %{ghc_version}
|
|
|
|
Requires(post): ghc-compiler = %{ghc_version}
|
|
|
|
Requires(postun): ghc-compiler = %{ghc_version}
|
2015-01-23 04:17:18 +00:00
|
|
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
2013-06-03 07:18:00 +00:00
|
|
|
|
|
|
|
%description devel
|
2015-01-23 04:17:18 +00:00
|
|
|
This package provides the Haskell %{pkg_name} library development files.
|
2010-04-27 02:08:58 +00:00
|
|
|
|
|
|
|
|
|
|
|
%prep
|
2017-02-24 08:48:25 +00:00
|
|
|
%setup -q -n %{pkgver}
|
2016-08-10 03:33:23 +00:00
|
|
|
cabal-tweak-dep-ver base '< 4.9' '< 4.10'
|
2010-04-27 02:08:58 +00:00
|
|
|
|
|
|
|
|
|
|
|
%build
|
2010-09-04 07:19:46 +00:00
|
|
|
%ghc_lib_build
|
2010-04-27 02:08:58 +00:00
|
|
|
|
|
|
|
|
|
|
|
%install
|
2010-09-04 07:19:46 +00:00
|
|
|
%ghc_lib_install
|
2010-04-27 02:08:58 +00:00
|
|
|
|
|
|
|
|
2013-06-03 07:18:00 +00:00
|
|
|
%post devel
|
|
|
|
%ghc_pkg_recache
|
|
|
|
|
2012-01-06 03:05:22 +00:00
|
|
|
|
2013-06-03 07:18:00 +00:00
|
|
|
%postun devel
|
|
|
|
%ghc_pkg_recache
|
2012-01-06 03:05:22 +00:00
|
|
|
|
|
|
|
|
2013-06-03 07:18:00 +00:00
|
|
|
%files -f %{name}.files
|
2016-06-16 03:34:32 +00:00
|
|
|
%license LICENSE
|
2012-01-06 03:05:22 +00:00
|
|
|
|
|
|
|
|
2013-06-03 07:18:00 +00:00
|
|
|
%files devel -f %{name}-devel.files
|
2017-02-24 08:48:25 +00:00
|
|
|
%doc CHANGELOG.markdown
|
2010-09-04 07:19:46 +00:00
|
|
|
|
|
|
|
|
2010-04-27 02:08:58 +00:00
|
|
|
%changelog
|
2017-07-26 10:00:16 +00:00
|
|
|
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.1.1-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
|
|
|
|
2017-02-24 08:48:25 +00:00
|
|
|
* Fri Feb 24 2017 Jens Petersen <petersen@redhat.com> - 1.0.1.1-3
|
|
|
|
- refresh to cabal-rpm-0.11.1
|
|
|
|
|
2017-02-10 10:52:16 +00:00
|
|
|
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.1.1-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
|
|
|
|
2016-06-16 03:34:32 +00:00
|
|
|
* Thu Jun 16 2016 Jens Petersen <petersen@redhat.com> - 1.0.1.1-1
|
|
|
|
- update to 1.0.1.1
|
|
|
|
|
2016-02-03 21:47:43 +00:00
|
|
|
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.8-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
|
|
|
|
2015-06-17 08:04:19 +00:00
|
|
|
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.3.8-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
|
|
|
|
2015-01-23 04:17:18 +00:00
|
|
|
* Fri Jan 23 2015 Jens Petersen <petersen@redhat.com> - 0.3.8-1
|
|
|
|
- update to 0.3.8
|
|
|
|
|
2014-08-16 16:05:28 +00:00
|
|
|
* Sat Aug 16 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.3.7-10
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
|
|
|
|
2014-06-07 15:25:11 +00:00
|
|
|
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.3.7-9
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
|
|
|
|
2013-08-03 14:08:12 +00:00
|
|
|
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.3.7-8
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
|
|
|
|
2013-06-03 07:18:00 +00:00
|
|
|
* Mon Jun 3 2013 Jens Petersen <petersen@redhat.com> - 0.3.7-7
|
|
|
|
- update to new simplified Haskell Packaging Guidelines
|
|
|
|
|
2013-02-13 23:21:24 +00:00
|
|
|
* Wed Feb 13 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.3.7-6
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
|
|
|
|
2012-11-17 17:05:26 +00:00
|
|
|
* Sat Nov 17 2012 Jens Petersen <petersen@redhat.com> - 0.3.7-5
|
|
|
|
- update with cabal-rpm
|
|
|
|
- unset bytestring-in-base flag
|
|
|
|
|
2012-07-19 06:19:02 +00:00
|
|
|
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.3.7-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
|
|
|
|
2012-07-16 02:15:55 +00:00
|
|
|
* Mon Jul 16 2012 Jens Petersen <petersen@redhat.com> - 0.3.7-3
|
|
|
|
- change prof BRs to devel
|
|
|
|
|
2012-03-23 05:06:02 +00:00
|
|
|
* Fri Mar 23 2012 Jens Petersen <petersen@redhat.com> - 0.3.7-2
|
|
|
|
- add license to ghc_files
|
|
|
|
|
2012-01-06 03:05:22 +00:00
|
|
|
* Fri Jan 6 2012 Jens Petersen <petersen@redhat.com> - 0.3.7-1
|
|
|
|
- update to 0.3.7 and cabal2spec-0.25.2
|
|
|
|
|
2011-10-24 10:17:06 +00:00
|
|
|
* Mon Oct 24 2011 Marcela Mašláňová <mmaslano@redhat.com> - 0.3.6-11.3
|
|
|
|
- rebuild with new gmp without compat lib
|
|
|
|
|
2011-10-21 03:36:55 +00:00
|
|
|
* Fri Oct 21 2011 Marcela Mašláňová <mmaslano@redhat.com> - 0.3.6-11.2
|
|
|
|
- rebuild with new gmp without compat lib
|
|
|
|
|
2011-10-11 18:56:01 +00:00
|
|
|
* Tue Oct 11 2011 Peter Schiffer <pschiffe@redhat.com> - 0.3.6-11.1
|
|
|
|
- rebuild with new gmp
|
|
|
|
|
2011-06-21 08:42:57 +00:00
|
|
|
* Tue Jun 21 2011 Jens Petersen <petersen@redhat.com> - 0.3.6-11
|
|
|
|
- ghc_arches replaces ghc_excluded_archs
|
|
|
|
|
2011-06-20 06:16:14 +00:00
|
|
|
* Mon Jun 20 2011 Jens Petersen <petersen@redhat.com> - 0.3.6-10
|
|
|
|
- BR ghc-Cabal-devel and use ghc_excluded_archs
|
|
|
|
|
2011-03-10 08:15:38 +00:00
|
|
|
* Thu Mar 10 2011 Fabio M. Di Nitto <fdinitto@redhat.com> - 0.3.6-9
|
|
|
|
- Enable build on sparcv9
|
|
|
|
|
2011-02-09 01:39:05 +00:00
|
|
|
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.3.6-8
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
|
|
|
|
2011-01-15 12:26:42 +00:00
|
|
|
* Sat Jan 15 2011 Jens Petersen <petersen@redhat.com> - 0.3.6-7
|
|
|
|
- update to cabal2spec-0.22.4
|
|
|
|
|
2010-11-25 01:12:50 +00:00
|
|
|
* Thu Nov 25 2010 Jens Petersen <petersen@redhat.com> - 0.3.6-6
|
2010-11-25 01:46:29 +00:00
|
|
|
- drop -o obsoletes
|
|
|
|
- build with hscolour
|
2010-11-25 01:12:50 +00:00
|
|
|
|
2010-09-04 07:19:46 +00:00
|
|
|
* Sat Sep 4 2010 Jens Petersen <petersen@redhat.com> - 0.3.6-5
|
|
|
|
- update to latest macros, hscolour and drop doc pkg (cabal2spec-0.22.2)
|
|
|
|
|
2010-06-23 11:39:56 +00:00
|
|
|
* Wed Jun 23 2010 Jens Petersen <petersen@redhat.com> - 0.3.6-4
|
|
|
|
- use ghc_strip_dynlinked (ghc-rpm-macros-0.6.0)
|
|
|
|
|
2010-04-27 02:08:58 +00:00
|
|
|
* Tue Apr 27 2010 Jens Petersen <petersen@redhat.com> - 0.3.6-3
|
|
|
|
- ghc-6.12.2 doesn't provide utf8-string again
|
|
|
|
- condition ghc_lib_package
|
|
|
|
|
|
|
|
* Mon Jan 11 2010 Jens Petersen <petersen@redhat.com> - 0.3.6-2
|
|
|
|
- update to ghc-rpm-macros-0.5.1 and cabal2spec-0.21.1:
|
|
|
|
- drop doc and prof bcond
|
|
|
|
- use common summary and common_description
|
|
|
|
- use ghc_lib_package
|
|
|
|
|
|
|
|
* Wed Dec 23 2009 Jens Petersen <petersen@redhat.com> - 0.3.6-1
|
|
|
|
- update to 0.3.6
|
|
|
|
- update packaging for ghc-6.12.1
|
|
|
|
- added shared library support: needs ghc-rpm-macros 0.3.1
|
|
|
|
|
|
|
|
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.3.5-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
|
|
|
|
|
|
|
* Fri Jun 12 2009 Zachary Oglesby <zoglesby@fedoraproject.org> - 0.3.5-2
|
|
|
|
- Added patch from Jens Petersen for better descriptions
|
|
|
|
|
|
|
|
* Fri Jun 12 2009 Zachary Oglesby <zoglesby@fedoraproject.org> - 0.3.5-1
|
|
|
|
- Updated to version 0.3.5
|
|
|
|
|
|
|
|
* Fri Jun 5 2009 Zachary Oglesby <zoglesby@fedoraproject.org> - 0.3.4-2
|
|
|
|
- Updated to new cabal2spec
|
|
|
|
|
|
|
|
* Fri May 29 2009 Zachary Oglesby <zoglesby@fedoraproject.org> - 0.3.4-1
|
|
|
|
- initial packaging for Fedora created by cabal2spec
|
|
|
|
|