Changes of Revision 58
[-] | Changed | PDFlib-Lite.spec |
x 1
2 %endif 3 %endif 4 5 -%ifarch x86_64 6 -%if 0%{?suse_version} 7 +%ifarch x86_64 && 0%{?suse_version} 8 BuildRequires: glibc-devel-32bit glibc-32bit 9 %endif 10 -%endif 11 12 %if 0%{?fedora_version} >= 7 13 BuildRequires: perl-devel 14
15 --enable-64bit \ 16 %endif 17 --enable-large_files \ 18 - --enable-sfio && cat config.log 19 + --enable-sfio || cat config.log 20 21 %{__make} 22 23 |