File gobby04.spec of Package gobby04

#
# spec file for package gobby04
#
# 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/
#

# norootforbuild


Name:           gobby04
%define _name   gobby
BuildRequires:  fdupes
BuildRequires:  gcc-c++
# For directory ownership:
BuildRequires:  gnome-themes
BuildRequires:  gtkmm24-devel
BuildRequires:  gtksourceview-devel
BuildRequires:  gtkspell-devel
BuildRequires:  intltool
BuildRequires:  libavahi-glib-devel
BuildRequires:  gnome-vfs2-devel
BuildRequires:  libxml++-devel
BuildRequires:  obby-devel >= 0.4.6
BuildRequires:  update-desktop-files
License:        GPLv2 ; GPLv2+
Group:          System/GUI/GNOME
Version:        0.4.12
Release:        7
Summary:        Gobby collaborative editor (old protocol)
Source:         %{_name}-%{version}.tar.bz2
# PATCH-FIX-OPENSUSE gobby04-desktop.patch vuntz@novell.com -- Remove icon extension, and make it call gobby-0.4 (to have it parallel-installable with 0.5)
Patch0:         gobby04-desktop.patch
Url:            http://gobby.0x539.de/
BuildRoot:      %{_tmppath}/%{name}-%{version}-build
Requires:       obby >= 0.4.6
Requires(post): update-alternatives
Requires(postun): update-alternatives
# The build service fails to build the package because it doesn't really
# understand Requires(post), so use PreReq too (see bnc#439232).
%if %defined suse_version
PreReq:         update-alternatives
%endif
Recommends:     %{name}-lang

%description
Gobby is a free collaborative editor. This means that it provides you
with the possibility to edit files simultaneously with other users over
a network. It supports multiple documents in one session and a
multi-user chat. The platforms on which you could use Gobby are so far
Microsoft Windows, Linux, Mac OS X and other Unix-like ones.

This is the 0.4 version of Gobby, which is not using the Infinote
protocol.

%lang_package
%prep
%setup -q -n %{_name}-%{version}
%patch0

%build
%configure \
    --with-gnome \
    --with-gtkspell
%{__make} %{?jobs:-j%jobs}

%install
%makeinstall
# Rename some files for better parallel installability with 0.5 version
mv %{buildroot}%{_bindir}/%{_name} %{buildroot}%{_bindir}/%{_name}-0.4
mv %{buildroot}%{_datadir}/applications/%{_name}.desktop %{buildroot}%{_datadir}/applications/%{_name}-0.4.desktop
mv %{buildroot}%{_mandir}/man1/%{_name}.1 %{buildroot}%{_mandir}/man1/%{_name}-0.4.1
# done renaming files
%find_lang %{_name} %{?no_lang_C}
%suse_update_desktop_file -N "Gobby 0.4" -G "Collaborative Editor" %{_name}-0.4 X-SuSE-Core-Internet
%fdupes %{buildroot}

%clean
%{__rm} -rf %{buildroot}

%post
# If the %{name} group is in automatic mode, then this will also switch all
# symlinks automatically
update-alternatives --install %{_bindir}/%{_name} %{_name} %{_bindir}/%{_name}-0.4 10 --slave %{_mandir}/man1/%{_name}.1.gz %{_name}.1.gz %{_mandir}/man1/%{_name}-0.4.1.gz
%if 0%{?suse_version} > 1130
%desktop_database_post
%icon_theme_cache_post
%icon_theme_cache_post HighContrastLargePrint
%icon_theme_cache_post HighContrastLargePrintInverse
%endif

%postun
# Note: we don't use "$1 -eq 0", to avoid issues if the package gets renamed
if [ ! -f %{_bindir}/%{_name}-0.4 ]; then
  update-alternatives --remove %{_name} %{_bindir}/%{_name}-0.4
fi
%if 0%{?suse_version} > 1130
%desktop_database_postun
%icon_theme_cache_postun
%icon_theme_cache_postun HighContrastLargePrint
%icon_theme_cache_postun HighContrastLargePrintInverse
%endif

%posttrans
# Workaround old bug in 11.1/11.2 packages that always removed the symlinks in
# %postun. Can be removed during 12.2 development.
if [ ! -f %{_bindir}/%{_name} -a -f %{_bindir}/%{_name}-0.4 ]; then
  update-alternatives --install %{_bindir}/%{_name} %{_name} %{_bindir}/%{_name}-0.4 10 --slave %{_mandir}/man1/%{_name}.1.gz %{_name}.1.gz %{_mandir}/man1/%{_name}-0.4.1.gz
fi

%files
%defattr (-, root, root)
%doc AUTHORS COPYING ChangeLog NEWS README
%{_bindir}/%{_name}-0.4
%{_datadir}/applications/%{_name}-0.4.desktop
%doc %{_mandir}/man1/*.*
# FIXME: gnome-themes does not provide %{_datadir}/icons/HighContrastLargePrint*/scalable yet.
%exclude %{_datadir}/icons/HighContrastLargePrint/scalable/*
%exclude %{_datadir}/icons/HighContrastLargePrintInverse/scalable/*
# Not versioned, but there's no conflict with gobby 0.5 here
%{_datadir}/gobby/
%{_datadir}/icons/*/*/apps/gobby.*

%files lang -f %{_name}.lang

%changelog
openSUSE Build Service is sponsored by