]> git.pld-linux.org Git - packages/Gforecast.git/blame - Gforecast.spec
- tabs in preamle
[packages/Gforecast.git] / Gforecast.spec
CommitLineData
a1995588 1Summary: A weather forecasting applet for the GNOME Panel
1661e0ea 2Summary(pl.UTF-8): Applet dla GNOME pokazujący pogodę w danym regionie
a1995588 3Name: Gforecast
99550fa7 4Version: 0.4
5e182979 5Release: 3
a1995588 6License: GPL
7Group: X11/Applications
5e1823a1 8Source0: http://dl.sourceforge.net/waepplets/%{name}-%{version}.tar.gz
7f15069c 9# Source0-md5: c0f582ea548a3be3f46d7acb8249baa3
5d237da4 10Patch0: %{name}-configure.in.patch
a1995588 11URL: http://waepplets.sourceforge.net/
f37c35e6
PG
12BuildRequires: autoconf
13BuildRequires: automake
5e1823a1
JB
14BuildRequires: gettext-devel
15BuildRequires: gnome-core-devel
16BuildRequires: gnome-libs-devel
a1995588 17BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
18
a1995588 19%define _sysconfdir /etc/X11/GNOME
1d04a17d 20
21%description
22Simple applet that gets the forecast for a chosen city and shows it as
23an icon image in a GNOME applet.
24
148cb50e
JR
25%description -l pl.UTF-8
26Prosty applet, który pobiera informację o pogodzie dla danego miasta i
27wyświetla ją w formie ikony.
4dbd2722 28
1d04a17d 29%prep
a1995588 30%setup -q
5d237da4 31%patch0 -p1
1d04a17d 32
33%build
f37c35e6 34rm -rf missing
87cf8b81 35%{__gettextize}
b25c86d6 36%{__aclocal} -I macros
f330b8a6 37%{__autoconf}
38%{__automake}
a1995588 39%configure
40%{__make}
1d04a17d 41
42%install
43rm -rf $RPM_BUILD_ROOT
a1995588 44
7708f490
PG
45%{__make} install \
46 DESTDIR=$RPM_BUILD_ROOT
a1995588 47
195fb1f1 48%find_lang %{name}
49
1d04a17d 50%clean
51rm -rf $RPM_BUILD_ROOT
52
195fb1f1 53%files -f %{name}.lang
a1995588 54%defattr(644,root,root,755)
bfb18348 55%doc AUTHORS ChangeLog NEWS README TODO
a1995588 56%attr(755,root,root) %{_bindir}/*
57%{_sysconfdir}/CORBA/servers/*
58%{_datadir}/applets/Monitors/*
f49a3275 59%{_pixmapsdir}/*
This page took 0.047934 seconds and 4 git commands to generate.