Build with %{optflags} (#861451)
parent
6add4d5eca
commit
798e00f2d1
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
Name: sakura
|
Name: sakura
|
||||||
Version: 3.0.4
|
Version: 3.0.4
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
Summary: Terminal emulator based on GTK and VTE
|
Summary: Terminal emulator based on GTK and VTE
|
||||||
|
|
||||||
Group: User Interface/X
|
Group: User Interface/X
|
||||||
|
@ -24,6 +24,8 @@ have a decent terminal emulator.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
# dirty hack as cmake files no longer honor CMAKE_C_FLAGS
|
||||||
|
sed -i 's|CMAKE_C_FLAGS ".*"|CMAKE_C_FLAGS "%{optflags}"|g' CMakeLists.txt
|
||||||
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
@ -63,6 +65,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Sep 29 2012 Christoph Wickert <cwickert@fedoraproject.org> - 3.0.4-2
|
||||||
|
- Build with %%{optflags} (#861451)
|
||||||
|
|
||||||
* Thu Sep 27 2012 Christoph Wickert <cwickert@fedoraproject.org> - 3.0.4-1
|
* Thu Sep 27 2012 Christoph Wickert <cwickert@fedoraproject.org> - 3.0.4-1
|
||||||
- Update to 3.0.4 (#860958)
|
- Update to 3.0.4 (#860958)
|
||||||
- Build against GTK3 and VTE3
|
- Build against GTK3 and VTE3
|
||||||
|
|
Loading…
Reference in New Issue