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