]> git.pld-linux.org Git - packages/xfce4-weather-plugin.git/blob - xfce4-weather-plugin.spec
ver. 0.8.3
[packages/xfce4-weather-plugin.git] / xfce4-weather-plugin.spec
1 Summary:        A weather plugin for the Xfce panel
2 Summary(pl.UTF-8):      Wtyczka panelu Xfce pokazująca pogodę
3 Name:           xfce4-weather-plugin
4 Version:        0.8.3
5 Release:        0.1
6 License:        GPL
7 Group:          X11/Applications
8 Source0:        http://archive.xfce.org/src/panel-plugins/xfce4-weather-plugin/0.8/%{name}-%{version}.tar.bz2
9 # Source0-md5:  755b33089c02afe88abb39253003a7f3
10 Patch0:         %{name}-ui.patch
11 URL:            http://goodies.xfce.org/projects/panel-plugins/xfce4-weather-plugin
12 BuildRequires:  autoconf >= 2.63
13 BuildRequires:  automake
14 BuildRequires:  gettext-devel
15 BuildRequires:  intltool
16 BuildRequires:  libtool
17 BuildRequires:  libxfce4ui-devel
18 BuildRequires:  libxml2-devel >= 1:2.6.27
19 BuildRequires:  pkgconfig
20 BuildRequires:  rpmbuild(macros) >= 1.601
21 BuildRequires:  xfce4-dev-tools >= 4.4.0
22 BuildRequires:  xfce4-panel-devel >= 4.4.0
23 Requires:       gtk-update-icon-cache
24 Requires:       hicolor-icon-theme
25 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
26
27 %description
28 A weather plugin for the Xfce panel.
29
30 %description -l pl.UTF-8
31 Wtyczka dla panelu Xfce wyświetlająca pogodę.
32
33 %prep
34 %setup -q
35 %patch0 -p1
36
37 %build
38 %{__intltoolize}
39 %{__libtoolize}
40 %{__aclocal}
41 %{__autoconf}
42 %{__autoheader}
43 %{__automake}
44 %configure \
45         --disable-static
46
47 %{__make}
48
49 %install
50 rm -rf $RPM_BUILD_ROOT
51
52 %{__make} install \
53         DESTDIR=$RPM_BUILD_ROOT
54
55 %{__rm} -r $RPM_BUILD_ROOT%{_datadir}/locale/ur_PK
56
57 %find_lang %{name}
58
59 %clean
60 rm -rf $RPM_BUILD_ROOT
61
62 %post
63 %update_icon_cache hicolor
64
65 %postun
66 %update_icon_cache hicolor
67
68 %files -f %{name}.lang
69 %defattr(644,root,root,755)
70 %doc AUTHORS ChangeLog README
71 %attr(755,root,root) %{_libdir}/xfce4/panel-plugins/xfce4-weather-plugin
72 %{_datadir}/xfce4/panel-plugins/weather.desktop
73 %{_datadir}/xfce4/weather
74 %{_iconsdir}/hicolor/*/*/xfce4-weather.png
This page took 0.061227 seconds and 4 git commands to generate.