Skip to content

Commit

Permalink
Updates for new binaries and changed config options
Browse files Browse the repository at this point in the history
  • Loading branch information
ex-nerd committed Jan 30, 2013
1 parent 41a8fb2 commit 4b7f71d
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 6 deletions.
14 changes: 10 additions & 4 deletions rpm/mythtv.spec
Original file line number Diff line number Diff line change
Expand Up @@ -64,10 +64,10 @@
%define desktop_vendor mythtv

# MythTV Version string -- preferably the output from git --describe
%define vers_string v0.26-alpha-80-gf2cc39d
%define vers_string v0.27-pre2-583-g031c724

# Git Revision number and branch
%define _gitrev 0.0.alpha.80.gf2cc39d
%define _gitrev 0.0.pre2.583.g031c724
%define branch master

#
Expand All @@ -79,7 +79,7 @@ URL: http://www.mythtv.org/
Group: Applications/Multimedia

# Version/Release info
Version: 0.26
Version: 0.27
%if "%{branch}" == "master"
Release: 0.1.git.%{_gitrev}%{?dist}
%else
Expand Down Expand Up @@ -921,7 +921,6 @@ cd mythtv
--libdir=%{_libdir} \
--libdir-name=%{_lib} \
--mandir=%{_mandir} \
--enable-iptv \
--enable-pthreads \
--enable-ffmpeg-pthreads \
--enable-joystick-menu \
Expand Down Expand Up @@ -1260,6 +1259,7 @@ fi
%{_bindir}/mythjobqueue
%{_bindir}/mythmediaserver
%{_bindir}/mythreplex
%{_bindir}/mythhdhomerun_config
%{_datadir}/mythtv/MXML_scpd.xml
%{_datadir}/mythtv/backend-config/
%attr(-,mythtv,mythtv) %dir %{_localstatedir}/lib/mythtv
Expand Down Expand Up @@ -1296,6 +1296,7 @@ fi
%{_bindir}/mythavtest
%{_bindir}/mythfrontend
%{_bindir}/mythlcdserver
%{_bindir}/mythscreenwizard
%{_bindir}/mythshutdown
%{_bindir}/mythwelcome
%dir %{_libdir}/mythtv
Expand Down Expand Up @@ -1336,6 +1337,8 @@ fi
%files -n mythffmpeg
%defattr(-,root,root,-)
%{_bindir}/mythffmpeg
%{_bindir}/mythffprobe
%{_bindir}/mythffserver

%if %{with_perl}
%files -n perl-MythTV
Expand Down Expand Up @@ -1490,6 +1493,9 @@ fi
################################################################################

%changelog
* Tue Jan 29 2013 Chris Petersen <[email protected]> 0.27-0.1.git
- add mythscreenwizard, mythffserver, mythffprobe, mythhdhomerun_config

* Thu Aug 09 2012 Chris Petersen <[email protected]> 0.26-0.1.git
- rename i810 driver BR to intel

Expand Down
4 changes: 2 additions & 2 deletions rpm/mythweb.spec
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
%define desktop_vendor mythtv

# Git Revision number and branch ID
%define _gitrev 0.0.alpha.80.gf2cc39d
%define _gitrev 0.0.pre2.583.g031c724
%define branch master

#
Expand All @@ -42,7 +42,7 @@ URL: http://www.mythtv.org/
Group: Applications/Multimedia

# Version/Release info
Version: 0.26
Version: 0.27
%if "%{branch}" == "master"
Release: 0.1.git.%{_gitrev}%{?dist}
%else
Expand Down

0 comments on commit 4b7f71d

Please sign in to comment.