From 03a4eebd7ae5c1e802caa7056eb2155a17a0bf5f Mon Sep 17 00:00:00 2001 From: Ignacio Vazquez-Abrams Date: Nov 14 2007 16:44:37 +0000 Subject: Initial import --- diff --git a/.cvsignore b/.cvsignore index e69de29..968a117 100644 --- a/.cvsignore +++ b/.cvsignore @@ -0,0 +1 @@ +purple-plugin_pack-2.2.0.tar.bz2 diff --git a/purple-plugin_pack.spec b/purple-plugin_pack.spec new file mode 100644 index 0000000..7a51d63 --- /dev/null +++ b/purple-plugin_pack.spec @@ -0,0 +1,111 @@ +Name: purple-plugin_pack +Version: 2.2.0 +Release: 1%{?dist} +Summary: A set of plugins for libpurple, pidgin, and finch + +Group: Applications/Internet +License: GPLv2+ +URL: http://plugins.guifications.org/trac/wiki/PluginPack +Source0: http://downloads.guifications.org/plugins/Plugin%20Pack/purple-plugin_pack-%{version}.tar.bz2 +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) + +BuildRequires: pidgin-devel xmms-devel perl(XML::Parser) gettext-devel +BuildRequires: gtkspell-devel +BuildRequires: diffutils +#Requires: +Provides: purple-plugin-pack + +%description +This package contains a number of plugins for use with the purple IM/IRC +library: + +- Auto Reply +- Bash.org +- DeWYSIWYGification +- Dice +- Flip +- Highlight +- Ignore +- IRC Helper +- IRC More +- List Handler +- Magic 8 Ball +- Old Logger +- Show Offline +- Sim Fix +- Simple Network Paging Protocol (SNPP) +- Slash Exec +- SSL Info + +%package pidgin +Summary: A set of plugins for pidgin +Group: Applications/Internet +Requires: %{name} = %{version} + +%description pidgin +This package contains a number of plugins for use with the pidgin client: + +- Album +- Buddy List Options +- Conversation Badger +- DiffTopic +- gRIM +- Irssi Features +- Last Seen +- My Status Box +- Nick Said +- Schedule +- Plonkers +- Separate and Tab +- Switch Spell +- Timelog +- XChat-Chats + +%package pidgin-xmms +Summary: A plugin for pidgin to control xmms +Group: Applications/Internet +Requires: %{name} = %{version} + +%description pidgin-xmms +This package contains a plugin for pidgin to control xmms. + +%prep +%setup -q + +%build +%configure +make %{?_smp_mflags} + +%install +rm -rf $RPM_BUILD_ROOT +make install DESTDIR=$RPM_BUILD_ROOT +find $RPM_BUILD_ROOT -name \*.la -exec rm {} \; +%find_lang plugin_pack + +%clean +rm -rf $RPM_BUILD_ROOT + +%files -f plugin_pack.lang +%defattr(-,root,root,-) +%doc AUTHORS ChangeLog COPYING NEWS +%{_libdir}/purple-2/*.so + +%files pidgin +%defattr(-,root,root,-) +%doc AUTHORS ChangeLog COPYING NEWS +%dir %{_datadir}/pixmaps/pidgin/plugin_pack +%{_libdir}/pidgin/[^x]*.so +%{_libdir}/pidgin/xchat-chats.so + +%files pidgin-xmms +%defattr(-,root,root,-) +%{_datadir}/pixmaps/pidgin/plugin_pack/xmmsremote +%{_libdir}/pidgin/xmmsremote.so + +%changelog +* Wed Nov 14 2007 Ignacio Vazquez-Abrams 2.2.0-1 +- Update to 2.2.0 +- Add provides of purple-plugin-pack + +* Thu Oct 4 2007 Ignacio Vazquez-Abrams 2.1.1-1 +- Initial RPM release diff --git a/sources b/sources index e69de29..007e7e4 100644 --- a/sources +++ b/sources @@ -0,0 +1 @@ +e7486cb75722231040d0952280eab14d purple-plugin_pack-2.2.0.tar.bz2