47 lines
1.2 KiB
RPMSpec
47 lines
1.2 KiB
RPMSpec
|
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
|