oops
This commit is contained in:
parent
5fc757e5b7
commit
54e8ef2ed0
@ -2,9 +2,9 @@ diff -up libdrm-2.4.25/tests/Makefile.am.jx libdrm-2.4.25/tests/Makefile.am
|
||||
--- libdrm-2.4.25/tests/Makefile.am.jx 2011-03-21 09:39:24.000000000 -0400
|
||||
+++ libdrm-2.4.25/tests/Makefile.am 2011-04-18 11:40:17.000000000 -0400
|
||||
@@ -58,3 +58,6 @@ endif
|
||||
check_PROGRAMS += $(TESTS)
|
||||
|
||||
endif
|
||||
|
||||
check_PROGRAMS += $(TESTS)
|
||||
+
|
||||
+check-programs:
|
||||
+ @echo $(check_PROGRAMS)
|
||||
|
@ -3,7 +3,7 @@
|
||||
Summary: Direct Rendering Manager runtime library
|
||||
Name: libdrm
|
||||
Version: 2.4.61
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
License: MIT
|
||||
Group: System Environment/Libraries
|
||||
URL: http://dri.sourceforge.net
|
||||
@ -148,6 +148,10 @@ done
|
||||
%{_bindir}/vbltest
|
||||
%{_bindir}/kmstest
|
||||
%exclude %{_bindir}/exynos*
|
||||
%exclude %{_bindir}/drmsl
|
||||
%exclude %{_bindir}/hash
|
||||
%exclude %{_bindir}/proptest
|
||||
%exclude %{_bindir}/random
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root,-)
|
||||
@ -219,6 +223,9 @@ done
|
||||
%{_mandir}/man7/drm*.7*
|
||||
|
||||
%changelog
|
||||
* Thu May 07 2015 Ben Skeggs <bskeggs@redhat.com> 2.4.61-2
|
||||
- fixup patch, don't ship extra tests
|
||||
|
||||
* Thu May 07 2015 Ben Skeggs <bskeggs@redhat.com> 2.4.61-1
|
||||
- libdrm 2.4.61
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user