Summary: GNOME media programs Summary(es): Programas multimedia de GNOME Summary(fr): Programmes multimédia de GNOME Name: gnome-media Version: 1.2.3 Release: 2 License: LGPL Group: Applications/Multimedia Source: ftp://ftp.gnome.org/pub/GNOME/sources/%{name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-root Obsoletes: gnome URL: http://www.gnome.org Requires: gnome-libs >= 0.99.8 BuildRequires: gnome-libs-devel, esound-devel, scrollkeeper %description GNOME media programs. 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. %description -l es Programas multimedia GNOME. GNOME (GNU Network Object Model Environment) es un entorno gráfico orientado escritorio. Con él el uso de su computadora es más fácil, agradable y eficaz. Este paquete contiene varios juegos para el entorno Gnome. %description -l fr Programmes multimédia GNOME. GNOME (GNU Network Object Model Environment) est un environnement graphique de type bureau. Il rends l'utilisation de votre ordinateur plus facile, agréable et eficace, et est facile à configurer. %prep %setup -q %build # Needed for snapshot releases. %ifarch alpha MYARCH_FLAGS="--host=alpha-redhat-linux" %endif if [ ! -f configure ]; then CFLAGS="$RPM_OPT_FLAGS" ./autogen.sh $MYARCH_FLAGS \ --prefix=%{_prefix} --bindir=%{_bindir} --datadir=%{_datadir} fi CFLAGS="$RPM_OPT_FLAGS" ./configure $MYARCH_FLAGS --prefix=%{_prefix} \ --bindir=%{_bindir} --datadir=%{_datadir} if [ "$SMP" != "" ]; then (make "MAKE=make -k -j $SMP"; exit 0) make else make fi %install rm -rf $RPM_BUILD_ROOT make prefix=$RPM_BUILD_ROOT%{_prefix} bindir=$RPM_BUILD_ROOT%{_bindir} \ datadir=$RPM_BUILD_ROOT%{_datadir} install %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-, root, root) %doc AUTHORS COPYING ChangeLog NEWS README %{_bindir}/* %{_datadir}/locale/*/*/* %config %{_datadir}/gnome/cddb-submit-methods %{_datadir}/gnome/apps/* %{_datadir}/pixmaps/* %{_datadir}/mime-info/* %changelog * Fri Aug 17 2001 Gregory Leblanc - removed unnecessary %defines - fixed Buildroot - fixed Source tag * Sun May 27 2001 Gregory Leblanc - made %seutp quiet * Thu May 24 2001 Gregory Leblanc - replaced copyright with license - set cddb-submit-methods to be noreplace - fixed group * Fri Apr 27 2001 Gregory Leblanc - added missing files to %files section * Thu Feb 22 2001 Gregory Leblanc - updated macros and fixed hard-coded paths. * Sat Nov 21 1998 Pablo Saratxaga - added spanish and french translations for rpm * Wed Sep 23 1998 Michael Fulbright - Updated to 0.30 release * Mon Mar 16 1998 Marc Ewing - Integrate into gnome-media CVS source tree