]> git.pld-linux.org Git - packages/automsn.git/blame - automsn.spec
- dropped redundant BuildRoot: definitions
[packages/automsn.git] / automsn.spec
CommitLineData
7ddbf382
JB
1#
2# Conditional build:
3%bcond_with fetch # fetch icons and package them
4#
413b91f1 5Summary: AutoMSN Emoticon Scraper
c59a416e 6Summary(pl.UTF-8): AutoMSN - narzędzie do wycinania emotikonów
413b91f1
ER
7Name: automsn
8Version: 1.1.2
9Release: 0.1
10License: GPL
11Group: Applications
12Source0: http://www.kde-apps.org/content/files/28315-%{name}
13# Source0-md5: a54f65d6637eee58dc2817ac1d760010
14Patch0: %{name}.patch
15URL: http://www.kde-apps.org/content/show.php?content=28315
16BuildRequires: perl-base
17BuildArch: noarch
18BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
19
20%define _themedir %{_datadir}/emoticons/AutoMSN
21
22%description
23This Perl script downloads the emoticons (smileys) from
24messenger.msn.com and sets them up for use in e.g. Kopete.
25
26No icons are included here. This simply automates the process of
27downloading each icon and setting up an appropriate emoticons.xml
28file.
29
c447e48e
JR
30%description -l pl.UTF-8
31Ten skrypt Perla ściąga emotikony (uśmieszki) z messenger.msn.com i
7ddbf382
JB
32ustawia je do wykorzystania np. w Kopete.
33
c447e48e
JR
34Nie zawiera on ikon. Po prostu automatyzuje proces ściągania każdej
35ikony i właściwej konfiguracji pliku emoticons.xml.
7ddbf382 36
413b91f1
ER
37%package -n kde-emoticons-AutoMSN
38Summary: MSN emoticons for KDE
c59a416e 39Summary(pl.UTF-8): Emotikony MSN dla KDE
413b91f1
ER
40License: not distributable
41Group: Themes
42URL: http://messenger.msn.com/resource/emoticons.aspx
43Requires: kdelibs
413b91f1
ER
44
45%description -n kde-emoticons-AutoMSN
46MSN emoticons for KDE applications.
47
c447e48e 48%description -n kde-emoticons-AutoMSN -l pl.UTF-8
7ddbf382
JB
49Emotikony MSN dla aplikacji KDE.
50
413b91f1
ER
51%prep
52%setup -qcT
53install %{SOURCE0} automsn
54%patch0 -p1
55
56%build
7ddbf382 57%if %{with fetch}
413b91f1 58./automsn theme < /dev/null
7ddbf382 59%endif
413b91f1
ER
60
61%install
62rm -rf $RPM_BUILD_ROOT
413b91f1 63install -D automsn $RPM_BUILD_ROOT%{_bindir}/automsn
7ddbf382
JB
64
65%if %{with fetch}
66install -d $RPM_BUILD_ROOT%{_themedir}
413b91f1 67cp -a theme/* $RPM_BUILD_ROOT%{_themedir}
7ddbf382 68%endif
413b91f1
ER
69
70%clean
71rm -rf $RPM_BUILD_ROOT
72
73%files
74%defattr(644,root,root,755)
75%attr(755,root,root) %{_bindir}/automsn
76
7ddbf382 77%if %{with fetch}
413b91f1
ER
78%files -n kde-emoticons-AutoMSN
79%defattr(644,root,root,755)
80%{_themedir}
7ddbf382 81%endif
This page took 0.033118 seconds and 4 git commands to generate.