~ubuntu-branches/ubuntu/oneiric/gnome-system-monitor/oneiric-proposed

« back to all changes in this revision

Viewing changes to gnome-system-monitor.spec

  • Committer: Bazaar Package Importer
  • Author(s): Loic Minier
  • Date: 2005-08-26 18:38:24 UTC
  • Revision ID: james.westby@ubuntu.com-20050826183824-zh2978nxikpkfxyd
Tags: upstream-2.8.1
ImportĀ upstreamĀ versionĀ 2.8.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Note that this is NOT a relocatable package
 
2
 
 
3
Summary: Simple process monitor
 
4
Name: gnome-system-monitor
 
5
Version: 2.3.0
 
6
Release: 1
 
7
Copyright: GPL
 
8
Group: Applications/System
 
9
Source: http://www.personal.psu.edu/kfv101/procman/source/gnome-system-monitor-%{version}.tar.gz
 
10
BuildRoot: %{_tmppath}/%{name}-root
 
11
Requires: libgnomeui >= 2.0.0
 
12
Requires: libgtop >= 2.0.0
 
13
Requires: libwnck >= 0.12
 
14
Obsoletes: procman
 
15
 
 
16
%description
 
17
Procman is a simple process and system monitor.
 
18
 
 
19
%prep
 
20
%setup -q
 
21
 
 
22
%build
 
23
%configure
 
24
 
 
25
make %{?_smp_mflags}
 
26
 
 
27
%install
 
28
rm -rf $RPM_BUILD_ROOT
 
29
 
 
30
export GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1
 
31
%makeinstall
 
32
unset GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL
 
33
 
 
34
%find_lang %{name}
 
35
 
 
36
%clean
 
37
rm -rf $RPM_BUILD_ROOT
 
38
 
 
39
%post
 
40
export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
 
41
gconftool-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