|
@@ -1,21 +1,24 @@
|
|
-Name: inkscape
|
|
|
|
-Summary: A Vector Drawing Application
|
|
|
|
-Summary(ja): ベクター描画アプリケーション
|
|
|
|
-Version: 0.92.3
|
|
|
|
-Release: 1%{?_dist_release}
|
|
|
|
|
|
+%define filever A6N0YOn
|
|
|
|
|
|
-Group: Applications/Graphics
|
|
|
|
-License: GPLv2+
|
|
|
|
-URL: https://launchpad.net/inkscape
|
|
|
|
|
|
+Name: inkscape
|
|
|
|
+Summary: A Vector Drawing Application
|
|
|
|
+Summary(ja): ベクター描画アプリケーション
|
|
|
|
+Version: 0.92.4
|
|
|
|
+Release: 1%{?_dist_release}
|
|
|
|
|
|
-Source0: https://launchpad.net/inkscape/%{version}.x/%{version}/+download/inkscape-%{version}.tar.bz2
|
|
|
|
|
|
+Group: Applications/Graphics
|
|
|
|
+License: GPLv2+
|
|
|
|
+URL: https://launchpad.net/inkscape
|
|
|
|
+
|
|
|
|
+Source0: https://launchpad.net/inkscape/%{version}.x/%{version}/+download/inkscape-%{version}_%{filever}.tar.bz2
|
|
|
|
|
|
# # to fix compile error with poppler>=0.58
|
|
# # to fix compile error with poppler>=0.58
|
|
# Patch1000: poppler-0.58.x.patch
|
|
# Patch1000: poppler-0.58.x.patch
|
|
# Patch1001: poppler-0.58.x-autotools.patch
|
|
# Patch1001: poppler-0.58.x-autotools.patch
|
|
|
|
|
|
|
|
|
|
-BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
|
|
|
|
+BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
|
|
+
|
|
BuildRequires: gtk2-devel >= 2.8.0
|
|
BuildRequires: gtk2-devel >= 2.8.0
|
|
BuildRequires: gnome-vfs2-devel >= 2.0
|
|
BuildRequires: gnome-vfs2-devel >= 2.0
|
|
BuildRequires: libxml2-devel >= 2.6.11
|
|
BuildRequires: libxml2-devel >= 2.6.11
|
|
@@ -28,7 +31,7 @@ BuildRequires: libpng-devel >= 1.2.0
|
|
BuildRequires: libwpg-devel
|
|
BuildRequires: libwpg-devel
|
|
BuildRequires: libexif-devel
|
|
BuildRequires: libexif-devel
|
|
BuildRequires: libjpeg-turbo-devel
|
|
BuildRequires: libjpeg-turbo-devel
|
|
-BuildRequires: perl-XML-Parser
|
|
|
|
|
|
+BuildRequires: perl-XML-Parser
|
|
BuildRequires: lcms2-devel
|
|
BuildRequires: lcms2-devel
|
|
BuildRequires: poppler-devel >= 0.14.2
|
|
BuildRequires: poppler-devel >= 0.14.2
|
|
BuildRequires: pango-devel, cairo-devel
|
|
BuildRequires: pango-devel, cairo-devel
|
|
@@ -37,7 +40,8 @@ BuildRequires: libboost-devel
|
|
BuildRequires: popt-devel
|
|
BuildRequires: popt-devel
|
|
BuildRequires: ImageMagick-c++-devel
|
|
BuildRequires: ImageMagick-c++-devel
|
|
BuildRequires: dos2unix
|
|
BuildRequires: dos2unix
|
|
-BuildRequires: automake autoconf
|
|
|
|
|
|
+BuildRequires: automake autoconf
|
|
|
|
+
|
|
Requires: python-lxml
|
|
Requires: python-lxml
|
|
Requires: perl-XML-RegExp
|
|
Requires: perl-XML-RegExp
|
|
Requires: perl-XML-DOM
|
|
Requires: perl-XML-DOM
|
|
@@ -82,12 +86,10 @@ dos2unix -k -q share/extensions/*.py
|
|
|
|
|
|
export CXXFLAGS="$RPM_OPT_FLAGS -std=c++11"
|
|
export CXXFLAGS="$RPM_OPT_FLAGS -std=c++11"
|
|
%configure \
|
|
%configure \
|
|
- --with-python \
|
|
|
|
--with-gnome-vfs \
|
|
--with-gnome-vfs \
|
|
--with-inkjar \
|
|
--with-inkjar \
|
|
- --enable-lcms2 \
|
|
|
|
--enable-poppler-cairo \
|
|
--enable-poppler-cairo \
|
|
- --disable-strict-build
|
|
|
|
|
|
+ --disable-strict-build
|
|
|
|
|
|
make %{?_smp_mflags}
|
|
make %{?_smp_mflags}
|
|
|
|
|
|
@@ -131,7 +133,12 @@ gtk-update-icon-cache %{_iconsdir}/icons/hicolor &> /dev/null || :
|
|
%{_mandir}/man1/*
|
|
%{_mandir}/man1/*
|
|
%{_mandir}/*/man1/*
|
|
%{_mandir}/*/man1/*
|
|
|
|
|
|
|
|
+
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Mon May 20 2019 Toshiaki Ara <ara_t@384.jp> 0.92.3-2
|
|
|
|
+- update to 0.92.4
|
|
|
|
+- drop unrecognized options: --with-python, --enable-lcms2
|
|
|
|
+
|
|
* Sun Jun 03 2018 Toshiaki Ara <ara_t@384.jp> 0.92.3-1
|
|
* Sun Jun 03 2018 Toshiaki Ara <ara_t@384.jp> 0.92.3-1
|
|
- updated to 0.92.3
|
|
- updated to 0.92.3
|
|
- drop Patch1000,1001
|
|
- drop Patch1000,1001
|