]> git.pld-linux.org Git - packages/E-Forecast.git/blob - E-Forecast.spec
- tabs in preamle
[packages/E-Forecast.git] / E-Forecast.spec
1 Summary:        Shows an icon with the current weather forecast
2 Summary(pl.UTF-8):      Pokazuje ikonę z aktualną prognozą pogody
3 Name:           E-Forecast
4 Version:        0.2
5 Release:        1
6 License:        GPL
7 Group:          X11/Applications
8 Source0:        http://dl.sourceforge.net/waepplets/%{name}-%{version}.tar.gz
9 # Source0-md5:  5243f7ca02dd368975ffeb7acfd83b74
10 URL:            http://waepplets.sourceforge.net/
11 Requires:       enlightenment >= 0.16.4
12 Requires:       epplets >= 0.6
13 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
14
15 %description
16 This Epplet is intended for use with Enlightenment windowmanager and
17 Epplets software. It displays an icon with the weather forecast for
18 the city of your choice.
19
20 %description -l pl.UTF-8
21 Ten Eplet jest przeznaczony do używania z zarządcą okien Enlightenment
22 i innymi Epletami. Wyświetla ikonę z prognozą pogody dla wybranego
23 miasta.
24
25 %prep
26 %setup -q
27
28 %build
29 CFLAGS="%{rpmcflags}" %{__make}
30
31 %install
32 rm -rf $RPM_BUILD_ROOT
33
34 EBIN="%{_bindir}"
35 EROOT="%{_datadir}/enlightenment"
36 export EBIN EROOT
37
38 %{__make} install \
39         PREFIX=$RPM_BUILD_ROOT
40
41 %clean
42 rm -rf $RPM_BUILD_ROOT
43
44 %files
45 %defattr(644,root,root,755)
46 %attr(755,root,root) %{_bindir}/E-Forecast.epplet
47 %{_datadir}/enlightenment/epplet_icons/E-Forecast.icon
48 %{_datadir}/enlightenment/epplet_data/*
This page took 0.052503 seconds and 3 git commands to generate.