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