SPEC: http://pbrobinson.fedorapeople.org/libwfd.spec SRPM: http://pbrobinson.fedorapeople.org/libwfd-0.0-0.1git21a82b9.fc20.src.rpm %description libwfd provides a stand-alone implementation of the Wifi-Display protocol. It is developed as part of MiracleCast, but doesn't have any of its heavy dependencies. You can use it to implement your own Miracast stack or for external helper programs. koji: http://koji.fedoraproject.org/koji/taskinfo?taskID=6545205
Just a brief look at the spec: > Version: 0.0 Where does this "0.0" come from? Is it a convention explained in documentation? Simply using "Version: 0" is more than enough for software that hasn't had a release yet. The extra .0 doesn't add any value. > Release: 0.1git%{shortcommit}%{?dist} You want a combination of "snapshot" and "pre-release", https://fedoraproject.org/wiki/Packaging:NamingGuidelines#Snapshot_packages https://fedoraproject.org/wiki/Packaging:NamingGuidelines#Pre-Release_packages resulting in Release: 0.%{X}.%{checkout}%{?dist} with checkout=YYYYMMDDgit%{shortcommit} and X being the most-significant release value for normal package updates. > %package devel > Summary: Development package for opus opus? ;-) > Requires: libwfd = %{version}-%{release} https://fedoraproject.org/wiki/Packaging:Guidelines#Requiring_Base_Package
No longer needed for the project I want to package and I believe no longer being developed.