automatic version update by autodist [release 1.5.5-1mamba;Mon Dec 28 2020]
This commit is contained in:
parent
1a94288fa4
commit
29c4a4606a
@ -1,5 +1,5 @@
|
|||||||
Name: libepoxy
|
Name: libepoxy
|
||||||
Version: 1.5.4
|
Version: 1.5.5
|
||||||
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
|
||||||
@ -34,13 +34,13 @@ This package contains libraries and header files for developing applications tha
|
|||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
%build
|
%build
|
||||||
./autogen.sh
|
%meson
|
||||||
%configure
|
|
||||||
%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}"
|
||||||
@ -57,12 +57,14 @@ This package contains libraries and header files for developing applications tha
|
|||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%dir %{_includedir}/epoxy
|
%dir %{_includedir}/epoxy
|
||||||
%{_includedir}/epoxy/*.h
|
%{_includedir}/epoxy/*.h
|
||||||
%{_libdir}/libepoxy.la
|
|
||||||
%{_libdir}/libepoxy.so
|
%{_libdir}/libepoxy.so
|
||||||
%{_libdir}/pkgconfig/epoxy.pc
|
%{_libdir}/pkgconfig/epoxy.pc
|
||||||
%doc README.md
|
%doc README.md
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Dec 28 2020 Automatic Build System <autodist@mambasoft.it> 1.5.5-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Tue Nov 26 2019 Automatic Build System <autodist@mambasoft.it> 1.5.4-1mamba
|
* Tue Nov 26 2019 Automatic Build System <autodist@mambasoft.it> 1.5.4-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user