Hello community,

here is the log from the commit of package eina for openSUSE:Factory checked in 
at 2013-05-02 11:07:07
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/eina (Old)
 and      /work/SRC/openSUSE:Factory/.eina.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "eina"

Changes:
--------
--- /work/SRC/openSUSE:Factory/eina/eina.changes        2013-04-17 
23:03:49.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.eina.new/eina.changes   2013-05-02 
11:07:08.000000000 +0200
@@ -1,0 +2,8 @@
+Tue Apr 23 21:04:51 UTC 2013 - [email protected]
+
+- do not generate HTML documentation for SLES 11
+  %doc macro is cleaning target _docdir before copying and I don't
+  need this package for this platform that badly to copy it
+  manually
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ eina.spec ++++++
--- /var/tmp/diff_new_pack.fkREdd/_old  2013-05-02 11:07:10.000000000 +0200
+++ /var/tmp/diff_new_pack.fkREdd/_new  2013-05-02 11:07:10.000000000 +0200
@@ -52,12 +52,14 @@
 %description devel
 Headers, static libraries, test programs and documentation for eina
 
+%if 0%{?sles_version} != 11
 %package doc-html
 Summary:        HTML documentation of Eina
 Group:          Documentation/HTML
 
 %description doc-html
 Documentation of Eina library in form of HTML pages.
+%endif
 
 %package examples
 Summary:        Eina usage examples
@@ -114,7 +116,9 @@
 %files
 %defattr(-,root,root)
 %doc COPYING AUTHORS NEWS ChangeLog README
+%if 0%{?sles_version} != 11
 %exclude %{_docdir}/%{name}/html
+%endif
 
 %files -n libeina1
 %defattr(-,root,root)
@@ -126,9 +130,11 @@
 %{_libdir}/pkgconfig/eina.pc
 %{_libdir}/libeina.so
 
+%if 0%{?sles_version} != 11
 %files doc-html
 %defattr(-, root, root)
 %{_docdir}/%{name}/html
+%endif
 
 %files examples
 %defattr(-, root, root)

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to