]> git.pld-linux.org Git - SPECS.git/blob - kopete-emoticons-msn.spec
SPECS updated Tue 30 Apr 15:13:02 CEST 2024
[SPECS.git] / kopete-emoticons-msn.spec
1 Summary:        Kopete MSN emoticons
2 Summary(pl.UTF-8):      Emotikony MSN dla Kopete
3 Name:           kopete-emoticons-msn
4 Version:        2.03
5 Release:        0.1
6 # distributable? I doubt...
7 License:        Downloaded from web; (c) Microsoft Corporation, all rights reserved
8 Group:          Themes
9 Source0:        http://glen.alkohol.ee/gaim-smileys/msn-emoticons-%{version}.tar.bz2
10 # Source0-md5:  406996b8263f5b57e03435112fae5968
11 #Source0:       http://www.kde-look.org/content/files/6721-crystal_v2.tar.gz
12 URL:            http://messenger.msn.com/Resource/Emoticons.aspx
13 #URL:           http://www.kde-look.org/content/show.php?content=6721
14 Requires:       kdenetwork-kopete
15 Requires:       kdenetwork-kopete-protocol-msn
16 BuildArch:      noarch
17 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
18
19 %define         _themedir       %{_datadir}/emoticons/MSN
20
21 %description
22 Emoticons are emotional graphics - visual ways to express the way you
23 feel when words alone just aren't enough.
24
25 This package contains MSN emoticons for Kopete.
26
27 %description -l pl.UTF-8
28 Emotikony to obrazki wyrażające uczucia, pozwalające wyrazić to, co
29 czuje użytkownik, kiedy nie wystarczają słowa.
30
31 Ten pakiet zawiera emotikony MSN dla Kopete.
32
33 %prep
34 %setup -q -n msn-emoticons
35
36 %install
37 rm -rf $RPM_BUILD_ROOT
38 install -d $RPM_BUILD_ROOT%{_themedir}
39 cp -a * $RPM_BUILD_ROOT%{_themedir}
40
41 %clean
42 rm -rf $RPM_BUILD_ROOT
43
44 %files
45 %defattr(644,root,root,755)
46 %{_themedir}
This page took 0.429524 seconds and 3 git commands to generate.