[packages/mypaint-brushes] - initial based on FC spec

arekm arekm at pld-linux.org
Sun Apr 29 13:54:00 CEST 2018


commit 3ad12fd8cc4fee20e6d023c01fe5588b951ddb04
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date:   Sun Apr 29 13:53:44 2018 +0200

    - initial based on FC spec

 mypaint-brushes.spec | 57 ++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 57 insertions(+)
---
diff --git a/mypaint-brushes.spec b/mypaint-brushes.spec
new file mode 100644
index 0000000..04ce107
--- /dev/null
+++ b/mypaint-brushes.spec
@@ -0,0 +1,57 @@
+Summary:	Brushes to be used with the MyPaint library
+Name:		mypaint-brushes
+Version:	1.3.0
+Release:	1
+# According to Licenses.dep5 the files used for building/installing are GPLv2+
+# but the shipped brush files are CC0
+License:	CC0
+Group:		Applications/Graphics
+URL:		https://github.com/Jehan/mypaint-brushes
+Source0:	https://github.com/Jehan/mypaint-brushes/archive/v%{version}.tar.gz
+# Source0-md5:	679190d88f67a94db57ac99017f966f5
+BuildRequires:	autoconf
+BuildRequires:	automake
+BuildArch:	noarch
+
+%package devel
+Summary:	Files for developing with mypaint-brushes
+
+%description
+This package contains brush files for use with MyPaint and other
+programs.
+
+%description devel
+This package contains a pkgconfig file which makes it easier to
+develop programs using these brush files.
+
+%prep
+%setup -q
+
+%build
+%{__aclocal}
+%{__autoconf}
+%{__automake}
+%configure
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+	DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc AUTHORS NEWS README.md
+%doc COPYING Licenses.dep5 Licenses.md
+%dir %{_datadir}/mypaint-data
+%dir %{_datadir}/mypaint-data/*.*
+%{_datadir}/mypaint-data/*.*/brushes
+
+%files devel
+%defattr(644,root,root,755)
+%doc COPYING Licenses.dep5 Licenses.md
+%{_npkgconfigdir}/mypaint-brushes-*.*.pc
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/mypaint-brushes.git/commitdiff/3ad12fd8cc4fee20e6d023c01fe5588b951ddb04



More information about the pld-cvs-commit mailing list