Hello community,

here is the log from the commit of package libgpod for openSUSE:Factory checked 
in at 2013-06-18 10:31:50
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libgpod (Old)
 and      /work/SRC/openSUSE:Factory/.libgpod.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libgpod"

Changes:
--------
--- /work/SRC/openSUSE:Factory/libgpod/libgpod.changes  2012-11-28 
10:50:03.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.libgpod.new/libgpod.changes     2013-06-18 
10:31:52.000000000 +0200
@@ -1,0 +2,10 @@
+Fri Mar 22 12:58:50 UTC 2013 - sch...@suse.de
+
+- Move %{_libdir}/libgpod to sharp subpackage
+
+-------------------------------------------------------------------
+Tue Mar 19 22:39:50 UTC 2013 - dmuel...@suse.com
+
+- make mono dependency optional (still enabled by default) 
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ libgpod.spec ++++++
--- /var/tmp/diff_new_pack.yslBRe/_old  2013-06-18 10:31:52.000000000 +0200
+++ /var/tmp/diff_new_pack.yslBRe/_new  2013-06-18 10:31:52.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libgpod
 #
-# 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
@@ -16,6 +16,8 @@
 #
 
 
+%bcond_without mono
+
 Name:           libgpod
 %define         libsoname  %{name}4
 
@@ -31,7 +33,9 @@
 BuildRequires:  gcc-c++
 BuildRequires:  glib2-devel
 BuildRequires:  gtk-doc
+%if %{with mono}
 BuildRequires:  gtk-sharp2
+%endif
 BuildRequires:  gtk2-devel
 %if 0%{?suse_version} <= 1120
 BuildRequires:  hal-devel
@@ -43,7 +47,9 @@
 BuildRequires:  libplist-devel
 BuildRequires:  libusb-devel
 BuildRequires:  libxml2-devel
+%if %{with mono}
 BuildRequires:  mono-devel
+%endif
 BuildRequires:  pkg-config
 BuildRequires:  python-devel
 BuildRequires:  python-gobject2-devel
@@ -166,6 +172,9 @@
 %find_lang libgpod
 rm bindings/python/examples/Makefile*
 rm %{buildroot}%{_libdir}/*.la
+%if %{without mono}
+rm %{buildroot}%{_libdir}/pkgconfig/libgpod-sharp.pc
+%endif
 %fdupes -s %{buildroot}
 
 %clean
@@ -178,7 +187,6 @@
 %files -n %{libsoname}
 %defattr (-, root, root)
 %doc AUTHORS COPYING ChangeLog NEWS README README.SysInfo
-%dir %{_libdir}/libgpod
 %{_libdir}/libgpod.so.4*
 
 %files tools
@@ -208,11 +216,14 @@
 %doc COPYING bindings/python/examples
 %{py_sitedir}/gpod/
 
+%if %{with mono}
 %files sharp
 %defattr (-, root, root)
+%dir %{_libdir}/libgpod
 %{_libdir}/libgpod/libgpod-sharp.dll*
 %{_libdir}/libgpod/libgpod-sharp-test.exe*
 %{_libdir}/pkgconfig/libgpod-sharp.pc
+%endif
 
 %files lang -f libgpod.lang
 

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to