]> git.pld-linux.org Git - packages/xbmc.git/commitdiff
- new TODO
authorsparky <sparky@pld-linux.org>
Tue, 8 Dec 2009 20:24:32 +0000 (20:24 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- BR: rpm-pythonprov

Changed files:
    xbmc.spec -> 1.8

xbmc.spec

index c56e1a74cd93a563fde659cd3ce1f14def769378..3672509a6c7152f9e49c4024a20c064934c4d231 100644 (file)
--- a/xbmc.spec
+++ b/xbmc.spec
@@ -1,8 +1,9 @@
 #
 # TODO:
-# fix endless loop on ./configure
-# add missing BRs
-# make it build and add %files
+#  - fix build flags - some files are compiled with -O3 and without rpm*flags
+#  - fix linking order
+#  - fix install - add DESTDIR support
+#  - don't put binary in %{_datadir} and fix start scripts
 #
 %define     _subver b1
 Summary:       XBMC
@@ -64,6 +65,7 @@ BuildRequires:        openssl-devel
 BuildRequires: pkgconfig
 BuildRequires: pulseaudio-devel
 BuildRequires: python-devel
+BuildRequires: rpm-pythonprov
 # used internally
 BuildRequires: sed >= 4.0
 BuildRequires: sqlite3-devel
@@ -93,8 +95,7 @@ BuildRoot:    %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 rm -rf $RPM_BUILD_ROOT
 
 %{__make} install \
-       DESTDIR=$RPM_BUILD_ROOT \
-       prefix=$RPM_BUILD_ROOT/usr
+       prefix=$RPM_BUILD_ROOT%{_prefix}
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -106,3 +107,4 @@ rm -rf $RPM_BUILD_ROOT
 #%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/*
 %attr(755,root,root) %{_bindir}/*
 %{_datadir}/%{name}
+%{_datadir}/xsessions/XBMC.desktop
This page took 0.051879 seconds and 5 git commands to generate.