summaryrefslogtreecommitdiff
path: root/control-center.spec
blob: a060b82221eac7f8bdad1bb839f76f90d4ab618a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
# Note that this is NOT a relocatable package
%define ver      0.99.5
%define rel      SNAP
%define prefix   /usr

Summary: GNOME control center
Name: control-center
Version: %ver
Release: %rel
Copyright: LGPL
Group: X11/Libraries
Source: ftp://ftp.gnome.org/pub/control-center-%{ver}.tar.gz
BuildRoot: /var/tmp/control-center-root
Obsoletes: gnome
Packager: Jonathan Blandford <jrb@redhat.com>
URL: http://www.gnome.org
Docdir: %{prefix}/doc
Requires: xscreensaver >= 2.34
Requires: gnome-core >= 0.99
Requires: ORBit >= 0.3.0

%description
A Configuration tool for easily setting up your GNOME environment.

GNOME is the GNU Network Object Model Environment.  That's a fancy
name but really GNOME is a nice GUI desktop environment.  It makes
using your computer easy, powerful, and easy to configure.

%package devel
Summary: GNOME control-center includes
Group: X11/Libraries
Requires: control-center

%description devel
Capplet development stuff

%changelog

* Wed Dec 16 1998 Jonathan Blandford <jrb@redhat.com>

- Created for the new control-center branch


%prep
%setup

%build
CFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=%prefix

%install
rm -rf $RPM_BUILD_ROOT

make prefix=$RPM_BUILD_ROOT%{prefix} install

%clean
#rm -rf $RPM_BUILD_ROOT

%post -p /sbin/ldconfig

%postun -p /sbin/ldconfig

%files
%defattr(-, root, root)

%doc AUTHORS COPYING ChangeLog NEWS README
%{prefix}/bin/*
%{prefix}/etc/CORBA/servers/gnomecc.gnorba
%{prefix}/lib/lib*.so.*
%{prefix}/share/control-center
%{prefix}/share/locale/*/*/*
%{prefix}/share/apps/System/gnomecc.desktop
%{prefix}/share/pixmaps/control-center.png

%files devel
%defattr(-, root, root)

%{prefix}/lib/lib*.so
%{prefix}/lib/*sh
%{prefix}/lib/*a
%{prefix}/share/idl
%{prefix}/include/*