- install the binaries of dristat, drmstat, drmmodeprint and

drmmodetest instead of the useless libtool wrappers ...

OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libdrm?expand=0&rev=80
This commit is contained in:
Stefan Dirsch 2011-05-25 10:39:53 +00:00 committed by Git OBS Bridge
parent 91d947de8e
commit beeb227321
2 changed files with 10 additions and 4 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Wed May 25 10:38:44 UTC 2011 - sndirsch@novell.com
- install the binaries of dristat, drmstat, drmmodeprint and
drmmodetest instead of the useless libtool wrappers ...
-------------------------------------------------------------------
Tue May 24 16:56:34 UTC 2011 - eich@suse.de

View File

@ -78,10 +78,10 @@ make -C tests/modeprint install DESTDIR=$RPM_BUILD_ROOT
make -C tests/modetest install DESTDIR=$RPM_BUILD_ROOT
%{__mkdir} -p $RPM_BUILD_ROOT/usr/bin
%{__install} \
tests/dristat \
tests/drmstat \
tests/modeprint/modeprint \
tests/modetest/modetest $RPM_BUILD_ROOT/usr/bin
tests/.libs/dristat \
tests/.libs/drmstat \
tests/modeprint/.libs/modeprint \
tests/modetest/.libs/modetest $RPM_BUILD_ROOT/usr/bin
%clean
rm -rf $RPM_BUILD_ROOT