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

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

import VineSeed package specs

Line 
1%define name            gkrellm-gnome
2%define version         0.1
3%define release         1vl1
4
5%define builddir        $RPM_BUILD_DIR/%{name}
6
7Summary: GKrellM plugin to use GNOME
8Name: %{name}
9Version: %{version}
10Release: %{release}
11Copyright: GPL
12Group: User Interface/Desktops
13Source: http://web.wt.net/~billw/gkrellm/Plugins/%{name}.tar.gz
14URL: http://web.wt.net/~billw/gkrellm/Plugins.html
15Requires: gkrellm >= 1.0.4 gnome-libs
16BuildRoot: /var/tmp/%{name}-root
17
18Vendor: Project Vine
19Distribution: Vine Linux
20
21%description
22GKrellM-Gnome plugin will interface GKrellM to Gnome and give you
23session management. For Gnome compliant window managers, you can
24set the options: ontop, sticky, skip winlist, and skip focus.
25For the Gnome panel, you can set the option: don't put on the tasklist.
26
27
28%prep
29rm -rf %{builddir}
30
31%setup -n %{name}
32touch `find . -type f`
33
34%build
35make
36
37%install
38rm -rf %{buildroot}
39install -d %{buildroot}%{_libdir}/gkrellm/plugins
40install -s -m 755 src/gkrellm-gnome.so %{buildroot}%{_libdir}/gkrellm/plugins
41
42%files
43%defattr(-,root,root)
44%doc COPYRIGHT Changelog README
45%{_libdir}/gkrellm/plugins/gkrellm-gnome.so
46
47%clean
48rm -rf %{buildroot}
49
50%changelog
51* Sun Jul 22 2001 Tomoya TAKA <tomoya@olive.plala.or.jp>
52- 0.1-1vl1
53- tailored for Vine Linux based on gkrellm-0.1-1 by
54  Troy Engel <tengel@sonic.net>
Note: See TracBrowser for help on using the repository browser.