rpms/gnome-applet-netmon/devel gnome-applet-netmon.spec,NONE,1.1

Michael Schwendt (mschwendt) fedora-extras-commits at redhat.com
Fri Mar 18 12:31:56 UTC 2005


Author: mschwendt

Update of /cvs/extras/rpms/gnome-applet-netmon/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28274

Added Files:
	gnome-applet-netmon.spec 
Log Message:
 



--- NEW FILE gnome-applet-netmon.spec ---
Name: 		gnome-applet-netmon
Version: 	0.4
Release: 	2
Epoch: 		0
Summary: 	GNOME Network Load Applet

Group: 		Applications/Internet
License: 	GPL
URL: 		http://www.demonseed.net/~jp/code/netmon_applet/
Source0: 	http://www.demonseed.net/~jp/code/netmon_applet/netmon_applet-0.4.tar.gz
BuildRoot: 	%{_tmppath}/%{name}-%{version}-buildroot

Provides: 	netmon_applet
Obsoletes:	netmon_applet

BuildRequires  : GConf2
BuildRequires  : gnome-panel >= 0:2.0.0
BuildRequires  : pkgconfig
BuildRequires  : gtk2-devel >= 0:2.0.0
BuildRequires  : libgnomeui-devel >= 0:2.0.0


%description
This is a simple textual network load monitor for the GNOME panel.
Much of the code comes straight from the excellent program xnetload, by Roland
Smith.  (http://www.xs4all.nl/~rsmith/software/). This version is for Gnome 2.X

%prep
%setup -q -n netmon_applet-%{version}

%build
%configure 				
make %{?_smp_mflags}

%install
rm -rf $RPM_BUILD_ROOT
export GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1
make install  DESTDIR=$RPM_BUILD_ROOT
unset GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL

%post
export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
gconftool-2 --makefile-install-rule \
	%{_sysconfdir}/gconf/schemas/netmon.schemas > /dev/null

%preun
export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
gconftool-2 --makefile-uninstall-rule \
        %{_sysconfdir}/gconf/schemas/netmon.schemas >/dev/null

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root,-)
%doc ChangeLog COPYING README TODO
%{_libdir}/bonobo/servers/GNOME_NetmonApplet_Factory.server
%{_bindir}/netmon_applet
%{_sysconfdir}/gconf/schemas/netmon.schemas
%{_datadir}/pixmaps/netmon_applet.png

%changelog
* Wed Feb 23 2005 Gavin Henry <ghenry[AT]suretecsystems.com> - 0:0.4-2
- Changed name to gnome-applet-netmon and rebuilt for
  Fedora Core 3 Extras, plus some specfile maintance.
* Sun Feb 08 2004 Gavin Henry <ghenry[AT]suretecsystems.com> - 0:0.4-0.fdr.1
- Initial build.




More information about the fedora-extras-commits mailing list