- Don't use silent rules, we want verbose output in builders

This commit is contained in:
Benjamin Otte 2010-07-04 21:53:19 +00:00
parent fcf5f1d5d5
commit 602c11e62f

View File

@ -5,7 +5,7 @@
Summary: A 2D graphics library Summary: A 2D graphics library
Name: cairo Name: cairo
Version: 1.9.10 Version: 1.9.10
Release: 1%{?dist} Release: 2%{?dist}
URL: http://cairographics.org URL: http://cairographics.org
Source0: http://cairographics.org/snapshots/%{name}-%{version}.tar.gz Source0: http://cairographics.org/snapshots/%{name}-%{version}.tar.gz
#Source0: http://cairographics.org/releases/%{name}-%{version}.tar.gz #Source0: http://cairographics.org/releases/%{name}-%{version}.tar.gz
@ -72,12 +72,12 @@ This package contains tools for working with the cairo graphics library.
--enable-pdf \ --enable-pdf \
--enable-svg \ --enable-svg \
--disable-gtk-doc --disable-gtk-doc
make %{?_smp_mflags} make V=1 %{?_smp_mflags}
%install %install
rm -rf $RPM_BUILD_ROOT rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT make install V=1 DESTDIR=$RPM_BUILD_ROOT
rm $RPM_BUILD_ROOT%{_libdir}/*.la rm $RPM_BUILD_ROOT%{_libdir}/*.la
%clean %clean
@ -105,6 +105,9 @@ rm -rf $RPM_BUILD_ROOT
%{_libdir}/cairo %{_libdir}/cairo
%changelog %changelog
* Sun Jul 04 2010 Benjamin Otte <otte@redhat.com> - 1.9.10-2
- Don't use silent rules, we want verbose output in builders
* Thu Jun 27 2010 Benjamin Otte <otte@redhat.com> - 1.9.10-1 * Thu Jun 27 2010 Benjamin Otte <otte@redhat.com> - 1.9.10-1
- Update to 1.9.10 snapshot - Update to 1.9.10 snapshot