https://bugzilla.redhat.com/show_bug.cgi?id=1195555 --- Comment #3 from Jens Petersen <petersen@xxxxxxxxxx> --- cblrpm diff output: --- ghc-tabular.spec 2015-02-24 13:34:33.000000000 +0900 +++ ghc-tabular.spec.cblrpm 2015-02-26 17:30:37.399281724 +0900 @@ -25,6 +25,17 @@ comes with some default rendering functions for turning those tables into ASCII art, simple text with an arbitrary delimiter, CSV, HTML or LaTeX. +Below is an example of the kind of output this library produces. The tabular +package can group rows and columns, each group having one of three separators +(no line, single line, double line) between its members. + +> || memtest 1 | memtest 2 || time test | time test 2 > +====++===========+===========++=============+============ > A 1 || hog | +terrible || slow | slower > A 2 || pig | not bad || fast | slowest > +----++-----------+-----------++-------------+------------ > B 1 || good | awful +|| intolerable | bearable > B 2 || better | no chance || crawling | amazing > B +3 || meh | well... || worst ever | ok. + %package devel Summary: Haskell %{pkg_name} library development files @@ -48,7 +59,6 @@ %install %ghc_lib_install -mv %{buildroot}%{_datadir}/%{pkg_name}-%{version} %{buildroot}%{_datadir}/%{name} %post devel @@ -65,10 +75,8 @@ %files devel -f %{name}-devel.files %doc example -%{_datadir}/%{name} %changelog -* Tue Feb 24 2015 Fedora Haskell SIG <haskell@xxxxxxxxxxxxxxxxxxxxxxx> - 0.2.2.6-1 -- spec file generated by cabal-rpm-0.9.3 -- move examples to more Fedora-acceptable location +* Thu Feb 26 2015 Fedora Haskell SIG <haskell@xxxxxxxxxxxxxxxxxxxxxxx> - 0.2.2.6-1 +- spec file generated by cabal-rpm-0.9.3.50 -- You are receiving this mail because: You are on the CC list for the bug. You are always notified about changes to this product and component _______________________________________________ package-review mailing list package-review@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/package-review