Author: glen Date: Tue Mar 21 19:39:03 2006 GMT Module: SPECS Tag: HEAD ---- Log message: - new, tool for using "original" msn emoticons stright from website
---- Files affected: SPECS: automsn.spec (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: SPECS/automsn.spec diff -u /dev/null SPECS/automsn.spec:1.1 --- /dev/null Tue Mar 21 20:39:03 2006 +++ SPECS/automsn.spec Tue Mar 21 20:38:57 2006 @@ -0,0 +1,71 @@ +# $Revision$, $Date$ +Summary: AutoMSN Emoticon Scraper +Name: automsn +Version: 1.1.2 +Release: 0.1 +License: GPL +Group: Applications +Source0: http://www.kde-apps.org/content/files/28315-%{name} +# Source0-md5: a54f65d6637eee58dc2817ac1d760010 +Patch0: %{name}.patch +URL: http://www.kde-apps.org/content/show.php?content=28315 +BuildRequires: perl-base +BuildArch: noarch +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%define _themedir %{_datadir}/emoticons/AutoMSN + +%description +This Perl script downloads the emoticons (smileys) from +messenger.msn.com and sets them up for use in e.g. Kopete. + +No icons are included here. This simply automates the process of +downloading each icon and setting up an appropriate emoticons.xml +file. + +%package -n kde-emoticons-AutoMSN +Summary: MSN emoticons for KDE +Summary(pl): Emotikony MSN dla KDE +License: not distributable +Group: Themes +URL: http://messenger.msn.com/resource/emoticons.aspx +Requires: kdelibs +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%description -n kde-emoticons-AutoMSN +MSN emoticons for KDE applications. + +%prep +%setup -qcT +install %{SOURCE0} automsn +%patch0 -p1 + +%build +./automsn theme < /dev/null + +%install +rm -rf $RPM_BUILD_ROOT +install -d $RPM_BUILD_ROOT%{_themedir} +install -D automsn $RPM_BUILD_ROOT%{_bindir}/automsn +cp -a theme/* $RPM_BUILD_ROOT%{_themedir} + +%clean +rm -rf $RPM_BUILD_ROOT + +%files +%defattr(644,root,root,755) +%attr(755,root,root) %{_bindir}/automsn + +%files -n kde-emoticons-AutoMSN +%defattr(644,root,root,755) +%{_themedir} + +%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) +%changelog +* %{date} PLD Team <[EMAIL PROTECTED]> +All persons listed below can be reached at <cvs_login>@pld-linux.org + +$Log$ +Revision 1.1 2006/03/21 19:38:57 glen +- new, tool for using "original" msn emoticons stright from website + ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
