Advertisement
moceap

Raqm Spec

Apr 23rd, 2016
2,910
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. Name:               raqm
  2. Version:            0.1.0
  3. Release:            1%{?dist}
  4. License:            MIT
  5. Summary:            Complex Textlayout Library
  6. Summary(ar):        مكتبة رقم للنّصوص المركّبة
  7. URL:                https://github.com/HOST-Oman/libraqm
  8. Source:             https://github.com/HOST-Oman/libraqm/releases/download/v%{version}/raqm-%{version}.tar.gz
  9.  
  10. BuildRequires:      freetype-devel
  11. BuildRequires:      harfbuzz-devel
  12. BuildRequires:      fribidi-devel
  13. BuildRequires:      gtk-doc
  14.  
  15. %package docs
  16. Summary:            Libraqm Documentation
  17. Summary(ar):        وثائق مكتبة رقم
  18. BuildArch:          noarch
  19.  
  20. %package devel
  21. Summary:            Complex Textlayout Library
  22. Summary(ar):        مكتبة رقم للنّصوص المركّبة
  23.  
  24. %description
  25. Library that encapsulates the logic for complex text layout and provide a convenient API.
  26.  
  27. %description -l ar
  28. مكتبة تستخدم لتأطير النًصوص المركّبة، مقدمة مدخل برمجي مريح.
  29.  
  30.  
  31. %description devel
  32. Library that encapsulates the logic for complex text layout and provide a convenient API.
  33.  
  34. %description -l ar devel
  35. مكتبة تستخدم لتأطير النًصوص المركّبة، مقدمة مدخل برمجي مريح.
  36.  
  37. %description docs
  38. This package contains documentation files for raqm.
  39.  
  40. %description -l ar docs
  41. وثائق مكتبة رقم.
  42.  
  43. %prep
  44. %setup -q -n %{name}-%{version}
  45. %configure --enable-gtk-doc
  46.  
  47. %build
  48. make %{?_smp_mflags}
  49.  
  50. %install
  51. %make_install
  52. rm -f %{buildroot}%{_libdir}/*.{la,a}
  53.  
  54. %post -p /sbin/ldconfig
  55.  
  56. %postun -p /sbin/ldconfig
  57.  
  58. %files devel
  59. %license COPYING
  60. %{_includedir}/raqm.h
  61. %{_libdir}/*
  62.  
  63. %files docs
  64. %doc AUTHORS COPYING NEWS README
  65. %{_datadir}/gtk-doc/html/raqm
  66.  
  67. %changelog
  68. * Sat Apr 23 2016 Mosaab Alzoubi <moceap@hotmail.com> - 0.1.0-1
  69. - Initial build
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement