Files

85 lines
2.3 KiB
RPMSpec

Name: libaosd
Version: 0.2.7
Release: 3mamba
Summary: An advanced on screen display (OSD) library
Group: System/Libraries
Vendor: openmamba
Distribution: openmamba
Packager: Silvan Calarco <silvan@openmamba.org>
URL: http://www.atheme.org/project/libaosd
Source: http://distfiles.atheme.org/libaosd-%{version}.tgz
License: MIT
## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel
BuildRequires: libX11-devel
BuildRequires: libXcomposite-devel
BuildRequires: libXrender-devel
BuildRequires: libcairo-devel
BuildRequires: libglib-devel
BuildRequires: libharfbuzz-devel
BuildRequires: libpango-devel
## AUTOBUILDREQ-END
%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.
%package devel
Group: Development/Libraries
Summary: Static libraries and headers for %{name}
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
%description devel
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.
This package contains static libraries and header files needed for development.
%package -n aosd_cat
Group: Applications/Text
Summary: On-screen display tool
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
%description -n aosd_cat
aosd_cat is an advanced on-screen display tool based on libaosd.
It can be used for OSD-style notifications in shell scripts.
%prep
%setup -q
%build
%configure
%make
%install
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%makeinstall
%clean
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%files
%defattr(-,root,root)
%{_libdir}/*.so.*
%doc LICENSE
%files devel
%defattr(-,root,root)
%{_includedir}/libaosd
%{_libdir}/*.so
%{_libdir}/pkgconfig/*.pc
%doc TODO
%files -n aosd_cat
%defattr(-,root,root)
%{_bindir}/aosd_cat
%{_mandir}/man1/aosd_cat.1.*
%changelog
* Tue Apr 07 2026 Silvan Calarco <silvan@openmamba.org> 0.2.7-3mamba
- updated maintainer
* 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