# HG changeset patch # User Mark Doliner # Date 1118715964 0 # Node ID 926d2ff728992f2048bc849bfb6b51c79ceb54a0 # Parent 845a0dd5ca4546f68e8e17719308c9e749f8d9ba [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 diff -r 845a0dd5ca45 -r 926d2ff72899 COPYRIGHT --- a/COPYRIGHT Tue Jun 14 02:03:58 2005 +0000 +++ b/COPYRIGHT Tue Jun 14 02:26:04 2005 +0000 @@ -39,6 +39,7 @@ Arturo Cisneros, Jr. Vincas Ciziunas Joe Clarke +Jason Cohen Todd Cohen Nathan Conrad Felipe Contreras diff -r 845a0dd5ca45 -r 926d2ff72899 gaim.spec.in --- 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