diff --git a/README.md b/README.md index a25b012..8789308 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,4 @@ # mypaint-brushes1 +Brushes used by MyPaint and other software using libmypaint. + diff --git a/mypaint-brushes1.spec b/mypaint-brushes1.spec new file mode 100644 index 0000000..61e0002 --- /dev/null +++ b/mypaint-brushes1.spec @@ -0,0 +1,48 @@ +Name: mypaint-brushes1 +Version: 1.3.0 +Release: 2mamba +Summary: Brushes used by MyPaint and other software using libmypaint. +Group: Applications/Graphics +Vendor: openmamba +Distribution: openmamba +Packager: Silvan Calarco +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 -n mypaint-brushes-%{version} + +%build +./autogen.sh +%configure +%make + +%install +[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" +%makeinstall + +%clean +[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" + +%files +%defattr(-,root,root) +%dir %{_datadir}/mypaint-data/1.0 +%dir %{_datadir}/mypaint-data/1.0/brushes +%{_datadir}/mypaint-data/1.0/brushes/* +%{_datadir}/pkgconfig/mypaint-brushes-1.0.pc +%doc AUTHORS COPYING + +%changelog +* Tue Nov 05 2019 Silvan Calarco 1.3.0-2mamba +- legacy package + +* Sun Oct 07 2018 Silvan Calarco 1.3.0-1mamba +- package created using the webbuild interface