https://bugzilla.rpmfusion.org/show_bug.cgi?id=4643
Vasiliy Glazov <vascom2(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |vascom2(a)gmail.com
--- Comment #1 from Vasiliy Glazov <vascom2(a)gmail.com> ---
Some small corrections:
1. Use %autosetup -p1 -b 1 -n EmptyEpsilon-EE-%{version}
instead of %setup and %patch.
2. Use %cmake instead of cmake and remove -DCMAKE_INSTALL_PREFIX=%{_prefix}
because it included in %cmake macro.
3. Use %make_install
instead of make DESTDIR=%{buildroot} install
4. Use install -p -m 644 instead of cp command in %install section.
5. All %{_datarootdir} macro can be changed to %{_datadir} macro.
--
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.