]> git.pld-linux.org Git - packages/mypaint-brushes.git/blob - mypaint-brushes.spec
- updated to 1.3.1
[packages/mypaint-brushes.git] / mypaint-brushes.spec
1 Summary:        Brushes to be used with the MyPaint library
2 Summary(pl.UTF-8):      Pędzle do używania z biblioteką MyPaint
3 Name:           mypaint-brushes
4 Version:        1.3.1
5 Release:        1
6 # According to Licenses.dep5 the files used for building/installing are GPLv2+
7 # but the shipped brush files are CC0
8 License:        CC0 v1.0
9 Group:          Applications/Graphics
10 #Source0Download: https://github.com/mypaint/mypaint-brushes/releases
11 Source0:        https://github.com/mypaint/mypaint-brushes/archive/v%{version}/%{name}-%{version}.tar.gz
12 # Source0-md5:  8b35a20485a9493ef308fc7760c2f9f7
13 URL:            https://github.com/mypaint/mypaint-brushes
14 BuildRequires:  autoconf >= 2.62
15 BuildRequires:  automake
16 BuildArch:      noarch
17 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
18
19 %description
20 This package contains brush files for use with MyPaint and other
21 programs.
22
23 %description -l pl.UTF-8
24 Ten pakiet zawiera pliki pędzli przeznaczone do używania z programem
25 MyPaint i innymi.
26
27 %package devel
28 Summary:        Files for developing with mypaint-brushes
29 Summary(pl.UTF-8):      Pliki do rozwijania oprogramowania korzystającego z mypaint-brushes
30 Group:          Development/Libraries
31
32 %description devel
33 This package contains a pkgconfig file which makes it easier to
34 develop programs using MyPaint brush files.
35
36 %description devel -l pl.UTF-8
37 Ten pakiet zawiera plik pkgconfig, ułatwiający tworzenie
38 oprogramowania wykorzystującego pliki pędzli MyPaint.
39
40 %prep
41 %setup -q
42
43 %build
44 %{__aclocal}
45 %{__autoconf}
46 %{__automake}
47 %configure
48 %{__make}
49
50 %install
51 rm -rf $RPM_BUILD_ROOT
52
53 %{__make} install \
54         DESTDIR=$RPM_BUILD_ROOT
55
56 %clean
57 rm -rf $RPM_BUILD_ROOT
58
59 %files
60 %defattr(644,root,root,755)
61 %doc AUTHORS COPYING Licenses.dep5 Licenses.md NEWS README.md
62 %dir %{_datadir}/mypaint-data
63 %dir %{_datadir}/mypaint-data/1.0
64 %{_datadir}/mypaint-data/1.0/brushes
65
66 %files devel
67 %defattr(644,root,root,755)
68 %doc COPYING Licenses.dep5 Licenses.md
69 %{_npkgconfigdir}/mypaint-brushes-1.0.pc
This page took 0.058796 seconds and 3 git commands to generate.