From 895c157427ba51bda5bbe010ae6cc79224fe02e0 Mon Sep 17 00:00:00 2001 From: Luya Tshimbalanga Date: Mar 08 2018 05:24:11 +0000 Subject: Add gcc-c++ dependency Sligh clean up spec file --- diff --git a/ETL.spec b/ETL.spec index c8748e8..ed5ec6e 100644 --- a/ETL.spec +++ b/ETL.spec @@ -10,6 +10,7 @@ License: GPLv2+ URL: http://synfig.org Source0: http://downloads.sourceforge.net/synfig/ETL-%{version}.tar.gz Buildrequires: doxygen +Buildrequires: gcc-c++ #Buildrequires: autoconf automake Requires: pkgconfig @@ -28,7 +29,7 @@ developing applications that use %{name}. %prep -%setup -q +%autosetup %build %configure @@ -36,7 +37,8 @@ make %{?_smp_mflags} all docs %install -make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p" +#make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p" +%make_install # Disabled 2018-02-13, gcc8 issue, tests haven't been updated in some time. #%check @@ -52,6 +54,10 @@ make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p" %changelog +* Wed Mar 07 2018 Luya Tshimbalanga - 1:1.2.1-3 +- Add gcc-c++ dependency +- Sligh clean up spec file + * Wed Feb 07 2018 Fedora Release Engineering - 1:1.2.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild