Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Name: raqm
- Version: 0.1.0
- Release: 1%{?dist}
- License: MIT
- Summary: Complex Textlayout Library
- Summary(ar): مكتبة رقم للنّصوص المركّبة
- URL: https://github.com/HOST-Oman/libraqm
- Source: https://github.com/HOST-Oman/libraqm/releases/download/v%{version}/raqm-%{version}.tar.gz
- BuildRequires: freetype-devel
- BuildRequires: harfbuzz-devel
- BuildRequires: fribidi-devel
- BuildRequires: gtk-doc
- %package docs
- Summary: Libraqm Documentation
- Summary(ar): وثائق مكتبة رقم
- BuildArch: noarch
- %package devel
- Summary: Complex Textlayout Library
- Summary(ar): مكتبة رقم للنّصوص المركّبة
- %description
- Library that encapsulates the logic for complex text layout and provide a convenient API.
- %description -l ar
- مكتبة تستخدم لتأطير النًصوص المركّبة، مقدمة مدخل برمجي مريح.
- %description devel
- Library that encapsulates the logic for complex text layout and provide a convenient API.
- %description -l ar devel
- مكتبة تستخدم لتأطير النًصوص المركّبة، مقدمة مدخل برمجي مريح.
- %description docs
- This package contains documentation files for raqm.
- %description -l ar docs
- وثائق مكتبة رقم.
- %prep
- %setup -q -n %{name}-%{version}
- %configure --enable-gtk-doc
- %build
- make %{?_smp_mflags}
- %install
- %make_install
- rm -f %{buildroot}%{_libdir}/*.{la,a}
- %post -p /sbin/ldconfig
- %postun -p /sbin/ldconfig
- %files devel
- %license COPYING
- %{_includedir}/raqm.h
- %{_libdir}/*
- %files docs
- %doc AUTHORS COPYING NEWS README
- %{_datadir}/gtk-doc/html/raqm
- %changelog
- * Sat Apr 23 2016 Mosaab Alzoubi <moceap@hotmail.com> - 0.1.0-1
- - Initial build
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement