Accepting request 663030 from X11:XOrg
OBS-URL: https://build.opensuse.org/request/show/663030 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libvdpau?expand=0&rev=32
This commit is contained in:
commit
c9af0f043f
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 12 20:18:16 UTC 2018 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
- Update RPM groups and %make(_)install call.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 12 14:56:05 UTC 2018 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
|
@ -21,7 +21,7 @@ Version: 1.1.1
|
||||
Release: 0
|
||||
Summary: VDPAU wrapper and trace libraries
|
||||
License: MIT
|
||||
Group: System/Libraries
|
||||
Group: Development/Libraries/C and C++
|
||||
URL: http://www.freedesktop.org/wiki/Software/VDPAU/
|
||||
Source: http://people.freedesktop.org/~aplattner/vdpau/%{name}-%{version}.tar.bz2
|
||||
Source1: http://people.freedesktop.org/~aplattner/vdpau/vdpauinfo-1.0.tar.gz
|
||||
@ -91,7 +91,7 @@ autoreconf -fi
|
||||
make %{?_smp_mflags}
|
||||
|
||||
%install
|
||||
%makeinstall
|
||||
%make_install
|
||||
|
||||
rm %{buildroot}%{_libdir}/libvdpau.la
|
||||
rm %{buildroot}%{_libdir}/vdpau/libvdpau_trace.la
|
||||
@ -104,10 +104,10 @@ VDPAU_CFLAGS=-I%{buildroot}%{_includedir} \
|
||||
VDPAU_LIBS="-L%{buildroot}/%{_libdir} -lvdpau -lX11"
|
||||
|
||||
make %{?_smp_mflags}
|
||||
%makeinstall
|
||||
%make_install
|
||||
popd
|
||||
|
||||
cp $RPM_SOURCE_DIR/README .
|
||||
cp %{_sourcedir}/README .
|
||||
|
||||
%post -n libvdpau1 -p /sbin/ldconfig
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user