Sophie

Sophie

distrib > Mandriva > 2006.0 > x86_64 > by-pkgid > e87b6bd0a847b37700c1fdac3ef2a741 > files > 1

xfce-cpugraph-plugin-0.2.2-3mdk.src.rpm

Summary:	CPU Graph plugin for the Xfce panel
Name: 		xfce-cpugraph-plugin
Version: 	0.2.2
Release: 	3mdk
License:	BSD
URL: 		http://download.berlios.de/xfce-goodies/
Source0: 	xfce4-cpugraph-plugin-%{version}.tar.bz2
Group:		Graphical desktop/Xfce
BuildRoot: 	%{_tmppath}/%{name}-root
Requires:	xfce-panel >= 4.1.99.1
BuildRequires:	xfce-panel-devel >= 4.1.99.1
BuildRequires:	libgdk_pixbuf2.0-devel
Obsoletes:       xfce-cpugraph
Provides:         xfce-cpugraph

%description
A panel plugin for Xfce4 panel. 
It shows a graph of your latest system load.

%prep
%setup -q -n xfce4-cpugraph-plugin

%build
%configure2_5x
%make

%install
rm -rf $RPM_BUILD_ROOT
%makeinstall_std

# remove unneeded devel files
rm -f %{buildroot}/%{_libdir}/xfce4/panel-plugins/libcpugraph.a 

%clean
rm -rf $RPM_BUILD_ROOT


%files 
%defattr(-,root,root)
%doc AUTHORS COPYING ChangeLog INSTALL README TODO 
%{_libdir}/xfce4/panel-plugins/


%changelog
* Sat Jan 22 2005 Marcel Pol <mpol@mandrake.org> 0.2.2-3mdk
- group: Graphical desktop/Xfce
- remove unneeded devel files

* Fri Nov 19 2004 Charles A Edwards <eslrahc@mandrake.org> 0.2.2-2mdk
- use panel in name
- build against new panel
- add O/P

* Wed Jun 30 2004 Charles A Edwards <eslrahc@mandrake.org> 0.2.2-1mdk
- first Mdk pkg