diff --git a/bip.spec b/bip.spec index c2d3884..00a8a12 100644 --- a/bip.spec +++ b/bip.spec @@ -1,6 +1,6 @@ Name: bip Version: 0.7.2 -Release: 5%{?dist} +Release: 6%{?dist} Summary: IRC Bouncer Group: Applications/Internet License: GPLv2+ @@ -26,7 +26,7 @@ mv ChangeLog{.utf8,} %build %configure --enable-openssl -make %{?_smp_mflags} CFLAGS="$RPM_OPT_FLAGS" +make CFLAGS="$RPM_OPT_FLAGS" %install @@ -50,6 +50,9 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man5/bip.conf.5.gz %changelog +* Tue May 06 2008 Lorenzo Villani - 0.7.2-6 +- Removed _smp_mflags to avoid compilation errors with parallel jobs + * Wed Apr 30 2008 Lorenzo Villani - 0.7.2-5 - Corrected License field - Removed openssl from Requires