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