Hello community,
here is the log from the commit of package gnome-desktop-sharp2 for
openSUSE:Factory
checked in at Wed Sep 28 15:03:13 CEST 2011.
--------
New Changes file:
--- /dev/null 2010-08-26 16:28:41.000000000 +0200
+++
/mounts/work_src_done/STABLE/gnome-desktop-sharp2/gnome-desktop-sharp2.changes
2011-09-28 14:12:11.000000000 +0200
@@ -0,0 +1,70 @@
+-------------------------------------------------------------------
+Wed Sep 28 12:11:57 UTC 2011 - [email protected]
+
+- make it build for factory in ignoring dropped stuff
+
+-------------------------------------------------------------------
+Wed Sep 8 02:52:46 CEST 2010 - [email protected]
+
+- Use pkgconfig() style BuildRequires on 11.3 and later:
+ + old-style: gnome-desktop-devel, gtkhtml2-devel,
+ gtksourceview-devel, libgnomeprintui-devel, librsvg-devel,
+ libwnck-devel, vte-devel.
+ + new-style: gnome-desktop-2.0, gtksourceview-2.0,
+ libgnomeprint-2.2, libgnomeprintui-2.2, libgtkhtml-3.14,
+ libpanelapplet-2.0, librsvg-2.0, libwnck-1.0, vte.
+- This will make it easier to switch to GNOME 3 libraries in
+ openSUSE, since they can cause changes in package names.
+
+-------------------------------------------------------------------
+Mon Apr 12 07:14:19 UTC 2010 - [email protected]
+
+- Fix libgnome-desktop version number for 11.3.
+
+-------------------------------------------------------------------
+Fri Apr 9 08:03:13 UTC 2010 - [email protected]
+
+- Disable nautilusburn for openSUSE 11.3
+
+-------------------------------------------------------------------
+Mon Aug 31 19:49:20 UTC 2009 - [email protected]
+
+- Update to 2.26.0
+ * Fix so version of native library dependency
+
+-------------------------------------------------------------------
+Tue Aug 11 16:51:54 UTC 2009 - [email protected]
+
+- ppc64 is native now (don't use biarchcompat)
+
+-------------------------------------------------------------------
+Thu Feb 12 00:58:16 CET 2009 - [email protected]
+
+- add libgnomeprintui-devel to buildrequires to fix build
+
+-------------------------------------------------------------------
+Wed Sep 10 09:38:07 MDT 2008 - [email protected]
+
+- Re-add 2.20.1 tarball as I need it to build on 11.0
+
+-------------------------------------------------------------------
+Wed Sep 8 11:18:07 MDT 2008 - [email protected]
+
+- Update to 2.24.0
+ * Update to GNOME 2.24 API
+ * Add gnome-print-sharp.dll and gnome-panel-sharp.dll assemblies
+ along with .pcs to detect their availability
+
+-------------------------------------------------------------------
+Wed Apr 09 09:25:27 MST 2008 - [email protected]
+
+- Remove gnome-desktop-sharp2-complete package
+- Rename gnomedesktop2-sharp to gnome-desktop-sharp2 so we have a
+ sub-package named the same as the .spec file
+- Don't call autoreconf since we don't have any patches
+
+-------------------------------------------------------------------
+Fri Jan 11 22:25:27 CST 2008 - [email protected]
+
+- Initial package of gnome-desktop-sharp2
+
calling whatdependson for head-i586
New:
----
gnome-desktop-sharp-2.20.1.tar.bz2
gnome-desktop-sharp-2.24.0.tar.bz2
gnome-desktop-sharp-2.26.0.tar.bz2
gnome-desktop-sharp2.changes
gnome-desktop-sharp2.spec
gnome-desktop-version-11.3.patch
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ gnome-desktop-sharp2.spec ++++++
#
# spec file for package gnome-desktop-sharp2
#
# Copyright (c) 2011 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
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
Name: gnome-desktop-sharp2
%define _name gnome-desktop-sharp
Url: http://mono-project.com
License: LGPLv2.1
Group: System/GUI/GNOME
Summary: Mono bindings for libgnome-desktop
BuildRequires: gnome-sharp2 gtk-sharp2-gapi
%define _version 2.20.1
##### suse ####
%if 0%{?suse_version}
%define gnome_version 220
%if %{suse_version} >= 1110
%define gnome_version 224
%endif
%if %{suse_version} >= 1120
%define gnome_version 226
%endif
%if %{suse_version} >= 1130
%define gnome_version 230
%endif
%if %{suse_version} >= 1130
# On 11.3 and later, we use pkgconfig()-style BuildRequires, since the package
names might get changed for GNOME 3
BuildRequires: pkgconfig(gnome-desktop-2.0)
BuildRequires: pkgconfig(gtksourceview-2.0)
BuildRequires: pkgconfig(libgnomeprint-2.2)
BuildRequires: pkgconfig(libgnomeprintui-2.2)
BuildRequires: pkgconfig(librsvg-2.0)
BuildRequires: pkgconfig(libwnck-1.0)
BuildRequires: pkgconfig(vte)
%else
# On 11.2 and earlier, pkgconfig()-style BuildRequires didn't work
BuildRequires: gnome-desktop-devel gtkhtml2-devel gtksourceview-devel
libgnomeprintui-devel librsvg-devel libwnck-devel vte-devel
# Only exists on 11.2 and earlier
BuildRequires: nautilus-cd-burner-devel
%endif
BuildRequires: mono-devel monodoc-core update-desktop-files
%endif
#################
#### fedora ####
%if 0%{?fedora_version}
%if %{fedora_version} >= 10
%define gnome_version 224
%else
%define gnome_version 220
%endif
%define env_options export MONO_SHARED_DIR=/tmp
# All fedora distros (5 and 6) have the same names, requirements
BuildRequires: gtkhtml3-devel gtksourceview-devel librsvg2-devel libwnck-devel
mono-devel monodoc-core nautilus-cd-burner-devel vte-devel
%endif
#################
%if %{gnome_version} >= 224
%define _version 2.24.0
%if %{gnome_version} >= 226
%define _version 2.26.0
%endif
BuildRequires: gnome-panel-devel
%endif
Version: %_version
Release: 2
Source: %{_name}-%{version}.tar.bz2
Patch1: gnome-desktop-version-11.3.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
Mono bindings for libgnome-desktop
Authors:
--------
Mike Kestner <[email protected]
%package -n gtksourceview2-sharp
License: LGPLv2.1
Summary: Mono bindings for gtksourceview2
Group: System/GUI/GNOME
Requires: libgtksourceview2sharpglue-2.so
Provides: libgtksourceview2sharpglue-2.so
%description -n gtksourceview2-sharp
Mono bindings for gtksourceview2
Authors:
--------
Mike Kestner <[email protected]>
%package -n rsvg2-sharp
License: LGPLv2.1
Summary: Mono bindings for rsvg
Group: System/GUI/GNOME
%description -n rsvg2-sharp
This package contains Mono bindings for librsvg.
%package -n gtkhtml314-sharp
License: LGPLv2.1
Summary: Mono bindings for gtkhtml
Group: System/GUI/GNOME
Requires: libgtkhtmlsharpglue-2.so
Provides: libgtkhtmlsharpglue-2.so
%description -n gtkhtml314-sharp
This package contains Mono bindings for gtkhtml.
%package -n wnck-sharp
License: LGPLv2.1
Summary: Mono bindings for wnck
Group: System/GUI/GNOME
Requires: libwncksharpglue-2.so
Provides: libwncksharpglue-2.so
%description -n wnck-sharp
Mono bindings for wnck
Authors:
--------
Mike Kestner <[email protected]>
%package -n vte016-sharp
License: GPLv2 ; LGPLv2.1
Group: System/GUI/GNOME
Summary: Mono bindings for vte
Requires: libvtesharpglue-2.so
Provides: libvtesharpglue-2.so
%description -n vte016-sharp
This package contains Mono bindings for vte.
%if %{gnome_version} <= 226
%package -n nautilusburn-sharp
License: LGPLv2.1
Summary: Mono bindings for nautilusburn
Group: System/GUI/GNOME
Requires: libnautilusburnsharpglue-2.so
Provides: libnautilusburnsharpglue-2.so
%description -n nautilusburn-sharp
Mono bindings for nautilusburn
%endif
Authors:
--------
Mike Kestner <[email protected]>
%if %{gnome_version} >= 224
%package -n gnome-panel-sharp
License: LGPLv2.1
Summary: Mono bindings for gnome-panel
Group: System/GUI/GNOME
Requires: libgnomepanelsharpglue-2.so
Provides: libgnomepanelsharpglue-2.so
%description -n gnome-panel-sharp
Mono bindings for gnome-panel
Authors:
--------
Mike Kestner <[email protected]
%package -n gnome-print-sharp
License: LGPLv2.1
Summary: Mono bindings for gnome-print
Group: System/GUI/GNOME
%description -n gnome-print-sharp
Mono bindings for gnome-print
Authors:
--------
Mike Kestner <[email protected]
%endif
%prep
%setup -q -n %{_name}-%{version}
%if %{gnome_version} >= 226
%patch1
%endif
%build
%{?env_options}
# FIXME: windowmanager.c:*: warning: dereferencing type-punned pointer will
break strict-aliasing rules
export CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing"
%configure\
--libexecdir=%{_prefix}/lib\
--enable-debug
make
%install
%{?env_options}
make install DESTDIR=%buildroot
rm $RPM_BUILD_ROOT%{_libdir}/*.*a
%clean
rm -rf $RPM_BUILD_ROOT
%files
%defattr(-,root,root)
%{_libdir}/pkgconfig/gnome-desktop-sharp-2.0.pc
%{_prefix}/lib/mono/gac/*gnomedesktop-sharp
%{_prefix}/lib/mono/gnomedesktop-sharp-2.20
%dir %{_prefix}/share/gnomedesktop-sharp
%{_prefix}/share/gnomedesktop-sharp/2.20
%files -n gtksourceview2-sharp
%defattr(-,root,root)
%{_libdir}/pkgconfig/gtksourceview2-sharp.pc
%{_prefix}/lib/mono/gac/*gtksourceview2-sharp
%{_prefix}/lib/mono/gtksourceview2-sharp-2.0
%dir %{_prefix}/share/gtksourceview2-sharp
%{_prefix}/share/gtksourceview2-sharp/2.0
%if %{gnome_version} >= 224
%{_libdir}/libgtksourceview2sharpglue-2.so
%endif
%files -n rsvg2-sharp
%defattr(-,root,root)
%{_libdir}/pkgconfig/rsvg2-sharp-2.0.pc
%{_prefix}/lib/mono/gac/*rsvg2-sharp
%{_prefix}/lib/mono/rsvg2-sharp-2.0
%dir %{_prefix}/share/rsvg2-sharp
%{_prefix}/share/rsvg2-sharp/2.0
%if %suse_version < 1200
%files -n gtkhtml314-sharp
%defattr(-,root,root)
%{_libdir}/pkgconfig/gtkhtml-sharp-3.14.pc
%{_prefix}/lib/mono/gac/*gtkhtml-sharp
%{_prefix}/lib/mono/gtkhtml-sharp-3.14
%dir %{_prefix}/share/gtkhtml-sharp
%{_prefix}/share/gtkhtml-sharp/3.14
%if %{gnome_version} >= 224
%{_libdir}/libgtkhtmlsharpglue-2.so
%endif
%endif
%if %{gnome_version} <= 226
%files -n nautilusburn-sharp
%defattr(-,root,root)
%{_libdir}/pkgconfig/nautilusburn-sharp.pc
%{_prefix}/lib/mono/gac/*nautilusburn-sharp
%{_prefix}/lib/mono/nautilusburn-sharp-2.20
%dir %{_prefix}/share/nautilusburn-sharp
%{_prefix}/share/nautilusburn-sharp/2.20
%if %{gnome_version} >= 224
%{_libdir}/libnautilusburnsharpglue-2.so
%endif
%endif
%files -n vte016-sharp
%defattr(-, root, root)
%{_libdir}/libvtesharpglue-2.so
%{_libdir}/pkgconfig/vte-sharp-0.16.pc
%{_prefix}/lib/mono/gac/*vte-sharp
%{_prefix}/lib/mono/vte-sharp-0.16
%dir %{_prefix}/share/vte-sharp
%{_prefix}/share/vte-sharp/0.16
%files -n wnck-sharp
%defattr(-, root, root)
%{_libdir}/pkgconfig/wnck-sharp-1.0.pc
%{_prefix}/lib/mono/gac/*wnck-sharp
%{_prefix}/lib/mono/wnck-sharp-2.20
%dir %{_prefix}/share/wnck-sharp
%{_prefix}/share/wnck-sharp/2.20
%if %{gnome_version} >= 224
%{_libdir}/libwncksharpglue-2.so
%endif
%if %{gnome_version} >= 224
%if %suse_version < 1200
%files -n gnome-panel-sharp
%defattr(-, root, root)
%{_libdir}/pkgconfig/gnome-panel-sharp-2.24.pc
%{_prefix}/lib/mono/gac/gnome-panel-sharp
%{_prefix}/lib/mono/gnome-panel-sharp-2.24
%dir %{_prefix}/share/gnome-panel-sharp
%{_prefix}/share/gnome-panel-sharp/2.24
%{_libdir}/libgnomepanelsharpglue-2.so
%endif
%files -n gnome-print-sharp
%defattr(-, root, root)
%{_libdir}/pkgconfig/gnome-print-sharp-2.18.pc
%{_prefix}/lib/mono/gac/gnome-print-sharp
%{_prefix}/lib/mono/gnome-print-sharp-2.18
%dir %{_prefix}/share/gnome-print-sharp
%{_prefix}/share/gnome-print-sharp/2.18
%endif
%if 0%{?fedora_version}
# Allows overrides of __find_provides in fedora distros... (already set to zero
on newer suse distros)
%define _use_internal_dependency_generator 0
%endif
%define __find_provides env sh -c 'filelist=($(cat)) && { printf "%s\\n"
"${filelist[@]}" | /usr/lib/rpm/find-provides && printf "%s\\n"
"${filelist[@]}" | /usr/bin/mono-find-provides ; } | sort | uniq'
%define __find_requires env sh -c 'filelist=($(cat)) && { printf "%s\\n"
"${filelist[@]}" | /usr/lib/rpm/find-requires && printf "%s\\n"
"${filelist[@]}" | /usr/bin/mono-find-requires ; } | sort | uniq'
%changelog
++++++ gnome-desktop-version-11.3.patch ++++++
Index: gnomedesktop/gnomedesktop-sharp.dll.config.in
===================================================================
--- gnomedesktop/gnomedesktop-sharp.dll.config.in.orig
+++ gnomedesktop/gnomedesktop-sharp.dll.config.in
@@ -3,5 +3,5 @@
<dllmap dll="libgobject-2.0-0.dll"
target="libgobject-2.0@[email protected]@LIB_SUFFIX@"/>
<dllmap dll="libgthread-2.0-0.dll"
target="libgthread-2.0@[email protected]@LIB_SUFFIX@"/>
<dllmap dll="libgtk-win32-2.0-0.dll"
target="libgtk-x11-2.0@[email protected]@LIB_SUFFIX@"/>
- <dllmap dll="gnome-desktop-2"
target="libgnome-desktop-2@[email protected]@LIB_SUFFIX@"/>
+ <dllmap dll="gnome-desktop-2"
target="libgnome-desktop-2@[email protected]@LIB_SUFFIX@"/>
</configuration>
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
--
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]