Browse Source

mypaint-brushes: first commit for Vine Linux

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@11805 ec354946-7b23-47d6-9f5a-488ba84defc7
ara_t 5 years ago
parent
commit
8b4131ff17
1 changed files with 67 additions and 0 deletions
  1. 67 0
      m/mypaint-brushes/mypaint-brushes-vl.spec

+ 67 - 0
m/mypaint-brushes/mypaint-brushes-vl.spec

@@ -0,0 +1,67 @@
+%global mypaint_data_version 1.0
+
+Name:    mypaint-brushes
+Version: 1.3.0
+Release: 1%{?dist}
+Summary: Brushes to be used with the MyPaint library
+
+# According to Licenses.dep5 the files used for building/installing are GPLv2+
+# but the shipped brush files are CC0
+License: CC0
+
+URL: https://github.com/Jehan/mypaint-brushes
+Source0: https://github.com/Jehan/mypaint-brushes/archive/v%{version}.tar.gz#/mypaint-brushes-%{version}.tar.gz
+
+BuildArch: noarch
+
+BuildRequires: glib2-devel
+
+Vendor: Project Vine
+Distribution: Vine Linux
+
+%description
+This package contains brush files for use with MyPaint and other programs.
+
+%package devel
+Summary: Files for developing with mypaint-brushes
+Requires: pkgconfig
+License:  GPLv2+
+
+%description devel
+This package contains a pkgconfig file which makes it easier to develop
+programs using these brush files.
+
+
+%prep
+%setup -q
+
+%build
+./autogen.sh
+%{configure}
+%{__make} %{?_smp_mflags}
+
+%install
+%{make_install}
+
+
+%files
+%doc AUTHORS NEWS README.md
+%doc COPYING Licenses.dep5 Licenses.md
+%dir %{_datadir}/mypaint-data
+%dir %{_datadir}/mypaint-data/%{mypaint_data_version}
+%{_datadir}/mypaint-data/%{mypaint_data_version}/brushes
+
+%files devel
+%doc COPYING Licenses.dep5 Licenses.md
+%{_datadir}/pkgconfig/mypaint-brushes-%{mypaint_data_version}.pc
+
+
+%changelog
+* Tue Oct 02 2018 Toshiaki Ara <ara_t@384.jp> 1.3.0-1
+- initial build for Vine Linux
+
+* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.0-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
+
+* Wed Apr 04 2018 Nils Philippsen <nils@tiptoe.de> - 1.3.0-1
+- initial release