source: projects/specs/trunk/m/mypaint-brushes/mypaint-brushes-vl.spec @ 11805

Revision 11805, 1.6 KB checked in by ara_t, 6 years ago (diff)

mypaint-brushes: first commit for Vine Linux

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