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