Logoj0ke.net Open Build Service > Projects > home:netmax > PDFlib-Lite > Changes
Sign Up | Log In

Changes of Revision 66

[-] Changed PDFlib-Lite.spec
x
 
1
@@ -21,7 +21,7 @@
2
 BuildRequires:  libtool-ltdl-devel
3
 %endif
4
 
5
-%if 0%{?rhel_version} >= 600
6
+%if 0%{?rhel_version} >= 600 || 0%{?centos_version} >= 6 || 0%{?sl_version} >= 600
7
 BuildRequires: libtool-ltdl perl-devel
8
 %endif
9
 
10
@@ -102,7 +102,7 @@
11
 
12
 %files perl
13
 %defattr(-,root,root,-)
14
-%if 0%{?rhel_version} >= 600
15
+%if 0%{?rhel_version} >= 600 || 0%{?centos_version} >= 6 || 0%{?sl_version} >= 600
16
 %{_libdir}/perl5/pdflib_pl.so*
17
 %else
18
 %{perl_vendorlib}/pdflib_pl.so*
19
@@ -121,7 +121,7 @@
20
 
21
 %files perl-devel
22
 %defattr(-,root,root,-)
23
-%if 0%{?rhel_version} >= 600
24
+%if 0%{?rhel_version} >= 600 || 0%{?centos_version} >= 6 || 0%{?sl_version} >= 600
25
 %{_libdir}/perl5/pdflib_pl.a
26
 %{_libdir}/perl5/pdflib_pl.la
27
 %else
28