Logoj0ke.net Open Build Service > Projects > multimedia:SL11 > libcec > Changes
Sign Up | Log In

Changes of Revision 2

[-] Changed libcec.spec
x
 
1
@@ -5,6 +5,9 @@
2
 Release:   1
3
 Url:       http://libcec.pulse-eight.com/
4
 Source0:   %{pkgname}-%{version}.tar.bz2
5
+%if 0%{?sles_version} == 11
6
+Patch0:        %{pkgname}-sles.patch
7
+%endif
8
 License:   GPLv2
9
 Summary:   Consumer Electronics Control library
10
 Group:     System/Libraries
11
@@ -26,6 +29,9 @@
12
 
13
 %prep
14
 %setup -n %{pkgname}-%{version}
15
+%if 0%{?sles_version} == 11
16
+%patch0
17
+%endif
18
 
19
 %build
20
 autoreconf -fi
21
[+] Added libcec-sles.patch ^