|
|
732964 |
%global mypaint_data_version 1.0
|
|
|
732964 |
|
|
|
732964 |
Name: mypaint-brushes
|
|
|
732964 |
Version: 1.3.1
|
|
|
732964 |
Release: 6%{?dist}
|
|
|
732964 |
Summary: Brushes to be used with the MyPaint library
|
|
|
732964 |
|
|
|
732964 |
# According to Licenses.dep5 the files used for building/installing are GPLv2+
|
|
|
732964 |
# but the shipped brush files are CC0
|
|
|
732964 |
License: CC0
|
|
|
732964 |
URL: https://github.com/mypaint/mypaint-brushes
|
|
|
732964 |
Source0: https://github.com/mypaint/mypaint-brushes/releases/download/v%{version}/mypaint-brushes-%{version}.tar.xz
|
|
|
732964 |
|
|
|
732964 |
BuildArch: noarch
|
|
|
732964 |
BuildRequires: make
|
|
|
732964 |
|
|
|
732964 |
|
|
|
732964 |
%package devel
|
|
|
732964 |
Summary: Files for developing with mypaint-brushes
|
|
|
732964 |
Requires: pkgconfig
|
|
|
732964 |
License: GPLv2+
|
|
|
732964 |
|
|
|
732964 |
|
|
|
732964 |
%description
|
|
|
732964 |
This package contains brush files for use with MyPaint and other programs.
|
|
|
732964 |
|
|
|
732964 |
|
|
|
732964 |
%description devel
|
|
|
732964 |
This package contains a pkgconfig file which makes it easier to develop
|
|
|
732964 |
programs using these brush files.
|
|
|
732964 |
|
|
|
732964 |
|
|
|
732964 |
%prep
|
|
|
732964 |
%autosetup
|
|
|
732964 |
|
|
|
732964 |
|
|
|
732964 |
%build
|
|
|
732964 |
%configure
|
|
|
732964 |
make %{?_smp_mflags}
|
|
|
732964 |
|
|
|
732964 |
|
|
|
732964 |
%install
|
|
|
732964 |
%make_install
|
|
|
732964 |
|
|
|
732964 |
|
|
|
732964 |
%files
|
|
|
732964 |
%doc AUTHORS NEWS README
|
|
|
732964 |
%license COPYING
|
|
|
732964 |
%dir %{_datadir}/mypaint-data
|
|
|
732964 |
%dir %{_datadir}/mypaint-data/%{mypaint_data_version}
|
|
|
732964 |
%{_datadir}/mypaint-data/%{mypaint_data_version}/brushes
|
|
|
732964 |
|
|
|
732964 |
|
|
|
732964 |
%files devel
|
|
|
732964 |
%license COPYING
|
|
|
732964 |
%{_datadir}/pkgconfig/mypaint-brushes-%{mypaint_data_version}.pc
|
|
|
732964 |
|
|
|
732964 |
|
|
|
732964 |
%changelog
|
|
|
732964 |
* Wed Feb 09 2022 Josef Ridky <jridky@redhat.com> - 1.3.1-6
|
|
|
732964 |
- add gating.yaml file
|
|
|
732964 |
|
|
|
732964 |
* Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.1-5
|
|
|
732964 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
|
|
732964 |
|
|
|
732964 |
* Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.1-4
|
|
|
732964 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
|
|
732964 |
|
|
|
732964 |
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.1-3
|
|
|
732964 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
|
732964 |
|
|
|
732964 |
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.1-2
|
|
|
732964 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
|
732964 |
|
|
|
732964 |
* Thu Mar 05 2020 Kalev Lember <klember@redhat.com> - 1.3.1-1
|
|
|
732964 |
- Update to 1.3.1
|
|
|
732964 |
|
|
|
732964 |
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.0-5
|
|
|
732964 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
|
|
732964 |
|
|
|
732964 |
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.0-4
|
|
|
732964 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
|
|
732964 |
|
|
|
732964 |
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.0-3
|
|
|
732964 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
|
|
732964 |
|
|
|
732964 |
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.0-2
|
|
|
732964 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
|
|
732964 |
|
|
|
732964 |
* Wed Apr 04 2018 Nils Philippsen <nils@tiptoe.de> - 1.3.0-1
|
|
|
732964 |
- initial release
|