]> git.pld-linux.org Git - packages/xfce4-equake-plugin.git/blob - xfce4-equake-plugin.spec
- release 2 (by relup.sh)
[packages/xfce4-equake-plugin.git] / xfce4-equake-plugin.spec
1 Summary:        Earthquake monitor plugin for the Xfce panel
2 Name:           xfce4-equake-plugin
3 Version:        1.3.8.1
4 Release:        2
5 License:        GPL v2
6 Group:          X11/Applications
7 Source0:        http://archive.xfce.org/src/panel-plugins/xfce4-equake-plugin/1.3/%{name}-%{version}.tar.bz2
8 # Source0-md5:  07d42b8a3d440d6f1861048a6cc3a15a
9 URL:            http://www.e-quake.org/
10 BuildRequires:  autoconf
11 BuildRequires:  automake
12 BuildRequires:  intltool
13 BuildRequires:  libtool
14 BuildRequires:  libxfce4ui-devel
15 BuildRequires:  xfce4-dev-tools >= 4.11.0
16 BuildRequires:  xfce4-panel-devel >= 4.11.0
17 Requires:       xfce4-panel >= 4.11.0
18 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
19
20 %description
21 Equake monitors earthquakes and will display an update each time a new
22 earthquake occurs.
23
24 %prep
25 %setup -q
26
27 %build
28 %{__intltoolize}
29 %{__libtoolize}
30 %{__aclocal}
31 %{__autoconf}
32 %{__autoheader}
33 %{__automake}
34 %configure \
35         --disable-static
36 %{__make}
37
38 %install
39 rm -rf $RPM_BUILD_ROOT
40
41 %{__make} install \
42         DESTDIR=$RPM_BUILD_ROOT
43
44 %clean
45 rm -rf $RPM_BUILD_ROOT
46
47 %post
48 %update_icon_cache hicolor
49
50 %postun
51 %update_icon_cache hicolor
52
53 %files
54 %defattr(644,root,root,755)
55 %doc AUTHORS ChangeLog NEWS README
56 %attr(755,root,root) %{_libdir}/xfce4/panel-plugins/xfce4-equake-plugin
57 %{_datadir}/xfce4/panel-plugins/xfce4-equake-plugin.desktop
58 %{_iconsdir}/hicolor/*x*/apps/xfce4-equake-plugin-icon.*
This page took 0.041483 seconds and 3 git commands to generate.