# HG changeset patch # User Mark Doliner # Date 1070180537 0 # Node ID 5076246a211bba984a2fe8126d33b2e8d87873a5 # Parent 109a917692c14de6f461e68a0063fd156f35c2f0 [gaim-migrate @ 8314] Is this ok? I figure Rob Flynn isn't always the one building the RPM, it's probably not a good idea for his name to be hard coded, poor chap. So the vendor and packager should be picked up from somewhere else. I created a ~/.rpmmacros containing the following: %vendor Pimpin' Penguins %packager Mark Doliner %_topdir %(echo "$HOME")/rpmbuild Lemme know if these changes cause problems, I can always change it back. committer: Tailor Script diff -r 109a917692c1 -r 5076246a211b gaim.spec.in --- a/gaim.spec.in Sun Nov 30 08:07:59 2003 +0000 +++ b/gaim.spec.in Sun Nov 30 08:22:17 2003 +0000 @@ -5,11 +5,10 @@ Epoch: 1 License: GPL Group: Applications/Internet -Vendor: Pimpin' Penguins -Url: http://gaim.sourceforge.net/ +URL: http://gaim.sourceforge.net/ Source: %{name}-%{version}.tar.gz -Packager: Rob Flynn BuildRoot: %{_tmppath}/%{name}-%{version}-root + %if "%{_vendor}" != "MandrakeSoft" Requires: gtk2 >= 2.0.0, mozilla-nss, gtkspell, audiofile, libao BuildRequires: libao-devel, gtk2-devel, gtkspell-devel, libtool, audiofile-devel, pkgconfig, mozilla-nss-devel