Update to 1.6.1
This commit is contained in:
parent
008c34e30d
commit
6b2fb1b7f4
File diff suppressed because it is too large
Load Diff
Binary file not shown.
BIN
libmypaint-1.6.1.tar.xz
Normal file
BIN
libmypaint-1.6.1.tar.xz
Normal file
Binary file not shown.
@ -1,14 +1,13 @@
|
|||||||
Name: libmypaint
|
Name: libmypaint
|
||||||
Version: 1.3.0
|
Version: 1.6.1
|
||||||
Release: 10
|
Release: 1
|
||||||
Summary: Rush library used by MyPaint
|
Summary: Rush library used by MyPaint
|
||||||
License: ISC
|
License: ISC
|
||||||
URL: https://github.com/mypaint/libmypaint
|
URL: https://github.com/mypaint/libmypaint
|
||||||
Source0: https://github.com/mypaint/libmypaint/releases/download/v%{version}/libmypaint-%{version}.tar.xz
|
Source0: https://github.com/mypaint/libmypaint/releases/download/v%{version}/libmypaint-%{version}.tar.xz
|
||||||
Patch0: libmypaint-1.3.0-gegl04.patch
|
|
||||||
|
|
||||||
BuildRequires: babl-devel, breathe, doxygen, gegl04-devel, glib2-devel, gobject-introspection-devel
|
BuildRequires: babl-devel gcc doxygen glib2-devel gobject-introspection-devel
|
||||||
BuildRequires: intltool, json-c-devel, python-sphinx
|
BuildRequires: intltool json-c-devel python3-breathe python3-sphinx
|
||||||
Conflicts: mypaint < 1.3.0
|
Conflicts: mypaint < 1.3.0
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -23,9 +22,10 @@ This package includes development files for %{name}.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -p1
|
%autosetup -p1
|
||||||
|
sed -i -e 's/python -c/python3 -c/g' configure
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure --enable-docs --enable-introspection=yes --enable-gegl
|
%configure --enable-docs --enable-introspection=yes --disable-gegl
|
||||||
%make_build
|
%make_build
|
||||||
|
|
||||||
%install
|
%install
|
||||||
@ -40,8 +40,7 @@ find $RPM_BUILD_ROOT%{_libdir} -name '*.la' -delete -print
|
|||||||
%doc README.md
|
%doc README.md
|
||||||
%{_libdir}/*.so.*
|
%{_libdir}/*.so.*
|
||||||
%dir %{_libdir}/girepository-1.0
|
%dir %{_libdir}/girepository-1.0
|
||||||
%{_libdir}/girepository-1.0/MyPaint-1.3.typelib
|
%{_libdir}/girepository-1.0/MyPaint-1.6.typelib
|
||||||
%{_libdir}/girepository-1.0/MyPaintGegl-1.3.typelib
|
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%doc doc/build/*
|
%doc doc/build/*
|
||||||
@ -49,9 +48,12 @@ find $RPM_BUILD_ROOT%{_libdir} -name '*.la' -delete -print
|
|||||||
%{_includedir}/%{name}*
|
%{_includedir}/%{name}*
|
||||||
%{_libdir}/pkgconfig/*.pc
|
%{_libdir}/pkgconfig/*.pc
|
||||||
%dir %{_datadir}/gir-1.0
|
%dir %{_datadir}/gir-1.0
|
||||||
%{_datadir}/gir-1.0/MyPaint*-1.3.gir
|
%{_datadir}/gir-1.0/MyPaint*-1.6.gir
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Aug 11 2020 lingsheng <lingsheng@huawei.com> - 1.6.1-1
|
||||||
|
- Update to 1.6.1
|
||||||
|
|
||||||
* Fri Dec 13 2019 openEuler Buildteam <buildteam@openeuler.org> - 1.3.0-10
|
* Fri Dec 13 2019 openEuler Buildteam <buildteam@openeuler.org> - 1.3.0-10
|
||||||
- Package init
|
- Package init
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user