Update to pre1
This commit is contained in:
parent
78e613aa26
commit
f8dfe1cbbf
13
libva.spec
13
libva.spec
@ -1,10 +1,12 @@
|
||||
%global pre_release .pre1-20180601
|
||||
|
||||
Name: libva
|
||||
Version: 2.1.0
|
||||
Release: 2%{?dist}
|
||||
Version: 2.1.1
|
||||
Release: 0.1.pre1%{?dist}
|
||||
Summary: Video Acceleration (VA) API for Linux
|
||||
License: MIT
|
||||
URL: https://github.com/intel/libva
|
||||
Source0: %{url}/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
|
||||
Source0: %{url}/archive/%{version}%{?pre_release}/%{name}-%{version}%{?pre_release}.tar.gz
|
||||
|
||||
BuildRequires: libtool
|
||||
|
||||
@ -38,7 +40,7 @@ developing applications that use %{name}.
|
||||
|
||||
|
||||
%prep
|
||||
%autosetup -p1
|
||||
%autosetup -p1 -n %{name}-%{version}%{?pre_release}
|
||||
autoreconf -vif
|
||||
|
||||
%build
|
||||
@ -70,6 +72,9 @@ find %{buildroot} -regex ".*\.la$" | xargs rm -f --
|
||||
%{_libdir}/pkgconfig/libva*.pc
|
||||
|
||||
%changelog
|
||||
* Sat Jun 02 2018 Nicolas Chauvet <kwizart@gmail.com> - 2.1.1-0.1.pre1
|
||||
- Update to 2.1.1.pre1-20180601
|
||||
|
||||
* Mon Mar 19 2018 Nicolas Chauvet <kwizart@gmail.com> - 2.1.0-2
|
||||
- Switch to github.com/intel URL
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user