parent
cba466ab5a
commit
e416486249
@ -1,7 +1,7 @@
|
||||
Summary: X Fixes library
|
||||
Name: libXfixes
|
||||
Version: 4.0.4
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
License: MIT
|
||||
Group: System Environment/Libraries
|
||||
URL: http://www.x.org
|
||||
@ -28,12 +28,12 @@ libXfixes development package
|
||||
|
||||
%build
|
||||
%configure --disable-static
|
||||
make %{?_smp_mflags}
|
||||
make V=1 %{?_smp_mflags}
|
||||
|
||||
%install
|
||||
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
|
||||
rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
|
||||
@ -58,6 +58,10 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_mandir}/man3/Xfixes.3*
|
||||
|
||||
%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
|
||||
- libXfixes 4.0.4
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user