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