automatic rebuild by autodist [release 0.2.7-2mamba;Tue Dec 02 2025]

This commit is contained in:
2025-12-02 12:14:09 +01:00
parent d199e976d2
commit e8aff34db0
+8 -8
View File
@@ -1,6 +1,6 @@
Name: libaosd
Version: 0.2.7
Release: 1mamba
Release: 2mamba
Summary: An advanced on screen display (OSD) library
Group: System/Libraries
Vendor: openmamba
@@ -11,15 +11,14 @@ Source: http://distfiles.atheme.org/libaosd-%{version}.tgz
License: MIT
## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel
BuildRequires: libcairo-devel
BuildRequires: libglib-devel
BuildRequires: libpango-devel
BuildRequires: libX11-devel
BuildRequires: libXcomposite-devel
BuildRequires: libXfixes-devel
BuildRequires: libXrender-devel
BuildRequires: libcairo-devel
BuildRequires: libglib-devel
BuildRequires: libharfbuzz-devel
BuildRequires: libpango-devel
## AUTOBUILDREQ-END
BuildRoot: %{_tmppath}/%{name}-%{version}-root
%description
libaosd is an advanced on screen display (OSD) library, which uses Cairo to create high quality rendered graphics to be overlaid on top of the screen.
@@ -57,8 +56,6 @@ It can be used for OSD-style notifications in shell scripts.
%clean
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig
%files
%defattr(-,root,root)
@@ -77,5 +74,8 @@ It can be used for OSD-style notifications in shell scripts.
%{_mandir}/man1/aosd_cat.1.*
%changelog
* Tue Dec 02 2025 Automatic Build System <autodist@openmamba.org> 0.2.7-2mamba
- automatic rebuild by autodist
* Tue Sep 28 2010 Stefano Cotta Ramusino <stefano.cotta@openmamba.org> 0.2.7-1mamba
- package created by autospec