mypaint-brushes/mypaint-brushes.spec

53 lines
1.5 KiB
RPMSpec

Name: mypaint-brushes
Version: 2.0.2
Release: 1mamba
Summary: Brushes used by MyPaint and other software using libmypaint.
Group: Applications/Graphics
Vendor: openmamba
Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: https://github.com/mypaint
## GITSOURCE https://github.com/mypaint/mypaint-brushes.git v1.3.0
Source: https://github.com/mypaint/mypaint-brushes.git/v%{version}/mypaint-brushes-%{version}.tar.bz2
License: GPL
## AUTOBUILDREQ-BEGIN
## AUTOBUILDREQ-END
BuildRoot: %{_tmppath}/%{name}-%{version}-root
%description
Brushes used by MyPaint and other software using libmypaint.
%prep
%setup -q
%build
./autogen.sh
%configure
%make
%install
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%makeinstall
%clean
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%files
%defattr(-,root,root)
%dir %{_datadir}/mypaint-data
%dir %{_datadir}/mypaint-data/2.0
%dir %{_datadir}/mypaint-data/2.0/brushes
%{_datadir}/mypaint-data/2.0/brushes/*
%{_datadir}/pkgconfig/mypaint-brushes-2.0.pc
%doc AUTHORS COPYING
%changelog
* Thu Mar 12 2020 Automatic Build System <autodist@mambasoft.it> 2.0.2-1mamba
- automatic version update by autodist
* Thu Aug 29 2019 Automatic Build System <autodist@mambasoft.it> 2.0.1-1mamba
- automatic version update by autodist
* Sun Oct 07 2018 Silvan Calarco <silvan.calarco@mambasoft.it> 1.3.0-1mamba
- package created using the webbuild interface