Difference between revisions of "Mythtv-rpmbuild.spec"

From MythTV Official Wiki
Jump to: navigation, search
m (moved Mythtv-svn-rpmbuild.spec to Mythtv-rpmbuild.spec: We don't use SVN, anymore--and no need to put tool names in the "script" title)
(4 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Outdated}}
+
This spec is for building MythTV RPM packages from a git checkout.
 
 
This spec is for building MythTV RPM packages from a subversion checkout.
 
 
It should be used along with the build_myth.sh shell script included
 
It should be used along with the build_myth.sh shell script included
at the bottom of this page.
+
at the following link: https://github.com/MythTV/packaging/tree/master/rpm
 
 
Both of these ( the mentioned shell script, and the .spec file) are now primarily located in the subversion repository, and thus the latest version is available for download from this link:
 
http://svn.mythtv.org/svn/trunk/packaging/rpm/   The version/s shown below may be "older", and should not be considered the "definitive source".  edits made below may be lost.
 
  
This will presumably work with any version of fedora from version 5
+
This will presumably work with any version of fedora from version 5 onward, and expects that you are pulling your packages from livna/rpmfusion.
onward, and expects that you are pulling your packages from livna/rpmfusion.
+
If you use [[ATrpms]], you will probably need to rename a couple of the dependencies to compensate for their different naming scheme.
If you use [[ATrpms]], you will probably need to rename a couple of the dependencies
 
to compensate for their different naming scheme.
 
  
 
Please read the documentation at the top of the file before using it.
 
Please read the documentation at the top of the file before using it.
  
 
[[Category:Scripts]]
 
[[Category:Scripts]]

Revision as of 23:51, 26 December 2010

This spec is for building MythTV RPM packages from a git checkout. It should be used along with the build_myth.sh shell script included at the following link: https://github.com/MythTV/packaging/tree/master/rpm

This will presumably work with any version of fedora from version 5 onward, and expects that you are pulling your packages from livna/rpmfusion. If you use ATrpms, you will probably need to rename a couple of the dependencies to compensate for their different naming scheme.

Please read the documentation at the top of the file before using it.