package created using the webbuild interface [release 1.3.0-1mamba;Sun Oct 07 2018]

This commit is contained in:
Silvan Calarco 2024-01-06 07:28:50 +01:00
parent 1248323edc
commit ea1ab551f3
2 changed files with 48 additions and 0 deletions

View File

@ -1,2 +1,4 @@
# mypaint-brushes
Brushes used by MyPaint and other software using libmypaint.

46
mypaint-brushes.spec Normal file
View File

@ -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 <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/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 <silvan.calarco@mambasoft.it> 1.3.0-1mamba
- package created using the webbuild interface