From 5dce8be53aada2b55edad4d698f358251a71f4f9 Mon Sep 17 00:00:00 2001 From: Orcan Ogetbil Date: Apr 08 2009 20:23:54 +0000 Subject: - Change CCFLAGS to CFLAGS --- diff --git a/slv2.spec b/slv2.spec index 4e30d65..aa95331 100644 --- a/slv2.spec +++ b/slv2.spec @@ -1,7 +1,7 @@ Name: slv2 -Summary: LV2 host library +Summary: LV2 host library Version: 0.6.2 -Release: 2%{?dist} +Release: 3%{?dist} License: GPLv2+ Group: System Environment/Libraries Source0: http://download.drobilla.net/%{name}-%{version}.tar.bz2 @@ -57,7 +57,7 @@ sed -i "s|/lib'|/%{_lib}'|" autowaf.py sed -i 's|@REDLAND.*@||' slv2.pc.in %build -export CCFLAGS="%{optflags}" +export CFLAGS="%{optflags}" export CXXFLAGS="%{optflags}" ./waf configure --prefix=%{_prefix} \ --libdir=%{_libdir} \ @@ -92,6 +92,9 @@ rm -rf %{buildroot} %{_mandir}/man3/%{name}* %changelog +* Wed Apr 08 2009 Orcan Ogetbil - 0.6.2-3 +- Change CCFLAGS to CFLAGS + * Sat Mar 28 2009 Orcan Ogetbil - 0.6.2-2 - Remove redland flags from the .pc file - Change CPPFLAGS to CXXFLAGS