]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
rpm: fix requires
authorJaroslav Kysela <perex@perex.cz>
Mon, 25 May 2015 14:04:21 +0000 (16:04 +0200)
committerJaroslav Kysela <perex@perex.cz>
Mon, 25 May 2015 14:04:21 +0000 (16:04 +0200)
rpm/tvheadend.spec.in

index 2f893f696ec370fb481bd7037cf1e13b91692b93..d508f7fdf44a22b06e1fd27e2685781746a4ff60 100644 (file)
@@ -20,11 +20,16 @@ BuildRequires:  openssl-devel
 BuildRequires:  git wget python
 
 Requires:       systemd-units >= 1
+Requires:       dbus-libs
+Requires:       avahi-libs
+Requires:       openssl-libs
 
 %description
-Tvheadend is a TV streaming server with DVR for Linux supporting
-DVB, ATSC, IPTV, SAT>IP as input sources. Can be used as a backend
-to Showtime, XBMC and various other clients.
+Tvheadend is a TV streaming server with Digital Video Recorder functionality
+for Linux supporting DVB, ATSC, IPTV, SAT>IP, HDHomeRun as input sources.
+
+It can be used as a backend to HTTP (VLC, MPlayer), HTSP (Movian, Kodi),
+SAT>IP and various other clients using these protocols.
 
 %prep
 %setup -q -n tvheadend-%{commit}
@@ -76,6 +81,9 @@ exit 0
 %{_unitdir}/*
 
 %changelog
+* Thu May 25 2015 Jaroslav Kysela <perex@perex.cz> v4.0.2
+- fix requires (libs) and improve description
+
 * Thu May 21 2015 Jaroslav Kysela <perex@perex.cz> v4.0.1
 - changed versioning system (put changes and git hash to revision)