# HG changeset patch # User Luke Schierer # Date 1038845878 0 # Node ID a3466240218c4a908e9b14d5ec1aafbbb58b0651 # Parent 31480901bf29eb87eb3886b62e061f88af7d6014 [gaim-migrate @ 4235] "The most important chaange is the inclusion of %{_datadir}/sounds/*, where "*" ends up being just "gaim". Without this line, the default alert sound files are not included in the RPM package. While I was making that fix, I cleaned up a few other small bits. I've replaced "%{_mandir}/man1/gaim.1.*" with "%{_mandir}/man1/*", just in case a second man page is added at some point in the future. Right now, there is just one, so these both do the same thing. Similarly, I've changed "%{_datadir}/applications/gaim.desktop" to "%{_datadir}/applications/*" in case we ever add a second desktop launcher. Lastly, RPM automatically picks up the entire contents of any listed directory. So if "%{_datadir}/pixmaps/*" is already listed, there's no need to list "%{_datadir}/pixmaps/gaim/*" and other subdirectories as well. I've removed the redundant lines." -- Ben Liblit (liblit) its ironic that a guy using debian is committing spec file fixes but Paco-Paco says these should be fine. committer: Tailor Script diff -r 31480901bf29 -r a3466240218c gaim.spec.in --- a/gaim.spec.in Sun Dec 01 20:43:00 2002 +0000 +++ b/gaim.spec.in Mon Dec 02 16:17:58 2002 +0000 @@ -61,13 +61,11 @@ %attr(755, root, root) %{_libdir}/gaim/* %{_bindir}/* -%{_mandir}/man1/gaim.1.* +%{_mandir}/man1/* %{_datadir}/locale/*/*/* %{_datadir}/pixmaps/* -%{_datadir}/pixmaps/gaim/* -%{_datadir}/pixmaps/gaim/dialogs/* -%{_datadir}/pixmaps/gaim/buttons/* -%{_datadir}/applications/gaim.desktop +%{_datadir}/sounds/* +%{_datadir}/applications/* %clean rm -r $RPM_BUILD_ROOT