Hello community,

here is the log from the commit of package libcaca for openSUSE:Factory checked 
in at 2013-03-22 11:25:29
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libcaca (Old)
 and      /work/SRC/openSUSE:Factory/.libcaca.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libcaca", Maintainer is "[email protected]"

Changes:
--------
--- /work/SRC/openSUSE:Factory/libcaca/libcaca.changes  2012-06-06 
16:07:38.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.libcaca.new/libcaca.changes     2013-03-22 
11:25:30.000000000 +0100
@@ -1,0 +2,5 @@
+Sun Mar 17 21:53:40 UTC 2013 - [email protected]
+
+- add buildconditional to build optionally without mono 
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ libcaca.spec ++++++
--- /var/tmp/diff_new_pack.yC5t0u/_old  2013-03-22 11:25:31.000000000 +0100
+++ /var/tmp/diff_new_pack.yC5t0u/_new  2013-03-22 11:25:31.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libcaca
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,6 +18,7 @@
 
 %define withjava 0
 %define withpython 1
+%bcond_without mono
 
 Name:           libcaca
 BuildRequires:  doxygen
@@ -35,7 +36,9 @@
 BuildRequires:  ftgl-devel
 BuildRequires:  gcc-c++
 BuildRequires:  java-devel
+%if %{with mono}
 BuildRequires:  mono-devel
+%endif
 BuildRequires:  python-devel
 BuildRequires:  ruby-devel
 BuildRequires:  xorg-x11-libs
@@ -98,6 +101,7 @@
 This package contains the header files and static libraries needed to
 compile applications or shared objects that use libcaca.
 
+%if %{with mono}
 %package csharp
 Summary:        C# support for libcaca
 Group:          Development/Languages/Mono
@@ -106,6 +110,7 @@
 
 %description csharp
 This package contains all that is needed to use libcaca from C# code.
+%endif
 
 %if 0%{?withjava} == 1
 
@@ -219,7 +224,9 @@
 
 %fdupes -s %{buildroot}%{python_sitelib}/caca/
 %fdupes -s %{buildroot}%{_mandir}/
+%if %{with mono}
 %fdupes -s %{buildroot}%{_libdir}/mono
+%endif
 
 %post -n libcaca0 -p /sbin/ldconfig
 
@@ -258,9 +265,11 @@
 %{_libdir}/jni/libcaca-java.so
 %endif
 
+%if %{with mono}
 %files csharp
 %defattr(-, root, root, 0755)
 %{_libdir}/mono
+%endif
 
 %files ruby
 %defattr(-, root, root, 0755)

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

Reply via email to