Hello community,

here is the log from the commit of package pandoc for openSUSE:Factory checked 
in at 2015-12-29 12:58:51
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/pandoc (Old)
 and      /work/SRC/openSUSE:Factory/.pandoc.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "pandoc"

Changes:
--------
--- /work/SRC/openSUSE:Factory/pandoc/pandoc.changes    2015-11-18 
22:34:42.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.pandoc.new/pandoc.changes       2015-12-29 
12:58:52.000000000 +0100
@@ -1,0 +2,5 @@
+Wed Dec 23 19:38:32 UTC 2015 - mimi...@gmail.com
+
+- create placeholder package for pdf support 
+
+-------------------------------------------------------------------

New:
----
  pandoc-pdf.readme

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ pandoc.spec ++++++
--- /var/tmp/diff_new_pack.ukL8Dt/_old  2015-12-29 12:58:54.000000000 +0100
+++ /var/tmp/diff_new_pack.ukL8Dt/_new  2015-12-29 12:58:54.000000000 +0100
@@ -25,10 +25,11 @@
 Release:        0
 Summary:        Conversion between markup formats
 License:        GPL-2.0+
-Group:          Development/Languages/Other
+Group:          Productivity/Publishing/Other
 
 Url:            https://hackage.haskell.org/package/%{name}
 Source0:        
https://hackage.haskell.org/package/%{name}-%{version}/%{name}-%{version}.tar.gz
+Source1:        pandoc-pdf.readme
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 BuildRequires:  ghc-Cabal-devel
@@ -90,7 +91,6 @@
 BuildRequires:  ghc-test-framework-quickcheck2-devel
 %endif
 # End cabal-rpm deps
-BuildRequires:  chrpath
 BuildRequires:  fdupes
 Suggests:       texlive-latex-bin-bin
 
@@ -117,6 +117,16 @@
 reader or writer.
 
 
+%package pdf
+
+Summary:        Meta package for support generating pdf with pandoc
+Group:          Productivity/Publishing/PDF
+Requires:       %{name} = %{version}
+Requires:       texlive-latex-bin-bin
+
+%description pdf
+Meta package for support generating pdf with pandoc.
+
 %package -n ghc-%{name}
 Summary:        Haskell %{name} library
 Group:          System/Libraries
@@ -138,6 +148,7 @@
 
 %prep
 %setup -q
+cp %{SOURCE1} .
 
 %build
 %define cabl_configure_options --flags="-old-locale"
@@ -174,6 +185,10 @@
 %{_datadir}/%{name}-%{version}
 %{_mandir}/man1/pandoc.1.*
 
+%files pdf
+%defattr(-,root,root,-)
+%doc pandoc-pdf.readme
+
 %files -n ghc-%{name} -f ghc-%{name}.files
 %defattr(-,root,root,-)
 %doc COPYING

++++++ pandoc-pdf.readme ++++++
This is placeholder package for support of generating PDF files with pandoc.
This package install's almost whole latex on system.

Reply via email to