update to 1.6 [release 1.6-1mamba;Thu Jun 27 2024]
This commit is contained in:
parent
f51f98e262
commit
958a3d17d9
@ -1,4 +1,4 @@
|
|||||||
# rendercheck
|
# rendercheck
|
||||||
|
|
||||||
A small program for testing basic Render extension conformance
|
A small program for testing basic Render extension conformance.
|
||||||
|
|
||||||
|
@ -1,35 +1,37 @@
|
|||||||
Name: rendercheck
|
Name: rendercheck
|
||||||
Version: 1.5
|
Version: 1.6
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: A small program for testing basic Render extension conformance
|
Summary: A small program for testing basic Render extension conformance
|
||||||
Group: System/X11
|
Group: System/X11
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Ercole 'ercolinux' Carpanetto <ercole69@gmail.com>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: http://x.org
|
URL: https://www.x.org/wiki/
|
||||||
Source: http://ftp.x.org/pub/individual/app/rendercheck-%{version}.tar.bz2
|
Source: https://gitlab.freedesktop.org/xorg/test/rendercheck.git/rendercheck-%{version}/rendercheck-%{version}.tar.bz2
|
||||||
License: MIT
|
License: MIT
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
BuildRequires: libX11-devel
|
BuildRequires: libX11-devel
|
||||||
|
BuildRequires: libXext-devel
|
||||||
BuildRequires: libXrender-devel
|
BuildRequires: libXrender-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
|
|
||||||
%description
|
%description
|
||||||
A small program for testing basic Render extension conformance
|
A small program for testing basic Render extension conformance.
|
||||||
|
|
||||||
|
%debug_package
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
|
|
||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure
|
%meson
|
||||||
%make
|
|
||||||
|
%meson_build
|
||||||
|
|
||||||
%install
|
%install
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
%makeinstall
|
%meson_install
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
@ -37,10 +39,13 @@ A small program for testing basic Render extension conformance
|
|||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_bindir}/rendercheck
|
%{_bindir}/rendercheck
|
||||||
%{_mandir}/man1/rendercheck.1.gz
|
%{_mandir}/man1/rendercheck.1*
|
||||||
%doc AUTHORS COPYING ChangeLog NEWS README
|
%doc AUTHORS COPYING
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Jun 27 2024 Silvan Calarco <silvan.calarco@mambasoft.it> 1.6-1mamba
|
||||||
|
- update to 1.6
|
||||||
|
|
||||||
* Sun Jun 21 2015 Automatic Build System <autodist@mambasoft.it> 1.5-1mamba
|
* Sun Jun 21 2015 Automatic Build System <autodist@mambasoft.it> 1.5-1mamba
|
||||||
- automatic update by autodist
|
- automatic update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user