mypaint-brushes-vl.spec 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. %global mypaint_data_version 1.0
  2. Name: mypaint-brushes
  3. Version: 1.3.0
  4. Release: 1%{?dist}
  5. Summary: Brushes to be used with the MyPaint library
  6. # According to Licenses.dep5 the files used for building/installing are GPLv2+
  7. # but the shipped brush files are CC0
  8. License: CC0
  9. URL: https://github.com/Jehan/mypaint-brushes
  10. Source0: https://github.com/Jehan/mypaint-brushes/archive/v%{version}.tar.gz#/mypaint-brushes-%{version}.tar.gz
  11. BuildArch: noarch
  12. BuildRequires: glib2-devel
  13. Vendor: Project Vine
  14. Distribution: Vine Linux
  15. %description
  16. This package contains brush files for use with MyPaint and other programs.
  17. %package devel
  18. Summary: Files for developing with mypaint-brushes
  19. Requires: pkgconfig
  20. License: GPLv2+
  21. %description devel
  22. This package contains a pkgconfig file which makes it easier to develop
  23. programs using these brush files.
  24. %prep
  25. %setup -q
  26. %build
  27. ./autogen.sh
  28. %{configure}
  29. %{__make} %{?_smp_mflags}
  30. %install
  31. %{make_install}
  32. %files
  33. %doc AUTHORS NEWS README.md
  34. %doc COPYING Licenses.dep5 Licenses.md
  35. %dir %{_datadir}/mypaint-data
  36. %dir %{_datadir}/mypaint-data/%{mypaint_data_version}
  37. %{_datadir}/mypaint-data/%{mypaint_data_version}/brushes
  38. %files devel
  39. %doc COPYING Licenses.dep5 Licenses.md
  40. %{_datadir}/pkgconfig/mypaint-brushes-%{mypaint_data_version}.pc
  41. %changelog
  42. * Tue Oct 02 2018 Toshiaki Ara <ara_t@384.jp> 1.3.0-1
  43. - initial build for Vine Linux
  44. * Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.0-2
  45. - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
  46. * Wed Apr 04 2018 Nils Philippsen <nils@tiptoe.de> - 1.3.0-1
  47. - initial release