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