]> git.pld-linux.org Git - packages/xfce4-weather-plugin.git/blame - xfce4-weather-plugin.spec
- up to 0.11.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
c5ff8228 4Version: 0.11.2
25dd66f3 5Release: 1
5a1b400a 6License: GPL
9cac9e1a 7Group: X11/Applications
230f7328 8Source0: http://archive.xfce.org/src/panel-plugins/xfce4-weather-plugin/0.11/%{name}-%{version}.tar.bz2
c5ff8228 9# Source0-md5: 9f9743d9bb03924f8524a7dd0092fd6b
5a1b400a 10URL: http://goodies.xfce.org/projects/panel-plugins/xfce4-weather-plugin
089e14be
JR
11BuildRequires: autoconf >= 2.63
12BuildRequires: automake
281178b4 13BuildRequires: gettext-tools
dbff1470 14BuildRequires: intltool
da066ae5 15BuildRequires: libsoup-devel >= 2.26.0
089e14be
JR
16BuildRequires: libtool
17BuildRequires: libxfce4ui-devel
5a1b400a 18BuildRequires: libxml2-devel >= 1:2.6.27
9cac9e1a 19BuildRequires: pkgconfig
febd85ba 20BuildRequires: rpmbuild(macros) >= 1.601
522526bf
JR
21BuildRequires: xfce4-dev-tools >= 4.14.0
22BuildRequires: xfce4-panel-devel >= 4.14.0
febd85ba
MB
23Requires: gtk-update-icon-cache
24Requires: hicolor-icon-theme
15d80b33 25BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
26
27%description
ad2960d6 28A weather plugin for the Xfce panel.
15d80b33 29
ad17ee67
JR
30%description -l pl.UTF-8
31Wtyczka dla panelu Xfce wyświetlająca pogodę.
15d80b33 32
33%prep
34%setup -q
35
36%build
9cac9e1a
JB
37%configure \
38 --disable-static
91634936 39
15d80b33 40%{__make}
41
42%install
43rm -rf $RPM_BUILD_ROOT
44
45%{__make} install \
46 DESTDIR=$RPM_BUILD_ROOT
47
42b64aec 48%{__rm} -r $RPM_BUILD_ROOT%{_localedir}/{es,hye,ur_PK}
60a50782 49%{__rm} -r $RPM_BUILD_ROOT%{_libdir}/xfce4/panel/plugins/libweather.la
15d80b33 50
5a1b400a 51%find_lang %{name}
12302477 52
15d80b33 53%clean
54rm -rf $RPM_BUILD_ROOT
55
5a1b400a
MB
56%post
57%update_icon_cache hicolor
58
59%postun
60%update_icon_cache hicolor
61
62%files -f %{name}.lang
15d80b33 63%defattr(644,root,root,755)
f9f760b6 64%doc AUTHORS ChangeLog NEWS README
00b5801b
SS
65%attr(755,root,root) %{_libdir}/xfce4/panel/plugins/libweather.so
66%{_datadir}/xfce4/panel/plugins/weather.desktop
9cac9e1a 67%{_datadir}/xfce4/weather
f9f760b6
KM
68%{_iconsdir}/hicolor/*/*/org.xfce.panel.weather.png
69%{_iconsdir}/hicolor/*/*/org.xfce.panel.weather.svg
This page took 0.168821 seconds and 5 git commands to generate.