File pidgin-branding-openSUSE.spec of Package pidgin-branding-openSUSE
#
# spec file for package pidgin-branding-openSUSE (Version 11.1)
#
# Copyright (c) 2008 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: pidgin-branding-openSUSE
Version: 11.1
Release: 8
Group: Productivity/Networking/Instant Messenger
License: BSD 3-Clause
Summary: openSUSE branding of pidgin
Source: %{name}-COPYING
Source1: %{name}-prefs.xml
Provides: pidgin-branding = 2.5
Conflicts: otherproviders(pidgin-branding)
Supplements: packageand(pidgin:branding-openSUSE)
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildArch: noarch
%description
This package provides openSUSE look and feel for pidgin.
%prep
%setup -q -T -c %{name}-%{version}
cp -a %{S:0} COPYING
cp -a %{S:1} prefs.xml
%build
%install
install -d $RPM_BUILD_ROOT%{_sysconfdir}/purple
install -m0644 prefs.xml $RPM_BUILD_ROOT%{_sysconfdir}/purple/
%clean
rm -rf $RPM_BUILD_ROOT
%files
%defattr (-, root, root)
%doc COPYING
%{_sysconfdir}/purple
%config %{_sysconfdir}/purple/prefs.xml
%changelog
* Mon Oct 06 2008 sbrabec@suse.cz
- Conflict with other branding providers (FATE#304881).
* Wed Aug 27 2008 vuntz@novell.com
- New package to change pidgin default configuration.