Summary: The GNOME control center. Name: control-center Version: 1.4.0.1 Release: 2 License: LGPL Group: System Environment/Libraries Source: ftp://ftp.gnome.org/pub/%{name}-%{version}.tar.gz Patch: control-center-gdk-pixbuf-flags.patch BuildRoot: %{_tmppath}/%{name}-%{version}-root Obsoletes: gnome URL: http://www.gnome.org Requires: xscreensaver >= 3.00 Requires: gnome-libs >= 1.0.0 Requires: ORBit >= 0.4.0 BuildRequires: gnome-libs-devel, ORBit-devel, gnome-vfs-devel BuildRequires: gdk-pixbuf-devel >= 0.7.0 BuildRequires: esound-devel >= 0.2.5 BuildRequires: imlib-devel >= 1.8.2 %description Control-center is 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's a powerful, easy to configure environment which helps to make your computer easy to use. %package devel Summary: GNOME control-center development files. Group: System Environment/Libraries Requires: %name = %version %description devel If you're interested in developing panels for the GNOME control center, you'll want to install this package. Control-center-devel helps you create the 'capplets' which are used in the control center. %prep %setup -q %patch -p0 %build # libtool can't deal with all the alpha variations but and alpha is an alpha # in this context. automake autoconf %ifarch alpha MYARCH_FLAGS="--host=alpha-redhat-linux" %endif CFLAGS="$RPM_OPT_FLAGS" ./configure $MYARCH_FLAGS \ --prefix=%{_prefix} --sysconfdir=%{_sysconfdir} \ --bindir=%{_bindir} --libdir=%{_libdir} --datadir=%{_datadir} \ --includedir=%{_includedir} if [ ! -z "$SMP" ]; then make -j$SMP MAKE="make -j$SMP" else make fi %install rm -rf $RPM_BUILD_ROOT mkdir -p $RPM_BUILD_ROOT%{_sysconfdir} make sysconfdir=$RPM_BUILD_ROOT%{_sysconfdir} \ prefix=$RPM_BUILD_ROOT%{_prefix} bindir=$RPM_BUILD_ROOT%{_bindir} \ libdir=$RPM_BUILD_ROOT%{_libdir} \ datadir=$RPM_BUILD_ROOT%{_datadir} \ includedir=$RPM_BUILD_ROOT%{_includedir} 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 %{_bindir}/* %{_libdir}/lib*.so.* %config %{_sysconfdir}/CORBA/servers/* %{_datadir}/control-center %{_datadir}/pixmaps/* #re-enabled. it was probably broken due to some LANG/LINGUAS/LC_ALL #being set. %{_datadir}/locale/*/*/* %{_datadir}/gnome/apps/Settings/* %{_datadir}/gnome/wm-properties/* %{_datadir}/gnome/help/control-center %{_datadir}/omf/control-center %files devel %defattr(-, root, root) %{_libdir}/lib*.so %{_libdir}/*a %{_libdir}/*Conf.sh %{_datadir}/idl/* %{_includedir}/* %changelog * Fri Aug 17 2001 Gregory Leblanc - removed unnecessary %defines - fixed -devel requires on main package - fixed BuildRoot - replaced Copyright with License * Fri Apr 27 2001 Gregory Leblanc - Added missing files to the %files section. * Mon Feb 19 2001 Gregory Leblanc - updated, removed hard-coded paths, added proper use of RPM macros. * Sat Feb 27 1999 Gregory McLean - version 1.0.0 - updated the requirements to match the current released versions of packages. - Added an alpha specfic rule as libtool don't understand _all_ alpha models. * Mon Feb 15 1999 Michael Fulbright - version 0.99.8.1 - added etc/CORBA/servers/* to file list * Fri Feb 12 1999 Michael Fulbright - update to 0.99.8 - added /usr/lib/cappletConf.sh * Mon Feb 08 1999 The Rasterman - update to 0.99.5.1 * Wed Feb 03 1999 Michael Fulbright - update to 0.99.5 * Mon Jan 20 1999 Michael Fulbright - update to 0.99.3.1 * Mon Jan 18 1999 Michael Fulbright - update to 0.99.3 - seems like patch for non-standard xscreensaver placement was already in prestine sources(?) * Wed Jan 06 1999 Jonathan Blandford - updated to 0.99.1 - temporary hack patch to get path to work to non-standard placement of xscreensaver binaries in RH 5.2 * Wed Dec 16 1998 Jonathan Blandford - Created for the new control-center branch