source: trunk/third/gnome-system-monitor/gnome-system-monitor.spec @ 18394

Revision 18394, 1.2 KB checked in by ghudson, 22 years ago (diff)
This commit was generated by cvs2svn to compensate for changes in r18393, which included commits to RCS files with non-trunk default branches.
Line 
1# Note that this is NOT a relocatable package
2
3Summary: Simple process monitor
4Name: gnome-system-monitor
5Version: 2.0.3
6Release: 1
7Copyright: GPL
8Group: Applications/System
9Source: http://www.personal.psu.edu/kfv101/procman/source/gnome-system-monitor-%{version}.tar.gz
10BuildRoot: %{_tmppath}/%{name}-root
11Requires: libgnomeui >= 2.0.0
12Requires: libgtop >= 2.0.0
13Requires: libwnck >= 0.12
14Obsoletes: procman
15
16%description
17Procman is a simple process and system monitor.
18
19%prep
20%setup -q
21
22%build
23%configure
24
25make %{?_smp_mflags}
26
27%install
28rm -rf $RPM_BUILD_ROOT
29
30export GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1
31%makeinstall
32unset GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL
33
34%find_lang %{name}
35
36%clean
37rm -rf $RPM_BUILD_ROOT
38
39%post
40export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
41gconftool-2 --makefile-install-rule %{_sysconfdir}/gconf/schemas/gnome-system-monitor.schemas > /dev/null
42
43%files -f %{name}.lang
44%defattr(-, root, root)
45
46%{_bindir}/gnome-system-monitor
47%{_datadir}/applications/gnome-system-monitor.schemas
48%{_sysconfdir}/gconf/schemas/*
49
50%changelog
51
52* Thu Jan 10 2002 Havoc Pennington <hp@pobox.com>
53- make spec "Red Hat style"
54- add GConf stuff
55- langify
56
Note: See TracBrowser for help on using the repository browser.