diff --git a/liborigin.spec b/liborigin.spec index 8f6d7ed..27b6a46 100644 --- a/liborigin.spec +++ b/liborigin.spec @@ -12,6 +12,7 @@ Source: http://master.dl.sourceforge.net/project/liborigin/liborigin/2008/%{n Patch0: %{name}-%{version}-gcc.patch Patch1: %{name}-%{version}-cxx11.patch +BuildRequires: gcc-c++ BuildRequires: cmake Requires(post): /sbin/ldconfig Requires(postun): /sbin/ldconfig @@ -36,7 +37,7 @@ you will need to install %{name}-devel. %build -# fix for hardcoded path of %{_libdir} +# fix for hardcoded path of %%{_libdir} sed -i "s|install(TARGETS origin DESTINATION lib)|install(TARGETS origin DESTINATION %{_lib})|" CMakeLists.txt %cmake @@ -67,6 +68,10 @@ chmod 0644 ws4.opj %{_libdir}/%{name}.so %changelog +* Fri Feb 16 2018 Alexander Ploumistos - 20080225-23 +- Add gcc-c++ build dependency +- Fix rpmlint warning + * Wed Feb 07 2018 Fedora Release Engineering - 20080225-22 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild