Compare commits
2 Commits
1.5.9-1mam
...
main
Author | SHA1 | Date | |
---|---|---|---|
8214a8d580 | |||
4eaa342453 |
@ -1,5 +1,5 @@
|
|||||||
Name: libepoxy
|
Name: libepoxy
|
||||||
Version: 1.5.9
|
Version: 1.5.11
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: A library for handling OpenGL function pointer management for you
|
Summary: A library for handling OpenGL function pointer management for you
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
@ -13,6 +13,7 @@ Source: https://github.com/anholt/libepoxy.git/master/libepoxy-%{version}.ta
|
|||||||
License: MIT
|
License: MIT
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
|
BuildRequires: libX11-devel
|
||||||
BuildRequires: libglvnd-devel
|
BuildRequires: libglvnd-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
|
|
||||||
@ -45,8 +46,6 @@ This package contains libraries and header files for developing applications tha
|
|||||||
%clean
|
%clean
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
|
|
||||||
%post -p /sbin/ldconfig
|
|
||||||
%postun -p /sbin/ldconfig
|
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
@ -62,6 +61,12 @@ This package contains libraries and header files for developing applications tha
|
|||||||
%doc README.md
|
%doc README.md
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Nov 25 2024 Automatic Build System <autodist@openmamba.org> 1.5.11-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Sat Mar 19 2022 Automatic Build System <autodist@mambasoft.it> 1.5.10-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Sun Aug 15 2021 Automatic Build System <autodist@mambasoft.it> 1.5.9-1mamba
|
* Sun Aug 15 2021 Automatic Build System <autodist@mambasoft.it> 1.5.9-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user