diff --git a/wavemon.spec b/wavemon.spec index 6ff20c5..71abaac 100644 --- a/wavemon.spec +++ b/wavemon.spec @@ -1,6 +1,6 @@ Name: wavemon Version: 0.7.6 -Release: 5%{?dist} +Release: 6%{?dist} Summary: Ncurses-based monitoring application for wireless network devices License: GPLv2+ @@ -22,6 +22,8 @@ full-screen level histogram displaying signal/noise levels and SNR. %prep %setup -q +# Let configure* honor CFLAGS (RHBZ#1240046) +sed -i -e 's|^CFLAGS=|#CFLAGS|' configure* %build %configure @@ -33,11 +35,16 @@ make install DESTDIR=%{buildroot} INSTALL="install -p" rm -rf %{buildroot}%{_datadir}/%{name}/* %files -%doc AUTHORS ChangeLog COPYING README NEWS THANKS +%doc AUTHORS ChangeLog README NEWS THANKS +%license COPYING %{_mandir}/man*/%{name}*.* %{_bindir}/%{name} %changelog +* Wed Aug 19 2015 Ralf Corsépius - 0.7.6-6 +- Don't overwrite CFLAGS in configure* (Fix F23FTBFS, RHBZ#1240046). +- Add %%license. + * Fri Jun 19 2015 Fedora Release Engineering - 0.7.6-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild