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

Igor Gnatenko <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED
           Assignee|[email protected]    |[email protected]
              Flags|                            |fedora-review?



--- Comment #1 from Igor Gnatenko <[email protected]> ---
> BuildRoot:      %{_tmppath}/%{name}-%{version}-build
not needed

> %global debug_package %{nil}
BuildArch: noarch

> Group:          Development/Libraries/C and C++
not needed

> License:        BSD-3-Clause
License: BSD

> sed -i 's/-Werror//' CMakeLists.txt
bad idea, better to fix real errors ;)

> %doc LICENSE
%license LICENSE

> %{_includedir}/cereal
%{_includedir}/%{name}/

> %{_datadir}/cmake/cereal
%dir %{_datadir}/cmake
%{_datadir}/cmake/%{name}/

> cd %{_target_platform}
pushd %{_target_platform}

> make %{?_smp_mflags}
%make_build -C %{_target_platform}

> make -C %{_target_platform} install DESTDIR=%{buildroot}
%make_install -C %{_target_platform}

-- 
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://lists.fedoraproject.org/admin/lists/[email protected]

Reply via email to