From ea1ab551f3df9e9e2c370ced86e6f44b839256de Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Sat, 6 Jan 2024 07:28:50 +0100 Subject: [PATCH] package created using the webbuild interface [release 1.3.0-1mamba;Sun Oct 07 2018] --- README.md | 2 ++ mypaint-brushes.spec | 46 ++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 48 insertions(+) create mode 100644 mypaint-brushes.spec diff --git a/README.md b/README.md index bd6557d..c9fb7ca 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,4 @@ # mypaint-brushes +Brushes used by MyPaint and other software using libmypaint. + diff --git a/mypaint-brushes.spec b/mypaint-brushes.spec new file mode 100644 index 0000000..a734336 --- /dev/null +++ b/mypaint-brushes.spec @@ -0,0 +1,46 @@ +Name: mypaint-brushes +Version: 1.3.0 +Release: 1mamba +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 + +%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/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 +* Sun Oct 07 2018 Silvan Calarco 1.3.0-1mamba +- package created using the webbuild interface