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