public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/wavemon] f44: Don't overwrite CFLAGS in configure* (Fix F23FTBFS, RHBZ#1240046).
@ 2026-07-02 11:58 
  0 siblings, 0 replies; only message in thread
From:  @ 2026-07-02 11:58 UTC (permalink / raw)
  To: git-commits

            A new commit has been pushed.

            Repo   : rpms/wavemon
            Branch : f44
            Commit : 29681c75aa747144da5b91fb30cba5f620a019f4
            Author : Ralf Corsépius <corsepiu@fedoraproject.org>
            Date   : 2015-08-19T05:32:22+02:00
            Stats  : +9/-2 in 1 file(s)
            URL    : https://src.fedoraproject.org/rpms/wavemon/c/29681c75aa747144da5b91fb30cba5f620a019f4?branch=f44

            Log:
            Don't overwrite CFLAGS in configure* (Fix F23FTBFS, RHBZ#1240046).

- Add %license.

---
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 <corsepiu@fedoraproject.org> - 0.7.6-6
+- Don't overwrite CFLAGS in configure* (Fix F23FTBFS, RHBZ#1240046).
+- Add %%license.
+
 * Fri Jun 19 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.7.6-5
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
 

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-07-02 11:58 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-02 11:58 [rpms/wavemon] f44: Don't overwrite CFLAGS in configure* (Fix F23FTBFS, RHBZ#1240046) 

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox