source: projects/specs/trunk/g/gtop/gtop-vl.spec @ 521

Revision 521, 1.9 KB checked in by daisuke, 14 years ago (diff)

import VineSeed package specs

Line 
1# Note that this is NOT a relocatable package
2%define ver     1.0.13
3%define rel     0vl2
4
5Summary:        GNOME System Monitor
6Summary(ja):    GNOME ¥·¥¹¥Æ¥à¥â¥Ë¥¿
7Name:           gtop
8Version:        %{ver}
9Release:        %{rel}
10Copyright:      LGPL
11Group:          Applications/System
12BuildRoot:      %{_tmppath}/%{name}-%{PACKAGE_VERSION}-root
13URL:            http://www.gnome.org
14Docdir:         %{_prefix}/doc
15
16Source:         ftp://ftp.gnome.org/pub/GNOME/stable/sources/%{name}/%{name}-%{ver}.tar.gz
17
18# source/patch for Vine
19Patch100:       gtop-1.0.9-vfont.patch
20
21%description
22GNOME System Monitor.
23
24This package will install the GNOME system monitor gtop,
25which shows memory graphs and processes.
26
27GNOME is the GNU Network Object Model Environment. This powerful
28environment is both easy to use and easy to configure.
29
30%description -l ja
31GNOME ¥·¥¹¥Æ¥à¥â¥Ë¥¿
32
33¤³¤Î¥Ñ¥Ã¥±¡¼¥¸¤ò¥¤¥ó¥¹¥È¡¼¥ë¤¹¤ì¤Ð¡¢¥á¥â¥ê¤È¥×¥í¥»¥¹¤ò¥°¥é¥Õ¥£¥¯É½¼¨
34¤Ç¤­¤Þ¤¹¡£
35
36%prep
37%setup -q
38
39%patch100 -p1
40
41%build
42
43%configure
44
45if [ "$SMP" != "" ]; then
46  (make "MAKE=make -k -j $SMP"; exit 0)
47  make
48else
49  make
50fi
51
52%install
53[ -n "$RPM_BUILD_ROOT" -a "$RPM_BULD_ROOT" != / ] && rm -rf $RPM_BUILD_ROOT
54
55%makeinstall
56
57%clean
58[ -n "$RPM_BUILD_ROOT" -a "$RPM_BUILD_ROOT" != / ] && rm -rf $RPM_BUILD_ROOT
59
60%files
61%defattr(-, root, root)
62
63%doc AUTHORS COPYING ChangeLog NEWS README TODO
64
65%{_bindir}/*
66%{_datadir}/gtoprc
67%{_datadir}/locale/*/*/*
68%{_datadir}/gnome/*
69%{_datadir}/pixmaps/*
70
71%changelog
72* Mon Apr 14 2003 KOBAYASHI R. Taizo <tkoba@vinelinux.org> 1.0.13-0vl2
73- rebuild
74
75* Wed Mar 28 2001 Akira TAGOH <tagoh@gnome.gr.jp> 1.0.13-0vl1
76- New upstream release.
77- Use rpmmacros.
78
79* Thu Jul 4 2000 Yasuyuki Furukawa <furukawa@vinelinux.org>
80- added vfont patch and ja.po for 1.0.9
81
82* Thu Jun 1 2000 Kazuhito Nishi <nishi@imasy.or.jp>
83- version 1.0.9
84
85* Fri Sep 17 1999 Kazuhito Nishi <nishi@imasy.or.jp>
86- First try at a spec file for Vine
87
88* Sun Aug 23 1998 Martin Baulig <martin@home-of-linux.org>
89
90- Make GTop its own top-level module.
Note: See TracBrowser for help on using the repository browser.