Mercurial > pidgin.yaz
changeset 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 | 845a0dd5ca45 |
children | 9fe9c7e00666 |
files | COPYRIGHT gaim.spec.in |
diffstat | 2 files changed, 10 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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
--- 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