https://bugzilla.redhat.com/show_bug.cgi?id=1129677



--- Comment #7 from Michael Schwendt <[email protected]> ---
> BuildRequires:  gstreamer1-devel gstreamer1-plugins-base-devel


> %package devel
> Summary:        Development files for %{name}
> Requires:       %{name} = %{version}-%{release}

https://fedoraproject.org/wiki/Packaging:Guidelines#Requiring_Base_Package


> Group:          Development/Libraries
> License:        LGPLv2+
> Requires:       pkgconfig

Automatic these days, provided that the package contains a .pc file. Examine
the Provides and Requires of your built packages.


> Requires:       gstreamer-devel

Why not "gstreamer1-devel"?


> Requires:       %{name} = %{version}-%{release}

Duplicate, and see above.


> %defattr(-,root,root,-)

https://fedoraproject.org/wiki/Packaging:Guidelines#File_Permissions

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this product and component
_______________________________________________
package-review mailing list
[email protected]
https://admin.fedoraproject.org/mailman/listinfo/package-review

Reply via email to