Compare commits
3 Commits
1.0.0-1mam
...
main
Author | SHA1 | Date | |
---|---|---|---|
40186a1a1c | |||
6a1d210c35 | |||
7dd0e31c26 |
@ -1,5 +1,5 @@
|
||||
Name: virglrenderer
|
||||
Version: 1.0.0
|
||||
Version: 1.1.1
|
||||
Release: 1mamba
|
||||
Summary: VirGL virtual OpenGL renderer
|
||||
Group: Applications/Graphics
|
||||
@ -38,7 +38,6 @@ Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||||
%description -n lib%{name}-devel
|
||||
This package contains libraries and header files for developing applications that use %{name}.
|
||||
|
||||
%debug_package
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
@ -56,8 +55,6 @@ This package contains libraries and header files for developing applications tha
|
||||
%clean
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
|
||||
%post -n lib%{name} -p /sbin/ldconfig
|
||||
%postun -n lib%{name} -p /sbin/ldconfig
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
@ -70,11 +67,21 @@ This package contains libraries and header files for developing applications tha
|
||||
|
||||
%files -n lib%{name}-devel
|
||||
%defattr(-,root,root)
|
||||
%{_includedir}/virgl/virgl-version.h
|
||||
%{_includedir}/virgl/virglrenderer.h
|
||||
%{_libdir}/libvirglrenderer.so
|
||||
%{_libdir}/pkgconfig/virglrenderer.pc
|
||||
%doc README.rst
|
||||
|
||||
%changelog
|
||||
* Fri Apr 04 2025 Automatic Build System <autodist@openmamba.org> 1.1.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Wed Sep 11 2024 Automatic Build System <autodist@openmamba.org> 1.1.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Mon Jan 15 2024 Automatic Build System <autodist@openmamba.org> 1.0.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Mon Dec 25 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 1.0.0-1mamba
|
||||
- package created using the webbuild interface
|
||||
|
Reference in New Issue
Block a user