- Merge-Review #226071

- make is not verbose
This commit is contained in:
paragn 2009-10-21 09:02:13 +00:00
parent cba466ab5a
commit e416486249

View File

@ -1,7 +1,7 @@
Summary: X Fixes library Summary: X Fixes library
Name: libXfixes Name: libXfixes
Version: 4.0.4 Version: 4.0.4
Release: 1%{?dist} Release: 2%{?dist}
License: MIT License: MIT
Group: System Environment/Libraries Group: System Environment/Libraries
URL: http://www.x.org URL: http://www.x.org
@ -28,12 +28,12 @@ libXfixes development package
%build %build
%configure --disable-static %configure --disable-static
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 DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p"
# We intentionally don't ship *.la files # We intentionally don't ship *.la files
rm -f $RPM_BUILD_ROOT%{_libdir}/*.la rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
@ -58,6 +58,10 @@ rm -rf $RPM_BUILD_ROOT
%{_mandir}/man3/Xfixes.3* %{_mandir}/man3/Xfixes.3*
%changelog %changelog
* Wed Oct 21 2009 Parag <paragn@fedoraproject.org> - 4.0.4-2
- Merge-Review #226071
- make is not verbose
* Tue Oct 13 2009 Adam Jackson <ajax@redhat.com> 4.0.4-1 * Tue Oct 13 2009 Adam Jackson <ajax@redhat.com> 4.0.4-1
- libXfixes 4.0.4 - libXfixes 4.0.4