Mercurial > pidgin
changeset 4030:a3466240218c
[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 <tailor@pidgin.im>
author | Luke Schierer <lschiere@pidgin.im> |
---|---|
date | Mon, 02 Dec 2002 16:17:58 +0000 |
parents | 31480901bf29 |
children | ec7e8c93c2ee |
files | gaim.spec.in |
diffstat | 1 files changed, 3 insertions(+), 5 deletions(-) [+] |
line wrap: on
line diff
--- 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