https://bugzilla.redhat.com/show_bug.cgi?id=1074149 Christopher Meng <cickumqt@xxxxxxxxx> changed: What |Removed |Added ---------------------------------------------------------------------------- Flags| |fedora-review? --- Comment #1 from Christopher Meng <cickumqt@xxxxxxxxx> --- 1. %define --> %global 2. Requires: %{name} = %{version}-%{release} --> Requires: %{name}%{?_isa} = %{version}-%{release} 3. Drop Requires: pkgconfig 4. devel package template: %package devel Summary: Development files for %{name} Requires: %{name}%{?_isa} = %{version}-%{release} %description devel This package contains libraries and header files for developing applications that use %{name}. 5. autoreconf -v --install || exit 1 --> autoreconf -fiv || exit 1 6. find $RPM_BUILD_ROOT -type f -name '*.la' | xargs rm -f -- || : Hint: find $RPM_BUILD_ROOT -type f -name '*.la' -delete -print 7. Drop %defattr(-,root,root,-) 8. %{_includedir}/epoxy/* You forgot to own the %{_includedir}/epoxy/ itself. Solution: i. Change to %{_includedir}/epoxy/ ii. A bit detailed: %dir %{_includedir}/epoxy/ %{_includedir}/epoxy/* 9. http://dri.sourceforge.net Redirected to http://dri.freedesktop.org/ What I can get from Google is: https://github.com/anholt/libepoxy Ideas? 10. Group tags is optional now, you can choose to drop them ;) -- 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 package-review@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/package-review