diff gaim.spec.in @ 11009:926d2ff72899

[gaim-migrate @ 12870] sf patch #1199592, from Jason Cohen Make our spec file work with Mandrake 10.2. Apparently they made an "S" lowercase. Dear Mandrake, Please stop doing stupid things. Love, Mark committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Tue, 14 Jun 2005 02:26:04 +0000
parents 2ce8ec01a064
children 519dc2186438
line wrap: on
line diff
--- a/gaim.spec.in	Tue Jun 14 02:03:58 2005 +0000
+++ b/gaim.spec.in	Tue Jun 14 02:26:04 2005 +0000
@@ -22,12 +22,20 @@
 # For some reason perl isn't always automatically detected as a requirement :(
 Requires: perl
 
+# Mandrake 10.1 and lower
 %if "%{_vendor}" == "MandrakeSoft"
 # Mandrake/Mandriva requirements
 BuildRequires: libgtk+2.0_0-devel, libnss3-devel, perl-devel
 Provides:  libgaim-remote0
 %else
 
+# Mandrake 10.2 (and higher?)
+%if "%{_vendor}" == "Mandrakesoft"
+# Mandrake/Mandriva requirements
+BuildRequires: libgtk+2.0_0-devel, libnss3-devel, perl-devel
+Provides:  libgaim-remote0
+%else
+
 # SuSE & Red Hat / Fedora requirements
 BuildRequires: gtk2-devel
 
@@ -37,6 +45,7 @@
 BuildRequires: mozilla-nss-devel
 %endif
 %endif
+%endif
 
 %if 0%{?_with_silc:1}
 %package silc