Disable silent build.

This commit is contained in:
Thomas Moschny 2014-04-17 18:08:15 +02:00
parent e973deeb8a
commit 2fc1289049

View File

@ -1,6 +1,6 @@
Name: xcb-util-wm
Version: 0.4.1
Release: 1%{?dist}
Release: 2%{?dist}
Summary: Client and window-manager helper library on top of libxcb
Group: System Environment/Libraries
License: MIT
@ -30,7 +30,7 @@ Development files for xcb-util-wm.
%build
%configure --with-pic --disable-static
%configure --with-pic --disable-static --disable-silent-rules
make %{?_smp_mflags}
@ -62,6 +62,9 @@ rm %{buildroot}%{_libdir}/*.la
%changelog
* Thu Apr 17 2014 Thomas Moschny <thomas.moschny@gmx.de> - 0.4.1-2
- Disable silent build.
* Wed Apr 16 2014 Hans de Goede <hdegoede@redhat.com> - 0.4.1-1
- Update to 0.4.1 (rhbz#1059674)