From f465faea266e8d37ceabacc8f60d243ac192a6b1eba46a536676c75bd1e8c757 Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Tue, 17 Jan 2012 10:34:59 +0000 Subject: [PATCH] Accepting request 100052 from GNOME:Apps New package: libpurple/pidgin plugin, requested by community member OBS-URL: https://build.opensuse.org/request/show/100052 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pidgin-advanced-sound-notification?expand=0&rev=1 --- .gitattributes | 23 +++++++ .gitignore | 1 + ...n-advanced-sound-notification-1.2.1.tar.gz | 3 + pidgin-advanced-sound-notification.changes | 10 +++ pidgin-advanced-sound-notification.spec | 68 +++++++++++++++++++ 5 files changed, 105 insertions(+) create mode 100644 .gitattributes create mode 100644 .gitignore create mode 100644 pidgin-advanced-sound-notification-1.2.1.tar.gz create mode 100644 pidgin-advanced-sound-notification.changes create mode 100644 pidgin-advanced-sound-notification.spec diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..9b03811 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,23 @@ +## Default LFS +*.7z filter=lfs diff=lfs merge=lfs -text +*.bsp filter=lfs diff=lfs merge=lfs -text +*.bz2 filter=lfs diff=lfs merge=lfs -text +*.gem filter=lfs diff=lfs merge=lfs -text +*.gz filter=lfs diff=lfs merge=lfs -text +*.jar filter=lfs diff=lfs merge=lfs -text +*.lz filter=lfs diff=lfs merge=lfs -text +*.lzma filter=lfs diff=lfs merge=lfs -text +*.obscpio filter=lfs diff=lfs merge=lfs -text +*.oxt filter=lfs diff=lfs merge=lfs -text +*.pdf filter=lfs diff=lfs merge=lfs -text +*.png filter=lfs diff=lfs merge=lfs -text +*.rpm filter=lfs diff=lfs merge=lfs -text +*.tbz filter=lfs diff=lfs merge=lfs -text +*.tbz2 filter=lfs diff=lfs merge=lfs -text +*.tgz filter=lfs diff=lfs merge=lfs -text +*.ttf filter=lfs diff=lfs merge=lfs -text +*.txz filter=lfs diff=lfs merge=lfs -text +*.whl filter=lfs diff=lfs merge=lfs -text +*.xz filter=lfs diff=lfs merge=lfs -text +*.zip filter=lfs diff=lfs merge=lfs -text +*.zst filter=lfs diff=lfs merge=lfs -text diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..57affb6 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.osc diff --git a/pidgin-advanced-sound-notification-1.2.1.tar.gz b/pidgin-advanced-sound-notification-1.2.1.tar.gz new file mode 100644 index 0000000..adc4feb --- /dev/null +++ b/pidgin-advanced-sound-notification-1.2.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:49f85c6dbe4b41849a0be7502d2c8e6810be41b337deca29411f481f3ea55ba2 +size 427923 diff --git a/pidgin-advanced-sound-notification.changes b/pidgin-advanced-sound-notification.changes new file mode 100644 index 0000000..0d006a2 --- /dev/null +++ b/pidgin-advanced-sound-notification.changes @@ -0,0 +1,10 @@ +------------------------------------------------------------------- +Tue Sep 27 13:06:44 UTC 2011 - vuntz@opensuse.org + +- Cleanup for inclusion in Factory. + +------------------------------------------------------------------- +Fri Sep 2 14:09:12 UTC 2011 - christoph.miebach@web.de + +- New package (version 1.2.1). + diff --git a/pidgin-advanced-sound-notification.spec b/pidgin-advanced-sound-notification.spec new file mode 100644 index 0000000..0bfddfe --- /dev/null +++ b/pidgin-advanced-sound-notification.spec @@ -0,0 +1,68 @@ +# +# spec file for package pidgin-birthday-reminder +# +# Copyright (c) 2011, Christoph Miebach +# +# 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. + + + +Name: pidgin-advanced-sound-notification +Version: 1.2.1 +Release: 1 +License: GPLv2+ +Summary: Pidgin plugin adding sound notifications +Url: https://launchpad.net/pidgin-advanced-sound-notification +Group: Productivity/Networking/Instant Messenger +Source: http://launchpad.net/pidgin-advanced-sound-notification/trunk/1.2.1/+download/pidgin-advanced-sound-notification-1.2.1.tar.gz +BuildRequires: intltool +BuildRequires: pkgconfig(pidgin) >= 2.5.2 +BuildRoot: %{_tmppath}/%{name}-%{version}-build + +%description +This plugin adds sounds for some sound notifications to pidgin (e.g. +"Incoming Filetransfer" or "Authentication requested"). + +%package -n pidgin-plugin-advanced-sound-notification +License: GPLv2+ +Summary: Pidgin plugin adding sound notifications +Group: Productivity/Networking/Instant Messenger +Requires: pidgin +Recommends: %{name}-lang +# Nice to have since it's not the upstream name, but also required to make lang package installable +Provides: %{name} = %{version} + +%description -n pidgin-plugin-advanced-sound-notification +This plugin adds sounds for some sound notifications to pidgin (e.g. +"Incoming Filetransfer" or "Authentication requested"). + +%lang_package +%prep +%setup -q + +%build +%configure --with-pic --disable-static +make %{?_smp_mflags} + +%install +%make_install +find %{buildroot}%{_libdir} -name '*.la' -type f -delete -print +%find_lang %{name} + +%files -n pidgin-plugin-advanced-sound-notification +%defattr (-, root, root) +%doc AUTHORS ChangeLog COPYING +%dir %{_datadir}/sounds/pidgin/ +%{_datadir}/sounds/pidgin/pidgin-advanced-sound-notification/ +%{_libdir}/pidgin/pidgin-advanced-sound-notification.so + +%files lang -f %{name}.lang + +%changelog