]> git.pld-linux.org Git - packages/automsn.git/blame - automsn.spec
- new, tool for using "original" msn emoticons stright from website
[packages/automsn.git] / automsn.spec
CommitLineData
413b91f1
ER
1Summary: AutoMSN Emoticon Scraper
2Name: automsn
3Version: 1.1.2
4Release: 0.1
5License: GPL
6Group: Applications
7Source0: http://www.kde-apps.org/content/files/28315-%{name}
8# Source0-md5: a54f65d6637eee58dc2817ac1d760010
9Patch0: %{name}.patch
10URL: http://www.kde-apps.org/content/show.php?content=28315
11BuildRequires: perl-base
12BuildArch: noarch
13BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
14
15%define _themedir %{_datadir}/emoticons/AutoMSN
16
17%description
18This Perl script downloads the emoticons (smileys) from
19messenger.msn.com and sets them up for use in e.g. Kopete.
20
21No icons are included here. This simply automates the process of
22downloading each icon and setting up an appropriate emoticons.xml
23file.
24
25%package -n kde-emoticons-AutoMSN
26Summary: MSN emoticons for KDE
27Summary(pl): Emotikony MSN dla KDE
28License: not distributable
29Group: Themes
30URL: http://messenger.msn.com/resource/emoticons.aspx
31Requires: kdelibs
32BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
33
34%description -n kde-emoticons-AutoMSN
35MSN emoticons for KDE applications.
36
37%prep
38%setup -qcT
39install %{SOURCE0} automsn
40%patch0 -p1
41
42%build
43./automsn theme < /dev/null
44
45%install
46rm -rf $RPM_BUILD_ROOT
47install -d $RPM_BUILD_ROOT%{_themedir}
48install -D automsn $RPM_BUILD_ROOT%{_bindir}/automsn
49cp -a theme/* $RPM_BUILD_ROOT%{_themedir}
50
51%clean
52rm -rf $RPM_BUILD_ROOT
53
54%files
55%defattr(644,root,root,755)
56%attr(755,root,root) %{_bindir}/automsn
57
58%files -n kde-emoticons-AutoMSN
59%defattr(644,root,root,755)
60%{_themedir}
This page took 0.069948 seconds and 4 git commands to generate.