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.
|
Rev | Line | |
---|
[18393] | 1 | # Note that this is NOT a relocatable package |
---|
| 2 | |
---|
| 3 | Summary: Simple process monitor |
---|
| 4 | Name: gnome-system-monitor |
---|
| 5 | Version: 2.0.3 |
---|
| 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 | |
---|
Note: See
TracBrowser
for help on using the repository browser.