https://bugzilla.redhat.com/show_bug.cgi?id=1350029
Igor Gnatenko ignatenko@redhat.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |ignatenko@redhat.com
--- Comment #15 from Igor Gnatenko ignatenko@redhat.com --- Unfortunately it's not yet good package.
%defattr(-,root,root,-)
MUST be dropped
%clean rm -rf %{buildroot}
MUST be dropped
make %{?_smp_mflags}
COULD be replaced iwth %make_build
make DESTDIR=%{buildroot} install
COULD be replace with %make_install
%setup -q -n %{name}-%{version}
COULD be changed to %setup -q or to %autosetup
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
MUST be dropped
Group: System Environment/Libraries Group: System Environment/Libraries
COULD be dropped
%package devel-static
It's actually not devel-static, but just static. Please adjust.