View | Details | Raw Unified | Return to bug 36904
Collapse All | Expand All

(-)a/muffin.spec (-2 / +8 lines)
Lines 2-8 Link Here
2
2
3
Name: muffin
3
Name: muffin
4
Version: 4.0.7
4
Version: 4.0.7
5
Release: alt1
5
Release: alt1.1
6
6
7
Summary: Window and compositing manager based on Clutter
7
Summary: Window and compositing manager based on Clutter
8
License: GPLv2+
8
License: GPLv2+
Lines 137-142 GObject introspection devel data for the Muffin library Link Here
137
[ ! -d m4 ] && mkdir m4
137
[ ! -d m4 ] && mkdir m4
138
cp %SOURCE1 m4/
138
cp %SOURCE1 m4/
139
139
140
%ifarch %e2k
141
sed -i 's,-Werror=pointer-arith,,' */configure.ac
142
%endif
143
140
%build
144
%build
141
%autoreconf
145
%autoreconf
142
%configure --disable-static \
146
%configure --disable-static \
Lines 194-199 cp %SOURCE1 m4/ Link Here
194
198
195
199
196
%changelog
200
%changelog
201
* Sat Jun 15 2019 Michael Shigorin <mike@altlinux.org> 4.0.7-alt1.1
202
- E2K: ftbfs workaround until lcc 1.23.19+ (mcst#4023)
203
197
* Wed Apr 10 2019 Vladimir Didenko <cow@altlinux.org> 4.0.7-alt1
204
* Wed Apr 10 2019 Vladimir Didenko <cow@altlinux.org> 4.0.7-alt1
198
- 4.0.7
205
- 4.0.7
199
206
200
- 

Return to bug 36904