2016-07-01 22:34:44 +00:00
|
|
|
# generated by cabal-rpm-0.9.12
|
2012-01-05 05:22:55 +00:00
|
|
|
# https://fedoraproject.org/wiki/Packaging:Haskell
|
2011-05-11 08:35:41 +00:00
|
|
|
|
|
|
|
%global pkg_name pandoc-types
|
|
|
|
|
|
|
|
Name: ghc-%{pkg_name}
|
2016-03-05 15:21:56 +00:00
|
|
|
Version: 1.16.1
|
2016-07-01 22:34:44 +00:00
|
|
|
Release: 2%{?dist}
|
2013-06-05 08:17:25 +00:00
|
|
|
Summary: Types for representing a structured document
|
2011-05-11 08:35:41 +00:00
|
|
|
|
|
|
|
License: GPLv2+
|
2015-01-26 02:58:39 +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-11-17 15:36:35 +00:00
|
|
|
|
2011-05-11 08:43:59 +00:00
|
|
|
BuildRequires: ghc-Cabal-devel
|
2012-11-17 15:36:35 +00:00
|
|
|
BuildRequires: ghc-rpm-macros
|
|
|
|
# Begin cabal-rpm deps:
|
2014-01-22 09:37:09 +00:00
|
|
|
BuildRequires: ghc-aeson-devel
|
|
|
|
BuildRequires: ghc-bytestring-devel
|
2012-07-16 02:13:39 +00:00
|
|
|
BuildRequires: ghc-containers-devel
|
2015-01-26 02:58:39 +00:00
|
|
|
BuildRequires: ghc-deepseq-generics-devel
|
2012-07-16 02:13:39 +00:00
|
|
|
BuildRequires: ghc-syb-devel
|
2012-11-17 15:36:35 +00:00
|
|
|
# End cabal-rpm deps
|
2011-05-11 08:35:41 +00:00
|
|
|
|
|
|
|
%description
|
2013-06-05 08:17:25 +00:00
|
|
|
This package contains definitions for the Pandoc data structure, which
|
|
|
|
is used by pandoc to represent structured documents. These definitions
|
|
|
|
used to live in the pandoc package, but they have been split off, so
|
|
|
|
that other packages can use them without drawing in all of pandoc's
|
|
|
|
dependencies, and pandoc itself can depend on packages (like
|
|
|
|
citeproc-hs) that use them.
|
|
|
|
|
|
|
|
|
|
|
|
%package devel
|
|
|
|
Summary: Haskell %{pkg_name} library development files
|
2014-04-20 02:56:57 +00:00
|
|
|
Provides: %{name}-static = %{version}-%{release}
|
2013-06-05 08:17:25 +00:00
|
|
|
Requires: ghc-compiler = %{ghc_version}
|
|
|
|
Requires(post): ghc-compiler = %{ghc_version}
|
|
|
|
Requires(postun): ghc-compiler = %{ghc_version}
|
2014-04-20 02:56:57 +00:00
|
|
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
2013-06-05 08:17:25 +00:00
|
|
|
|
|
|
|
%description devel
|
|
|
|
This package provides the Haskell %{pkg_name} library development files.
|
2011-05-11 08:35:41 +00:00
|
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q -n %{pkg_name}-%{version}
|
|
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
%ghc_lib_build
|
|
|
|
|
|
|
|
|
|
|
|
%install
|
|
|
|
%ghc_lib_install
|
|
|
|
|
2016-03-05 15:21:56 +00:00
|
|
|
rm %{buildroot}%{ghc_pkgdocdir}/LICENSE
|
|
|
|
|
2011-05-11 08:35:41 +00:00
|
|
|
|
2013-06-05 08:17:25 +00:00
|
|
|
%post devel
|
|
|
|
%ghc_pkg_recache
|
2012-01-05 05:22:55 +00:00
|
|
|
|
|
|
|
|
2013-06-05 08:17:25 +00:00
|
|
|
%postun devel
|
|
|
|
%ghc_pkg_recache
|
2012-01-05 05:22:55 +00:00
|
|
|
|
|
|
|
|
2013-06-05 08:17:25 +00:00
|
|
|
%files -f %{name}.files
|
2016-03-05 15:21:56 +00:00
|
|
|
%license LICENSE
|
2012-01-05 05:22:55 +00:00
|
|
|
|
2013-06-05 08:17:25 +00:00
|
|
|
|
|
|
|
%files devel -f %{name}-devel.files
|
2016-07-01 22:34:44 +00:00
|
|
|
%doc changelog
|
2011-05-11 08:35:41 +00:00
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
2016-07-01 22:34:44 +00:00
|
|
|
* Fri Jul 1 2016 Jens Petersen <petersen@redhat.com> - 1.16.1-2
|
|
|
|
- add changelog
|
|
|
|
|
2016-03-05 15:21:56 +00:00
|
|
|
* Sat Mar 05 2016 Jens Petersen <petersen@redhat.com> - 1.16.1-1
|
|
|
|
- update to 1.16.1
|
|
|
|
|
2016-02-03 21:39:40 +00:00
|
|
|
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.12.4.1-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
|
|
|
|
2015-08-31 22:06:03 +00:00
|
|
|
* Mon Aug 31 2015 Peter Robinson <pbrobinson@fedoraproject.org> 1.12.4.1-3
|
|
|
|
- Rebuild (aarch64 vector hashes)
|
|
|
|
|
2015-06-17 07:52:55 +00:00
|
|
|
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.12.4.1-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
|
|
|
|
2015-01-26 02:58:39 +00:00
|
|
|
* Mon Jan 26 2015 Jens Petersen <petersen@redhat.com> - 1.12.4.1-1
|
|
|
|
- update to 1.12.4.1
|
|
|
|
|
2014-08-16 15:32:38 +00:00
|
|
|
* Sat Aug 16 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.12.3.3-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
|
|
|
|
2014-06-07 15:04:30 +00:00
|
|
|
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.12.3.3-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
|
|
|
|
2014-05-08 03:19:30 +00:00
|
|
|
* Thu May 08 2014 Jens Petersen <petersen@redhat.com> - 1.12.3.3-1
|
|
|
|
- update to 1.12.3.3
|
|
|
|
|
2014-04-20 06:49:51 +00:00
|
|
|
* Sun Apr 20 2014 Jens Petersen <petersen@redhat.com> - 1.12.3.1-3
|
|
|
|
- revert requiring ghci: aeson now patched to build when no ghci
|
|
|
|
|
2014-04-20 02:56:57 +00:00
|
|
|
* Sun Apr 20 2014 Jens Petersen <petersen@redhat.com> - 1.12.3.1-2
|
|
|
|
- aeson needs TemplateHaskell
|
|
|
|
- update packaging to latest cblrpm
|
|
|
|
|
2014-01-22 09:37:09 +00:00
|
|
|
* Wed Jan 22 2014 Jens Petersen <petersen@redhat.com> - 1.12.3.1-1
|
|
|
|
- update to 1.12.3.1
|
|
|
|
|
2013-08-03 13:54:22 +00:00
|
|
|
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.10-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
|
|
|
|
2013-06-05 08:17:25 +00:00
|
|
|
* Wed Jun 05 2013 Jens Petersen <petersen@redhat.com> - 1.10-2
|
|
|
|
- update to new simplified Haskell Packaging Guidelines
|
|
|
|
|
2013-03-10 09:42:14 +00:00
|
|
|
* Sun Mar 10 2013 Jens Petersen <petersen@redhat.com> - 1.10-1
|
|
|
|
- update to 1.10
|
|
|
|
|
2013-02-13 23:14:55 +00:00
|
|
|
* Wed Feb 13 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.9.1-7
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
|
|
|
|
2012-11-17 15:36:35 +00:00
|
|
|
* Sat Nov 17 2012 Jens Petersen <petersen@redhat.com> - 1.9.1-6
|
|
|
|
- update with cabal-rpm
|
|
|
|
|
2012-07-19 05:52:32 +00:00
|
|
|
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.9.1-5
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
|
|
|
|
2012-07-16 02:13:39 +00:00
|
|
|
* Mon Jul 16 2012 Jens Petersen <petersen@redhat.com> - 1.9.1-4
|
|
|
|
- change prof BRs to devel
|
|
|
|
|
2012-06-15 08:50:44 +00:00
|
|
|
* Fri Jun 15 2012 Jens Petersen <petersen@redhat.com> - 1.9.1-3
|
|
|
|
- rebuild
|
|
|
|
|
2012-03-22 15:05:50 +00:00
|
|
|
* Thu Mar 22 2012 Jens Petersen <petersen@redhat.com> - 1.9.1-2
|
|
|
|
- add license to ghc_files
|
|
|
|
|
2012-03-07 07:52:51 +00:00
|
|
|
* Wed Mar 7 2012 Jens Petersen <petersen@redhat.com> - 1.9.1-1
|
|
|
|
- update to 1.9.1
|
|
|
|
|
2012-02-12 09:00:34 +00:00
|
|
|
* Sun Feb 12 2012 Jens Petersen <petersen@redhat.com> - 1.9.0.2-1
|
|
|
|
- update to 1.9.0.2
|
|
|
|
|
2012-01-05 05:22:55 +00:00
|
|
|
* Thu Jan 5 2012 Jens Petersen <petersen@redhat.com> - 1.8.2-2
|
|
|
|
- update to cabal2spec-0.25.2
|
|
|
|
|
2011-10-24 10:06:20 +00:00
|
|
|
* Mon Oct 24 2011 Marcela Mašláňová <mmaslano@redhat.com> - 1.8.2-1.3
|
|
|
|
- rebuild with new gmp without compat lib
|
|
|
|
|
2011-10-21 00:48:02 +00:00
|
|
|
* Fri Oct 21 2011 Marcela Mašláňová <mmaslano@redhat.com> - 1.8.2-1.2
|
|
|
|
- rebuild with new gmp without compat lib
|
|
|
|
|
2011-10-11 15:42:45 +00:00
|
|
|
* Tue Oct 11 2011 Peter Schiffer <pschiffe@redhat.com> - 1.8.2-1.1
|
|
|
|
- rebuild with new gmp
|
|
|
|
|
2011-08-04 05:09:10 +00:00
|
|
|
* Thu Aug 4 2011 Jens Petersen <petersen@redhat.com> - 1.8.2-1
|
|
|
|
- update to 1.8.2
|
|
|
|
|
2011-06-22 09:12:19 +00:00
|
|
|
* Wed Jun 22 2011 Jens Petersen <petersen@redhat.com> - 1.8.0.2-2
|
|
|
|
- use ghc_arches (cabal2spec-0.23.2)
|
|
|
|
|
2011-05-13 08:36:00 +00:00
|
|
|
* Fri May 13 2011 Jens Petersen <petersen@redhat.com> - 1.8.0.2-1
|
|
|
|
- update to 1.8.0.2
|
|
|
|
|
2011-05-11 08:43:59 +00:00
|
|
|
* Wed May 11 2011 Jens Petersen <petersen@redhat.com> - 1.8-2
|
|
|
|
- drop ghc_package_deps
|
|
|
|
- add BR on ghc-Cabal-devel and ghc-containers-prof
|
|
|
|
|
2011-05-11 08:35:41 +00:00
|
|
|
* Tue May 3 2011 Jens Petersen <petersen@redhat.com> - 1.8-1
|
2011-05-11 08:43:59 +00:00
|
|
|
- GPLv2+ and depends on syb
|
2011-05-11 08:35:41 +00:00
|
|
|
|
|
|
|
* Tue May 3 2011 Fedora Haskell SIG <haskell-devel@lists.fedoraproject.org> - 1.8-0
|
|
|
|
- initial packaging for Fedora automatically generated by cabal2spec-0.22.6
|