]> git.pld-linux.org Git - packages/xfce4-weather-plugin.git/blob - xfce4-weather-plugin.spec
a1ff857808e7bc923262109e5b77a16542cd717b
[packages/xfce4-weather-plugin.git] / xfce4-weather-plugin.spec
1 %define         _name   xfce4-weather
2 Summary:        A weather plugin for the Xfce panel
3 Summary(pl):    Wtyczka panelu Xfce pokazuj±ca pogodê
4 Name:           xfce4-weather-plugin
5 Version:        0.4.9
6 Release:        1
7 License:        BSD
8 Group:          X11/Applications
9 Source0:        http://download.berlios.de/xfce-goodies/%{name}-%{version}.tar.gz
10 # Source0-md5:  1d5ba253c8eae5a9ad5e3d7002a0dae0
11 URL:            http://xfce-goodies.berlios.de/
12 BuildRequires:  autoconf >= 2.50
13 BuildRequires:  automake
14 BuildRequires:  gettext-devel
15 BuildRequires:  libtool
16 BuildRequires:  libxml2-devel >= 2.0
17 BuildRequires:  pkgconfig
18 BuildRequires:  xfce4-panel-devel >= 4.1.90
19 Requires:       xfce4-panel >= 4.1.90
20 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
21
22 %description
23 A weather plugin for the Xfce panel.
24
25 %description -l pl
26 Wtyczka dla panelu Xfce wy¶wietlaj±ca pogodê.
27
28 %prep
29 %setup -q
30
31 %build
32 %{__libtoolize}
33 %{__aclocal} -I %{_datadir}/xfce4/m4
34 %{__autoheader}
35 %{__automake}
36 %{__autoconf}
37 %configure \
38         --disable-static
39 %{__make}
40
41 %install
42 rm -rf $RPM_BUILD_ROOT
43
44 %{__make} install \
45         DESTDIR=$RPM_BUILD_ROOT
46
47 rm -f $RPM_BUILD_ROOT%{_libdir}/xfce4/panel-plugins/*.la
48
49 %find_lang %{_name}
50
51 %clean
52 rm -rf $RPM_BUILD_ROOT
53
54 %files -f %{_name}.lang
55 %defattr(644,root,root,755)
56 %doc AUTHORS COPYING ChangeLog README
57 %attr(755,root,root) %{_libdir}/xfce4/panel-plugins/*.so
58 %{_datadir}/xfce4/weather
This page took 0.026962 seconds and 3 git commands to generate.