]> git.pld-linux.org Git - packages/xfce4-weather-plugin.git/blob - xfce4-weather-plugin.spec
- updated to 0.3.9.1
[packages/xfce4-weather-plugin.git] / xfce4-weather-plugin.spec
1 Summary:        A weather plugin for the XFce4 panel
2 Summary(pl):    Wtyczka panelu XFce4 pokazuj±ca pogodê
3 Name:           xfce4-weather-plugin
4 Version:        0.3.9.1
5 Release:        1
6 License:        GPL
7 Source0:        http://download.berlios.de/xfce-goodies/%{name}-%{version}.tar.bz2
8 # Source0-md5:  a124a22ba65d0667f513ad6fae83c626
9 Group:          X11/Applications
10 URL:            http://xfce-goodies.berlios.de/
11 BuildRequires:  autoconf
12 BuildRequires:  automake
13 BuildRequires:  libtool
14 BuildRequires:  xfce4-panel-devel >= 4.0.0
15 Requires:       xfce4-panel >= 4.0.0
16 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
17
18 %description
19 A weather plugin for the XFce4 panel.
20
21 %description -l pl
22 Wtyczka dla panelu XFce4 wy¶wietlaj±ca pogodê.
23
24 %prep
25 %setup -q
26
27 %build
28 %{__libtoolize}
29 %{__aclocal} -I %{_datadir}/xfce4/m4
30 %{__autoheader}
31 %{__automake}
32 %{__autoconf}
33 %configure
34 %{__make}
35
36 %install
37 rm -rf $RPM_BUILD_ROOT
38
39 %{__make} install \
40         DESTDIR=$RPM_BUILD_ROOT
41
42 rm -f $RPM_BUILD_ROOT%{_libdir}/xfce4/panel-plugins/*.{la,a}
43
44 %clean
45 rm -rf $RPM_BUILD_ROOT
46
47 %files
48 %defattr(644,root,root,755)
49 %doc AUTHORS COPYING ChangeLog README
50 %attr(755,root,root) %{_libdir}/xfce4/panel-plugins/*.so
51 %{_datadir}/xfce4/weather/icons/liquid
This page took 0.976152 seconds and 4 git commands to generate.