Blame SPECS/pandoc.spec

835a72
# generated by cabal-rpm-0.12.1
835a72
# https://fedoraproject.org/wiki/Packaging:Haskell
835a72
835a72
%global pkg_name pandoc
835a72
%global pkgver %{pkg_name}-%{version}
835a72
835a72
# link statically to Haskell libs for module portability
835a72
%global ghc_without_dynamic 1
835a72
835a72
%bcond_with tests
835a72
835a72
Name:           %{pkg_name}
835a72
Version:        2.0.6
835a72
Release:        4%{?dist}
835a72
Summary:        Conversion between markup formats
835a72
835a72
License:        GPLv2+
835a72
Url:            https://hackage.haskell.org/package/%{name}
835a72
Source0:        https://hackage.haskell.org/package/%{pkgver}/%{pkgver}.tar.gz
835a72
835a72
BuildRequires:  ghc-Cabal-devel
835a72
BuildRequires:  ghc-rpm-macros
835a72
# Begin cabal-rpm deps:
835a72
BuildRequires:  chrpath
835a72
BuildRequires:  ghc-Glob-devel
835a72
BuildRequires:  ghc-HTTP-devel
835a72
BuildRequires:  ghc-JuicyPixels-devel
835a72
BuildRequires:  ghc-SHA-devel
835a72
BuildRequires:  ghc-aeson-devel
835a72
BuildRequires:  ghc-aeson-pretty-devel
835a72
BuildRequires:  ghc-base64-bytestring-devel
835a72
BuildRequires:  ghc-binary-devel
835a72
BuildRequires:  ghc-blaze-html-devel
835a72
BuildRequires:  ghc-blaze-markup-devel
835a72
BuildRequires:  ghc-bytestring-devel
835a72
BuildRequires:  ghc-case-insensitive-devel
835a72
BuildRequires:  ghc-cmark-gfm-devel
835a72
BuildRequires:  ghc-containers-devel
835a72
BuildRequires:  ghc-data-default-devel
835a72
BuildRequires:  ghc-deepseq-devel
835a72
BuildRequires:  ghc-directory-devel
835a72
BuildRequires:  ghc-doctemplates-devel
835a72
BuildRequires:  ghc-filepath-devel
835a72
BuildRequires:  ghc-haddock-library-devel
835a72
BuildRequires:  ghc-hslua-devel
835a72
BuildRequires:  ghc-hslua-module-text-devel
835a72
BuildRequires:  ghc-http-client-devel
835a72
BuildRequires:  ghc-http-client-tls-devel
835a72
BuildRequires:  ghc-http-types-devel
835a72
BuildRequires:  ghc-mtl-devel
835a72
BuildRequires:  ghc-network-devel
835a72
BuildRequires:  ghc-network-uri-devel
835a72
BuildRequires:  ghc-pandoc-types-devel
835a72
BuildRequires:  ghc-parsec-devel
835a72
BuildRequires:  ghc-process-devel
835a72
BuildRequires:  ghc-random-devel
835a72
BuildRequires:  ghc-safe-devel
835a72
BuildRequires:  ghc-scientific-devel
835a72
BuildRequires:  ghc-skylighting-devel
835a72
BuildRequires:  ghc-split-devel
835a72
BuildRequires:  ghc-syb-devel
835a72
BuildRequires:  ghc-tagsoup-devel
835a72
BuildRequires:  ghc-temporary-devel
835a72
BuildRequires:  ghc-texmath-devel
835a72
BuildRequires:  ghc-text-devel
835a72
BuildRequires:  ghc-time-devel
835a72
BuildRequires:  ghc-unix-devel
835a72
BuildRequires:  ghc-unordered-containers-devel
835a72
BuildRequires:  ghc-vector-devel
835a72
BuildRequires:  ghc-xml-devel
835a72
BuildRequires:  ghc-yaml-devel
835a72
BuildRequires:  ghc-zip-archive-devel
835a72
BuildRequires:  ghc-zlib-devel
835a72
%if %{with tests}
835a72
BuildRequires:  ghc-Diff-devel
835a72
BuildRequires:  ghc-QuickCheck-devel
835a72
BuildRequires:  ghc-executable-path-devel
835a72
BuildRequires:  ghc-tasty-devel
835a72
BuildRequires:  ghc-tasty-golden-devel
835a72
BuildRequires:  ghc-tasty-hunit-devel
835a72
BuildRequires:  ghc-tasty-quickcheck-devel
835a72
%endif
835a72
# End cabal-rpm deps
835a72
# added for F26
835a72
Obsoletes:      pandoc-static < %{version}-%{release}
835a72
Requires:       %{name}-common = %{version}-%{release}
835a72
835a72
%description
835a72
Pandoc is a Haskell library for converting from one markup format to another,
835a72
and a command-line tool that uses this library. It can read several dialects of
835a72
Markdown and (subsets of) HTML, reStructuredText, LaTeX, DocBook, JATS,
835a72
MediaWiki markup, TWiki markup, TikiWiki markup, Creole 1.0, Haddock markup,
835a72
OPML, Emacs Org-Mode, Emacs Muse, txt2tags, Vimwiki, Word Docx, ODT, and
835a72
Textile, and it can write Markdown, reStructuredText, XHTML, HTML 5, LaTeX,
835a72
ConTeXt, DocBook, JATS, OPML, TEI, OpenDocument, ODT, Word docx, RTF,
835a72
MediaWiki, DokuWiki, ZimWiki, Textile, groff man, groff ms, plain text, Emacs
835a72
Org-Mode, AsciiDoc, Haddock markup, EPUB (v2 and v3), FictionBook2, InDesign
835a72
ICML, Muse, LaTeX beamer slides, PowerPoint, and several kinds of
835a72
HTML/JavaScript slide shows (S5, Slidy, Slideous, DZSlides, reveal.js).
835a72
835a72
In contrast to most existing tools for converting Markdown to HTML, pandoc has
835a72
a modular design: it consists of a set of readers, which parse text in a given
835a72
format and produce a native representation of the document, and a set of
835a72
writers, which convert this native representation into a target format.
835a72
Thus, adding an input or output format requires only adding a reader or writer.
835a72
835a72
For pdf output please also install pandoc-pdf.
835a72
835a72
835a72
%package common
835a72
Summary:        Pandoc data files
835a72
BuildArch:      noarch
835a72
835a72
%description common
835a72
This package contains the common data files used by pandoc.
835a72
835a72
835a72
%package -n ghc-%{name}
835a72
Summary:        Haskell %{name} library
835a72
Requires:       %{name}-common = %{version}-%{release}
835a72
835a72
%description -n ghc-%{name}
835a72
This package provides the Haskell %{name} shared library.
835a72
835a72
835a72
%package -n ghc-%{name}-devel
835a72
Summary:        Haskell %{name} library development files
835a72
Provides:       ghc-%{name}-static = %{version}-%{release}
835a72
Provides:       ghc-%{name}-doc = %{version}-%{release}
835a72
%if %{defined ghc_version}
835a72
Requires:       ghc-compiler = %{ghc_version}
835a72
Requires(post): ghc-compiler = %{ghc_version}
835a72
Requires(postun): ghc-compiler = %{ghc_version}
835a72
%endif
835a72
Requires:       ghc-%{name}%{?_isa} = %{version}-%{release}
835a72
835a72
%description -n ghc-%{name}-devel
835a72
This package provides the Haskell %{name} library development files.
835a72
835a72
835a72
%package pdf
835a72
Summary:        Metapackage for pandoc pdf support
835a72
Requires:       %{name} = %{version}
835a72
Requires:       texlive-collection-latex
835a72
Requires:       texlive-ec
835a72
Obsoletes:      pandoc-markdown2pdf < %{version}-%{release}
835a72
835a72
%description pdf
835a72
This package pulls in the TeXLive latex package collection needed by
835a72
pandoc to generate pdf output using pdflatex.
835a72
835a72
To use --latex-engine=xelatex or lualatex, install texlive-collection-xetex
835a72
or texlive-collection-luatex respectively.
835a72
835a72
835a72
%prep
835a72
%setup -q
835a72
835a72
835a72
%build
835a72
%ghc_lib_build
835a72
835a72
835a72
%install
835a72
%ghc_lib_install
835a72
%ghc_fix_rpath %{pkgver}
835a72
mv %{buildroot}%{_ghclicensedir}/{,ghc-}%{name}
835a72
835a72
rm %{buildroot}%{_datadir}/%{pkgver}/COPYRIGHT
835a72
835a72
ln -s pandoc %{buildroot}%{_bindir}/hsmarkdown
835a72
835a72
install -m 0644 -p -D man/pandoc.1 %{buildroot}%{_mandir}/man1/pandoc.1
835a72
835a72
835a72
%check
835a72
%cabal_test
835a72
835a72
835a72
%post -n ghc-%{name}-devel
835a72
%ghc_pkg_recache
835a72
835a72
835a72
%postun -n ghc-%{name}-devel
835a72
%ghc_pkg_recache
835a72
835a72
835a72
%files
835a72
%license COPYING.md COPYRIGHT
835a72
%doc BUGS README* changelog
835a72
%attr(755,root,root) %{_bindir}/%{name}
835a72
%attr(-,root,root) %{_bindir}/hsmarkdown
835a72
%attr(644,root,root) %{_mandir}/man1/pandoc.1*
835a72
835a72
835a72
%files common
835a72
%{_datadir}/%{pkgver}
835a72
835a72
835a72
%files pdf
835a72
835a72
835a72
%files -n ghc-%{name} -f ghc-%{name}.files
835a72
%license COPYING.md COPYRIGHT
835a72
835a72
835a72
%files -n ghc-%{name}-devel -f ghc-%{name}-devel.files
835a72
835a72
835a72
%changelog
835a72
* Wed Dec 12 2018 Jens Petersen <petersen@redhat.com> - 2.0.6-4
835a72
- link executable statically to its Haskell deps for portability (#1657278)
835a72
- add common subpackage for shared data files
835a72
835a72
* Thu May 31 2018 Jens Petersen <petersen@redhat.com> - 2.0.6-3
835a72
- no longer subpackage cmark-gfm and hslua-module-text
835a72
835a72
* Thu Feb 08 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.6-2
835a72
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
835a72
835a72
* Wed Jan 24 2018 Jens Petersen <petersen@redhat.com> - 2.0.6-1
835a72
- update to 2.0.6
835a72
- subpackage 2 new deps
835a72
835a72
* Mon Dec 11 2017 Jens Petersen <petersen@redhat.com> - 1.19.2.4-2
835a72
- refresh to cabal-rpm-0.12
835a72
835a72
* Thu Nov 16 2017 Jens Petersen <petersen@redhat.com> - 1.19.2.4-1
835a72
- update to 1.19.2.4
835a72
- uses skylighting instead of highlighting-kate
835a72
835a72
* Sun Oct 22 2017 Jens Petersen <petersen@fedoraproject.org> - 1.19.1-5
835a72
- doc-templates is now packaged in Fedora
835a72
835a72
* Tue Oct 10 2017 Jens Petersen <petersen@redhat.com> - 1.19.1-4
835a72
- enable https (#1497456)
835a72
835a72
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.19.1-3
835a72
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
835a72
835a72
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.19.1-2
835a72
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
835a72
835a72
* Wed Feb 22 2017 Jens Petersen <petersen@redhat.com> - 1.19.1-1
835a72
- update to 1.19.1
835a72
835a72
* Wed Feb 15 2017 Björn Esser <besser82@fedoraproject.org> - 1.17.0.3-5
835a72
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
835a72
  to get back in sync with Haskell so-names
835a72
835a72
* Wed Feb  8 2017 Jens Petersen <petersen@redhat.com> - 1.17.0.3-4
835a72
- drop the static and common subpackages
835a72
835a72
* Sat Jan 07 2017 Adam Williamson <awilliam@redhat.com> - 1.17.0.3-3
835a72
- Rebuild for new ghc
835a72
835a72
* Thu Sep  8 2016 Jens Petersen <petersen@redhat.com> - 1.17.0.3-2
835a72
- bump release
835a72
835a72
* Mon Jun 27 2016 Jens Petersen <petersen@redhat.com> - 1.17.0.3-1
835a72
- update to 1.17.0.3
835a72
835a72
* Thu Jun 16 2016 Jens Petersen <petersen@redhat.com> - 1.16.0.2-4
835a72
- build with network-uri
835a72
835a72
* Mon May 02 2016 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 1.16.0.2-3
835a72
- Rebuild for cmark 0.25
835a72
835a72
* Tue Apr 26 2016 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 1.16.0.2-2
835a72
- Rebuild for ghc(tagsoup)
835a72
835a72
* Sat Mar 05 2016 Jens Petersen <petersen@redhat.com> - 1.16.0.2-1
835a72
- update to 1.16.0.2
835a72
- patches no longer needed
835a72
- move hsmarkdown and pandoc.1 to base package
835a72
835a72
* Thu Mar 03 2016 Adam Williamson <awilliam@redhat.com> - 1.13.2-6
835a72
- backport patches to allow build with newer haddock
835a72
- rebuild for new ghc-haddock
835a72
835a72
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.13.2-5
835a72
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
835a72
835a72
* Mon Aug 31 2015 Peter Robinson <pbrobinson@fedoraproject.org> 1.13.2-4
835a72
- Rebuild (aarch64 vector hashes)
835a72
835a72
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.13.2-3
835a72
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
835a72
835a72
* Wed Mar  4 2015 Jens Petersen <petersen@fedoraproject.org> - 1.13.2-2
835a72
- rebuild
835a72
835a72
* Mon Jan 26 2015 Jens Petersen <petersen@redhat.com> - 1.13.2-1
835a72
- update to 1.13.2
835a72
835a72
* Thu Dec 11 2014 Jens Petersen <petersen@redhat.com> - 1.12.3.3-6
835a72
- add a static alternative subpackage and a common subpackage
835a72
835a72
* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.12.3.3-5
835a72
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
835a72
835a72
* Fri Jun 06 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.12.3.3-4
835a72
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
835a72
835a72
* Mon May 26 2014 Adam Williamson <awilliam@redhat.com> - 1.12.3.3-3
835a72
- rebuild for new ghc-scientific
835a72
835a72
* Tue May 13 2014 Jens Petersen <petersen@redhat.com> - 1.12.3.3-2
835a72
- fix building on ARM (llvm) by using -O1 (#992430)
835a72
835a72
* Thu May 08 2014 Jens Petersen <petersen@redhat.com> - 1.12.3.3-1
835a72
- update to 1.12.3.3
835a72
835a72
* Wed Jan 22 2014 Jens Petersen <petersen@redhat.com> - 1.12.3.1-1
835a72
- update to 1.12.3.1
835a72
- disable http-conduit
835a72
835a72
* Wed Aug 28 2013 Jens Petersen <petersen@redhat.com> - 1.11.1-6
835a72
- temporarily exclude armv7hl since build with ghc-7.6.3 and llvm-3.3 hanging
835a72
  mysteriously (#992430)
835a72
835a72
* Tue Aug 06 2013 Adam Williamson <awilliam@redhat.com> - 1.11.1-5
835a72
- rebuild for new libbibutils
835a72
835a72
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.11.1-4
835a72
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
835a72
835a72
* Mon Jun 10 2013 Jens Petersen <petersen@redhat.com>
835a72
- update to new simplified Haskell Packaging Guidelines
835a72
835a72
* Wed May  1 2013 Jens Petersen <petersen@redhat.com> - 1.11.1-2
835a72
- pandoc-pdf now requires texlive-collection-latex and texlive-ec (#957876)
835a72
835a72
* Fri Mar 22 2013 Jens Petersen <petersen@redhat.com> - 1.11.1-1
835a72
- update to 1.11.1
835a72
835a72
* Sun Mar 10 2013 Jens Petersen <petersen@redhat.com> - 1.10.1-1
835a72
- update to 1.10.1
835a72
- allow blaze-html-0.6
835a72
835a72
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.9.4.5-5
835a72
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
835a72
835a72
* Wed Nov 21 2012 Jens Petersen <petersen@redhat.com> - 1.9.4.5-4
835a72
- rebuild
835a72
835a72
* Mon Nov 19 2012 Jens Petersen <petersen@redhat.com> - 1.9.4.5-3
835a72
- rebuild
835a72
835a72
* Wed Oct 31 2012 Jens Petersen <petersen@redhat.com> - 1.9.4.5-2
835a72
- drop the latex template patch for old TeXLive
835a72
835a72
* Fri Oct 26 2012 Jens Petersen <petersen@redhat.com> - 1.9.4.5-1
835a72
- update to 1.9.4.5
835a72
- refresh with cabal-rpm
835a72
835a72
* Fri Oct 26 2012 Jens Petersen <petersen@redhat.com> - 1.9.4.2-6
835a72
- disable threaded rts with upstream patch copied from Debian (#862543)
835a72
835a72
* Tue Oct  2 2012 Jens Petersen <petersen@redhat.com> - 1.9.4.2-5
835a72
- add a files section for the pdf subpackage so it is actually created
835a72
835a72
* Tue Oct  2 2012 Jens Petersen <petersen@redhat.com> - 1.9.4.2-4
835a72
- add a pdf meta-subpackage for the texlive packages needed for pdf output
835a72
835a72
* Fri Sep 28 2012 Jens Petersen <petersen@redhat.com> - 1.9.4.2-3
835a72
- also disable luatex in the default.beamer template (#861300)
835a72
835a72
* Fri Jul 20 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.9.4.2-2
835a72
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
835a72
835a72
* Sun Jul 15 2012 Jens Petersen <petersen@redhat.com> - 1.9.4.2-1
835a72
- update to 1.9.4.2
835a72
- add hsmarkdown symlink
835a72
- change prof BRs to devel
835a72
835a72
* Thu Jun 21 2012 Jens Petersen <petersen@redhat.com> - 1.9.4.1-2
835a72
- rebuild
835a72
835a72
* Sun Jun 10 2012 Jens Petersen <petersen@redhat.com> - 1.9.4.1-1
835a72
- update to 1.9.4.1
835a72
835a72
* Wed Apr 25 2012 Jens Petersen <petersen@redhat.com> - 1.9.2-1
835a72
- update to 1.9.2
835a72
835a72
* Wed Mar 21 2012 Jens Petersen <petersen@redhat.com> - 1.9.1.2-1
835a72
- update to 1.9.1.2
835a72
835a72
* Wed Mar  7 2012 Jens Petersen <petersen@redhat.com> - 1.9.1.1-2
835a72
- rebuild
835a72
835a72
* Mon Feb 13 2012 Jens Petersen <petersen@redhat.com> - 1.9.1.1-1
835a72
- update to 1.9.1.1
835a72
  http://johnmacfarlane.net/pandoc/releases.html#pandoc-1.9-2012-02-05
835a72
- new depends on blaze-html, temporary, zlib
835a72
- markdown2pdf is now handled by pandoc itself:
835a72
  add README.fedora file documenting required texlive packages
835a72
- add changelog file
835a72
835a72
* Fri Feb 10 2012 Petr Pisar <ppisar@redhat.com> - 1.8.2.1-9
835a72
- Rebuild against PCRE 8.30
835a72
835a72
* Tue Feb  7 2012 Jens Petersen <petersen@redhat.com> - 1.8.2.1-8
835a72
- rebuild
835a72
835a72
* Thu Jan 26 2012 Jens Petersen <petersen@redhat.com> - 1.8.2.1-7
835a72
- set highlighting build flag by patching instead to help dependency tracking
835a72
835a72
* Fri Jan  6 2012 Jens Petersen <petersen@redhat.com> - 1.8.2.1-6
835a72
- update to cabal2spec-0.25.2
835a72
835a72
* Thu Dec 22 2011 Jens Petersen <petersen@redhat.com> - 1.8.2.1-5
835a72
- workaround texlive-2007 xelatex outputting to current dir
835a72
835a72
* Wed Nov 30 2011 Jens Petersen <petersen@redhat.com> - 1.8.2.1-4
835a72
- add missing requires for pdflatex
835a72
835a72
* Thu Nov 17 2011 Jens Petersen <petersen@redhat.com> - 1.8.2.1-3
835a72
- disable ifluatex in default.latex for texlive-2007 (Luis Villa, #752621)
835a72
- subpackage markdown2pdf and make it require texlive-xetex
835a72
835a72
* Wed Oct 26 2011 Marcela Mašláňová <mmaslano@redhat.com> - 1.8.2.1-2.2
835a72
- rebuild with new gmp without compat lib
835a72
835a72
* Wed Oct 12 2011 Peter Schiffer <pschiffe@redhat.com> - 1.8.2.1-2.1
835a72
- rebuild with new gmp
835a72
835a72
* Mon Oct  3 2011 Jens Petersen <petersen@redhat.com> - 1.8.2.1-2
835a72
- rebuild against newer dependencies
835a72
835a72
* Thu Aug  4 2011 Jens Petersen <petersen@redhat.com> - 1.8.2.1-1
835a72
- update to 1.8.2.1
835a72
- depends on base64-bytestring
835a72
835a72
* Wed Jul 27 2011 Jens Petersen <petersen@redhat.com> - 1.8.1.2-3
835a72
- rebuild for xml-1.3.9
835a72
835a72
* Fri Jul 22 2011 Jens Petersen <petersen@redhat.com> - 1.8.1.2-2
835a72
- rebuild for highlighting-kate-0.2.10
835a72
835a72
* Thu Jul 21 2011 Jens Petersen <petersen@redhat.com> - 1.8.1.2-1
835a72
- update to 1.8.1.2
835a72
835a72
* Wed Jul 13 2011 Jens Petersen <petersen@redhat.com> - 1.8.1.1-3
835a72
- build with code highlighting support using highlighting-kate
835a72
835a72
* Wed Jun 22 2011 Jens Petersen <petersen@redhat.com> - 1.8.1.1-2
835a72
- BR ghc-Cabal-devel instead of ghc-prof and use ghc_arches (cabal2spec-0.23.2)
835a72
835a72
* Sat May 28 2011 Jens Petersen <petersen@redhat.com> - 1.8.1.1-1
835a72
- update to 1.8.1.1
835a72
- update to cabal2spec-0.23: add ppc64
835a72
- new depends on citeproc-hs, dlist, json, pandoc-types, tagsoup
835a72
- new pandoc_markdown.5 manpage
835a72
835a72
* Thu Mar 10 2011 Fabio M. Di Nitto <fdinitto@redhat.com> - 1.6.0.1-5
835a72
- Enable build on sparcv9
835a72
835a72
* Tue Feb 15 2011 Jens Petersen <petersen@redhat.com> - 1.6.0.1-4
835a72
- rebuild for latest zip-archive and haskell-platform-2011.1 updates
835a72
835a72
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.6.0.1-3
835a72
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
835a72
835a72
* Mon Jan 31 2011 Jens Petersen <petersen@redhat.com> - 1.6.0.1-2
835a72
- fix manpage perms (narasim)
835a72
- improve the summary (#652582)
835a72
835a72
* Fri Jan 14 2011 Jens Petersen <petersen@redhat.com> - 1.6.0.1-1
835a72
- 1.6.0.1
835a72
- add description
835a72
- update to cabal2spec-0.22.4
835a72
835a72
* Fri Nov 12 2010 Jens Petersen <petersen@redhat.com> - 1.6-1
835a72
- GPLv2+
835a72
- take care of docdir files
835a72
- add dependencies
835a72
835a72
* Thu Nov 11 2010 Fedora Haskell SIG <haskell-devel@lists.fedoraproject.org> - 1.6-0
835a72
- initial packaging for Fedora automatically generated by cabal2spec-0.22.2