Sophie

Sophie

distrib > Mageia > 9 > armv7hl > media > core-release-src > by-pkgid > 03b859ca61f1e11aa9990481fee566d4 > files > 2

libg15render-1.2-1.mga9.src.rpm

%define libname %mklibname g15render 1
%define libname_devel %mklibname g15render -d

Name:           libg15render
Version:        1.2
Release:        %mkrel 1
Summary:        Library to render text and shapes into a buffer usable by the G15 keyboard
License:        GPLv2+
Group:          System/Libraries
URL:            http://g15tools.sourceforge.net/
Source0:        http://downloads.sourceforge.net/g15tools/libg15render-%{version}.tar.bz2
BuildRequires:  pkgconfig(freetype2)
BuildRequires:  g15-devel
BuildRequires:  doxygen

%description
This is a library to render text and shapes into a buffer usable by the
Logitech G15 Gaming Keyboard.

This library probably isn't very useful without libg15 and/or g15daemon.

%package -n %{libname}
Summary:        Renders text and shapes into a buffer usable by the G15 keyboard
Group:          System/Libraries
Provides:       g15render = %{EVRD}

%description -n %{libname}
This is a library to render text and shapes into a buffer usable by the
Logitech G15 Gaming Keyboard.

This library probably isn't very useful without libg15 and/or g15daemon.

%package -n %{libname_devel}
Summary:        Renders text and shapes into a buffer usable by the G15 keyboard
Group:          Development/C
Provides:       g15render-devel = %{EVRD}
Requires:       g15render = %{version}

%description -n %{libname_devel}
This is a library to render text and shapes into a buffer usable by the
Logitech G15 Gaming Keyboard.

This library probably isn't very useful without libg15 and/or g15daemon.

%prep
%autosetup

%build
%configure --enable-ttf --disable-static
%make_build
%{_bindir}/doxygen

%install
%make_install
%{__rm} -r %{buildroot}%{_docdir}

%files -n %{libname}
%defattr(-,root,root,0755)
%doc AUTHORS COPYING ChangeLog INSTALL NEWS README
%{_libdir}/libg15render.so.*
%{_mandir}/man3/*

%files -n %{libname_devel}
%defattr(-,root,root,0755)
%doc doc/html
%{_includedir}/*
%{_libdir}/libg15render.so



%changelog
* Fri Nov 11 2022 kekepower <kekepower> 1.2-1.mga9
+ Revision: 1905505
- imported package libg15render