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