# HG changeset patch # User Eric Warmenhoven # Date 967845495 0 # Node ID cc07bbd39472b5126a467620c0ccdf685e30b246 # Parent b8f6f1e8128eca53b27134f542d89c89b80374a3 [gaim-migrate @ 837] would help if it worked committer: Tailor Script diff -r b8f6f1e8128e -r cc07bbd39472 gaim.spec.in --- a/gaim.spec.in Fri Sep 01 21:29:01 2000 +0000 +++ b/gaim.spec.in Fri Sep 01 21:58:15 2000 +0000 @@ -1,8 +1,9 @@ -%define name @PACKAGE@ -%define version @VERSION@ -%define release 1 -%define serial 1 -%define prefix /usr +%define name @PACKAGE@ +%define version @VERSION@ +%define release 1 +%define serial 1 +%define prefix /usr +%define sysconfdir /etc Summary: A client compatible with AOL's 'Instant Messenger' Name: %{name} @@ -55,17 +56,17 @@ mkdir -p $RPM_BUILD_ROOT%{prefix} make prefix=$RPM_BUILD_ROOT%{prefix} install-strip make distclean -CFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=${prefix} --enable-distrib +CFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=${prefix} --sysconfdir=${sysconfdir} --enable-distrib make %install -make prefix=$RPM_BUILD_ROOT%{prefix} install-strip +make prefix=$RPM_BUILD_ROOT%{prefix} sysconfdir=$RPM_BUILD_ROOT%{sysconfdir} install-strip %files %defattr(-,root,root) -%attr(755,root,root) %{prefix}/bin/gaim +%{prefix}/bin/gaim %doc doc/the_penguin.txt doc/PROTOCOL doc/CREDITS NEWS COPYING AUTHORS doc/FAQ README README.plugins ChangeLog -%{prefix}/lib/gaim/* +%attr(755,root,root) %{prefix}/lib/gaim/* %{prefix}/share/locale/*/*/* %{prefix}/share/pixmaps/gaim.xpm %{prefix}/share/gnome/apps/Internet/gaim.desktop @@ -79,11 +80,10 @@ %{prefix}/share/locale/*/*/* %{prefix}/share/sounds/gaim/* %{prefix}/share/pixmaps/gaim.xpm -%{prefix}/share/pixmaps/gaim/gnome/* %{prefix}/share/gnome/apps/Internet/gaim.desktop -/etc/CORBA/servers/* +%{sysconfdir}/CORBA/servers/* %{prefix}/share/applets/Network/* -/etc/sound/events/* +%{sysconfdir}/sound/events/* %clean rm -r $RPM_BUILD_ROOT