]> git.pld-linux.org Git - packages/kodi.git/commitdiff
- fill desc/summary
authorElan Ruusamäe <glen@pld-linux.org>
Thu, 17 May 2012 06:53:37 +0000 (06:53 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    xbmc.spec -> 1.31

xbmc.spec

index 0a2ad844b54e7a6e80c7862835783a752fa04dc3..fe0b380171e5916d62c49c2bd8ea53a5124126e1 100644 (file)
--- a/xbmc.spec
+++ b/xbmc.spec
@@ -9,18 +9,18 @@
 #  - split to subpackages?
 #
 # Conditional build:
-%bcond_without goom
-%bcond_with    hal
+%bcond_without goom    # build without goom visualisation
+%bcond_with    hal                     # build with HAL
 
-Summary:       XBMC
+Summary:       XBMC is a free and open source media-player and entertainment hub
 Name:          xbmc
 Version:       11.0
 Release:       1
-License:       GPL v3
+License:       GPL v2+ and GPL v3+
 Group:         Applications/Multimedia
-Source0:       http://mirrors.xbmc.org/releases/source/xbmc-%{version}.tar.gz
+Source0:       http://mirrors.xbmc.org/releases/source/%{name}-%{version}.tar.gz
 # Source0-md5: 9e8a26ee25173c7268abea7f1d82d428
-URL:           http://xbmc.org
+URL:           http://xbmc.org/
 BuildRequires: Mesa-libGLU-devel
 BuildRequires: OpenGL-devel
 BuildRequires: SDL-devel
@@ -117,6 +117,10 @@ Requires:  xorg-app-xdpyinfo
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
+XBMC media center is a free cross-platform media-player jukebox and
+entertainment hub. XBMC can play a spectrum of of multimedia formats,
+and featuring playlist, audio visualizations, slideshow, and weather
+forecast functions, together third-party plugins.
 
 %prep
 %setup -q
@@ -135,12 +139,11 @@ BuildRoot:        %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
        --disable-crystalhd \
        %{__enable_disable goom} \
        %{__enable_disable hal}
-       
+
 %{__make} V=1
 
 %install
 rm -rf $RPM_BUILD_ROOT
-
 %{__make} install \
        DESTDIR=$RPM_BUILD_ROOT
 
This page took 0.037351 seconds and 4 git commands to generate.