Переглянути джерело

inkscape: update to 0.92.4

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@12129 ec354946-7b23-47d6-9f5a-488ba84defc7
ara_t 5 роки тому
батько
коміт
8b9ad00463
1 змінених файлів з 22 додано та 15 видалено
  1. 22 15
      i/inkscape/inkscape-vl.spec

+ 22 - 15
i/inkscape/inkscape-vl.spec

@@ -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
 # Patch1000:  poppler-0.58.x.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: gnome-vfs2-devel >= 2.0
 BuildRequires: libxml2-devel >= 2.6.11
@@ -28,7 +31,7 @@ BuildRequires: libpng-devel >= 1.2.0
 BuildRequires: libwpg-devel
 BuildRequires: libexif-devel
 BuildRequires: libjpeg-turbo-devel
-BuildRequires: perl-XML-Parser 
+BuildRequires: perl-XML-Parser
 BuildRequires: lcms2-devel
 BuildRequires: poppler-devel >= 0.14.2
 BuildRequires: pango-devel, cairo-devel
@@ -37,7 +40,8 @@ BuildRequires: libboost-devel
 BuildRequires: popt-devel
 BuildRequires: ImageMagick-c++-devel
 BuildRequires: dos2unix
-BuildRequires: automake autoconf 
+BuildRequires: automake autoconf
+
 Requires:      python-lxml
 Requires:      perl-XML-RegExp
 Requires:      perl-XML-DOM
@@ -82,12 +86,10 @@ dos2unix -k -q share/extensions/*.py
 
 export CXXFLAGS="$RPM_OPT_FLAGS -std=c++11"
 %configure \
-    --with-python \
     --with-gnome-vfs \
     --with-inkjar \
-    --enable-lcms2 \
     --enable-poppler-cairo \
-	--disable-strict-build
+    --disable-strict-build
 
 make %{?_smp_mflags}
 
@@ -131,7 +133,12 @@ gtk-update-icon-cache %{_iconsdir}/icons/hicolor &> /dev/null || :
 %{_mandir}/man1/*
 %{_mandir}/*/man1/*
 
+
 %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
 - updated to 0.92.3
 - drop Patch1000,1001