Sophie

Sophie

distrib > Mageia > 3 > i586 > media > core-release-src > by-pkgid > 283e6da33a0641350886827b1000b2ea > files > 5

wmhdplop-0.9.9-3.mga3.src.rpm

%define         libgkplugins_dir       %{_libdir}/gkrellm2/plugins
%define         gkplugname             gkrellm-plugins-%{name}

Name:           wmhdplop
Version:        0.9.9
Release:        %mkrel 3
Summary:        Yet another dockapp to monitor your hard drive
License:        GPLv2
Group:          Monitoring

URL:            http://hules.free.fr/wmhdplop/
Source0:        http://hules.free.fr/wmhdplop/%{name}-%{version}.tar.gz

Patch0:         %{name}-0.9.9-makefile_am.patch
Patch1:         %{name}-0.9.9-configure_ac.patch
Patch2:		wmhdplop-0.9.9-automake-1.13.patch
BuildRequires: pkgconfig(gtk+-2.0) >= 2.0.0
BuildRequires: pkgconfig(imlib2)
BuildRequires: pkgconfig(libgtop-2.0) >= 2.0.0
BuildRequires:  gkrellm-devel

Requires:       fonts-ttf-freefont
Suggests:       hddtemp

%description
Wmhdplop is yet another dockapp for WindowMaker, or any
windowmanager/desktop environment that handles dock applications (KDE
has a dock bar extension, and gnome swallows). It monitors your
hard-drives by sending visual stimuli to your cortex each time your
/dev/hdx (or /dev/sdx) writes or reads anything. Try to launch
open-office and enjoy the wmhdplop show! (loading these kitties in
Mozilla also works).

%package -n %gkplugname
Summary:        Gkrellm port of the WindowMaker dock application wmhdplop
Group:          Monitoring
Requires:       gkrellm
Provides:       %{name}-gkrellm-plugins = %{version}-%{release}

%description -n %gkplugname
%{summary}.

%prep
%setup -q
%patch0 -p0 -b .old
%patch1 -p0 -b .old
%patch2 -p0 -b .automake

%build
autoreconf --force --install
%configure2_5x
%make

%install
%makeinstall_std
install -d -m 755 %{buildroot}%{libgkplugins_dir}
install -m 644 .libs/gkhdplop.so %{buildroot}%{libgkplugins_dir}

%files
%doc README AUTHORS COPYING ChangeLog
%{_bindir}/wmhdplop

%files -n %gkplugname
%doc README AUTHORS COPYING ChangeLog
%{libgkplugins_dir}/gkhdplop.so


%changelog

* Mon Jan 14 2013 fwang <fwang> 0.9.9-3.mga3
+ Revision: 385969
- cleanup br
- fix build with latest automake

  + umeabot <umeabot>
    - Mass Rebuild - https://wiki.mageia.org/en/Feature:Mageia3MassRebuild

  + eatdirt <eatdirt>
    - Rebuild for mga3

* Mon Jun 20 2011 eatdirt <eatdirt> 0.9.9-1.mga2
+ Revision: 110522
- imported package wmhdplop