caf38be11a
Copy from GNOME:Factory/pidgin-sipe based on submit request 21826 from user vuntz OBS-URL: https://build.opensuse.org/request/show/21826 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pidgin-sipe?expand=0&rev=2
70 lines
1.8 KiB
RPMSpec
70 lines
1.8 KiB
RPMSpec
#
|
|
# spec file for package pidgin-sipe (Version 1.3.3)
|
|
#
|
|
# Copyright (c) 2009 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-sipe
|
|
Summary: Pidgin plugin for connecting to LCS
|
|
Version: 1.3.3
|
|
Release: 5
|
|
License: GPL v2 or later
|
|
Group: Productivity/Networking/Instant Messenger
|
|
Url: http://sipe.sourceforge.net/
|
|
Source: pidgin-sipe-1.3.3.tar.bz2
|
|
AutoReqProv: on
|
|
BuildRequires: intltool pidgin pidgin-devel
|
|
BuildRequires: libpurple-devel
|
|
BuildRequires: krb5-devel zlib-devel
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
Requires: libpurple >= 2.0.0
|
|
%gconf_schemas_prereq
|
|
|
|
%description
|
|
Microsoft Live Communication Server (LCS) plugin for Pidgin.
|
|
|
|
|
|
|
|
Authors:
|
|
--------
|
|
Anibal Avelar "fixxxer" <debianmx@gmail.com>
|
|
|
|
%prep
|
|
%setup -q
|
|
|
|
%build
|
|
%{?env_options}
|
|
%configure
|
|
make
|
|
|
|
%install
|
|
%makeinstall
|
|
%find_lang pidgin-sipe
|
|
|
|
%clean
|
|
rm -rf "$RPM_BUILD_ROOT"
|
|
|
|
%files -f pidgin-sipe.lang
|
|
%defattr(-,root,root)
|
|
%doc AUTHORS COPYING ChangeLog NEWS README
|
|
/usr/share/pixmaps/pidgin/protocols/16/sipe.png
|
|
/usr/share/pixmaps/pidgin/protocols/22/sipe.png
|
|
/usr/share/pixmaps/pidgin/protocols/48/sipe.png
|
|
%{_libdir}/pidgin/libsipe.*
|
|
|
|
%changelog
|