Author: kwizart
Update of /cvs/free/rpms/xbmc/devel
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv15823
Modified Files:
xbmc.spec
Log Message:
Switch to pkgconfig(libudev)
Index: xbmc.spec
===================================================================
RCS file: /cvs/free/rpms/xbmc/devel/xbmc.spec,v
retrieving revision 1.50
retrieving revision 1.51
diff -u -r1.50 -r1.51
--- xbmc.spec 1 Jul 2012 11:59:24 -0000 1.50
+++ xbmc.spec 11 Jul 2012 18:21:22 -0000 1.51
@@ -5,7 +5,7 @@
Name: xbmc
Version: 11.0
-Release: 7%{?dist}
+Release: 8%{?dist}
URL:
http://www.xbmc.org/
Source0: %{name}-%{DIRVERSION}-patched.tar.xz
@@ -137,7 +137,7 @@
BuildRequires: libmicrohttpd-devel
BuildRequires: expat-devel
BuildRequires: zip
-BuildRequires: libudev-devel
+BuildRequires: pkgconfig(libudev)
# for AirPlay support
BuildRequires: libplist-devel
%if 0%{?el6}
@@ -318,6 +318,9 @@
#%%{_includedir}/xbmc/xbmcclient.h
%changelog
+* Wed Jul 11 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 11.0-8
+- Switch to pkgconfig(libudev)
+
* Sun Jul 01 2012 Ken Dreyer <ktdreyer@ktdreyer..com> - 11.0-7
- Set up with_* conditionals for optional dependencies
- Disable hdhomerun and crystalhd for EPEL (#2339)