update to 1.1.5 [release 1.1.5-1mamba;Fri Dec 09 2022]
This commit is contained in:
parent
0d60f16526
commit
207ae4cf5e
16
xvinfo.spec
16
xvinfo.spec
@ -1,24 +1,25 @@
|
||||
Name: xvinfo
|
||||
Version: 1.1.4
|
||||
Version: 1.1.5
|
||||
Release: 1mamba
|
||||
Summary: xvinfo application to print X-Video extension adaptor information
|
||||
Group: Graphical Desktop/Applications/Utilities
|
||||
Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Tiziana Ferro <tiziana.ferro@email.it>
|
||||
URL: http://xorg.freedesktop.org/
|
||||
Source: http://xorg.freedesktop.org/releases/individual/app/%{name}-%{version}.tar.bz2
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
URL: https://www.x.org/wiki/
|
||||
Source: http://xorg.freedesktop.org/releases/individual/app/%{name}-%{version}.tar.xz
|
||||
License: MIT
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: libX11-devel
|
||||
BuildRequires: libXv-devel
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
|
||||
%description
|
||||
xvinfo prints out the capabilities of any video adaptors associated with the display that are accessible through the X-Video extension.
|
||||
|
||||
%debug_package
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
|
||||
@ -28,7 +29,7 @@ xvinfo prints out the capabilities of any video adaptors associated with the dis
|
||||
|
||||
%install
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
%makeinstall DESTDIR="%{buildroot}"
|
||||
%makeinstall
|
||||
|
||||
%clean
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
@ -40,6 +41,9 @@ xvinfo prints out the capabilities of any video adaptors associated with the dis
|
||||
%doc COPYING
|
||||
|
||||
%changelog
|
||||
* Fri Dec 09 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 1.1.5-1mamba
|
||||
- update to 1.1.5
|
||||
|
||||
* Fri Aug 02 2019 Automatic Build System <autodist@mambasoft.it> 1.1.4-1mamba
|
||||
- automatic update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user