diff gaim.spec.in @ 606:eaab8abda2c0

[gaim-migrate @ 616] ok, a few changes. 1) --enable-gnome (which is the default) can make sounds go through gnome, which means they're configurable. they can still go through gaim. 2) --enable-gnome will also install the necessary files to make sounds through gnome work. 3) the rpm will be built without gnome; if a distributor later wants to require gnome that's up to them. committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Fri, 04 Aug 2000 17:13:54 +0000
parents 8086ed233742
children cc07bbd39472
line wrap: on
line diff
--- a/gaim.spec.in	Fri Aug 04 05:36:02 2000 +0000
+++ b/gaim.spec.in	Fri Aug 04 17:13:54 2000 +0000
@@ -49,7 +49,7 @@
 %setup
 
 %build
-CFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=%{prefix}
+CFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=%{prefix} --disable-gnome
 make
 if [ -d $RPM_BUILD_ROOT ]; then rm -r $RPM_BUILD_ROOT; fi;
 mkdir -p $RPM_BUILD_ROOT%{prefix}
@@ -70,6 +70,7 @@
 %{prefix}/share/pixmaps/gaim.xpm
 %{prefix}/share/gnome/apps/Internet/gaim.desktop
 
+
 %files applet
 %defattr(-,root,root)
 %attr(755,root,root) %{prefix}/bin/gaim_applet
@@ -80,6 +81,9 @@
 %{prefix}/share/pixmaps/gaim.xpm
 %{prefix}/share/pixmaps/gaim/gnome/*
 %{prefix}/share/gnome/apps/Internet/gaim.desktop
+/etc/CORBA/servers/*
+%{prefix}/share/applets/Network/*
+/etc/sound/events/*
 
 %clean
 rm -r $RPM_BUILD_ROOT