Update to 2.4.68
Signed-off-by: Igor Gnatenko <ignatenko@redhat.com>
This commit is contained in:
parent
773ef22112
commit
3968b944ec
38
libdrm.spec
38
libdrm.spec
@ -1,19 +1,11 @@
|
||||
#define gitdate 20130117
|
||||
|
||||
Summary: Direct Rendering Manager runtime library
|
||||
Name: libdrm
|
||||
Version: 2.4.67
|
||||
Release: 4%{?dist}
|
||||
Summary: Direct Rendering Manager runtime library
|
||||
Version: 2.4.68
|
||||
Release: 1%{?dist}
|
||||
License: MIT
|
||||
Group: System Environment/Libraries
|
||||
URL: http://dri.sourceforge.net
|
||||
|
||||
%if 0%{?gitdate}
|
||||
Source0: %{name}-%{gitdate}.tar.bz2
|
||||
%else
|
||||
URL: http://dri.sourceforge.net
|
||||
Source0: http://dri.freedesktop.org/libdrm/%{name}-%{version}.tar.bz2
|
||||
%endif
|
||||
Source1: make-git-snapshot.sh
|
||||
Source2: 91-drm-modeset.rules
|
||||
|
||||
BuildRequires: pkgconfig automake autoconf libtool
|
||||
@ -46,26 +38,21 @@ Direct Rendering Manager runtime library
|
||||
|
||||
%package devel
|
||||
Summary: Direct Rendering Manager development package
|
||||
Group: Development/Libraries
|
||||
Requires: %{name} = %{version}-%{release}
|
||||
Requires: %{name}%{?_isa} = %{version}-%{release}
|
||||
Requires: kernel-headers >= 2.6.27-0.144.rc0.git2.fc10
|
||||
Requires: pkgconfig
|
||||
|
||||
%description devel
|
||||
Direct Rendering Manager development package
|
||||
Direct Rendering Manager development package.
|
||||
|
||||
%package -n drm-utils
|
||||
Summary: Direct Rendering Manager utilities
|
||||
Group: Development/Tools
|
||||
Requires: %{name}%{?_isa} = %{version}-%{release}
|
||||
|
||||
%description -n drm-utils
|
||||
Utility programs for the kernel DRM interface. Will void your warranty.
|
||||
|
||||
%prep
|
||||
%setup -q %{?gitdate:-n %{name}-%{gitdate}}
|
||||
%patch3 -p1 -b .forceperms
|
||||
%patch4 -p1 -b .no-bc
|
||||
%patch5 -p1 -b .check
|
||||
%autosetup -p1
|
||||
|
||||
%build
|
||||
autoreconf -v --install || exit 1
|
||||
@ -85,13 +72,13 @@ autoreconf -v --install || exit 1
|
||||
--enable-install-test-programs \
|
||||
--enable-udev
|
||||
|
||||
make %{?_smp_mflags} V=1
|
||||
%make_build V=1
|
||||
pushd tests
|
||||
make %{?smp_mflags} `make check-programs` V=1
|
||||
%make_build `make check-programs` V=1
|
||||
popd
|
||||
|
||||
%install
|
||||
make install DESTDIR=%{buildroot}
|
||||
%make_install
|
||||
pushd tests
|
||||
mkdir -p %{buildroot}%{_bindir}
|
||||
for foo in $(make check-programs) ; do
|
||||
@ -241,6 +228,9 @@ done
|
||||
%{_mandir}/man7/drm*.7*
|
||||
|
||||
%changelog
|
||||
* Thu Apr 28 2016 Igor Gnatenko <ignatenko@redhat.com> - 2.4.68-1
|
||||
- Update to 2.4.68
|
||||
|
||||
* Sat Apr 9 2016 Peter Robinson <pbrobinson@fedoraproject.org> 2.4.67-3
|
||||
- Build some extra bits for aarch64
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user