Browse Source

pstoedit: rebuild under current VineSeed environment

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@12293 ec354946-7b23-47d6-9f5a-488ba84defc7
ara_t 4 years ago
parent
commit
aadc826bbf
1 changed files with 11 additions and 7 deletions
  1. 11 7
      p/pstoedit/pstoedit-vl.spec

+ 11 - 7
p/pstoedit/pstoedit-vl.spec

@@ -2,7 +2,7 @@ Name:            pstoedit
 Summary:         Translator of PostScript and PDF graphics into various vector formats
 Summary(ja):     ポストスクリプトやPDFを多種多様なベクタ形式に変換
 Version:         3.60
-Release:         6%{?_dist_release}
+Release:         7%{?_dist_release}
 
 Group:           Applications/Graphics
 License:         GPLv2
@@ -106,12 +106,12 @@ libtoolize -c -f
 sed -ie 's/-pedantic//' configure
 
 %configure  \
-	--disable-static \
-	--without-swf \
-	--with-emf \
-	--with-libemf-lib=%{_libdir} \
-	--with-libemf-include=%{_includedir}/libEMF 
-  
+    --disable-static \
+    --without-swf \
+    --with-emf \
+    --with-libemf-lib=%{_libdir} \
+    --with-libemf-include=%{_includedir}/libEMF
+
 # don't use _smp_mflags
 %{__make}
 
@@ -196,7 +196,11 @@ rm -rf $RPM_BUILD_ROOT
 %exclude %{_libdir}/*.la
 %exclude %{_libdir}/pstoedit/*.la
 
+
 %changelog
+* Sun Oct 27 2019 Toshiaki Ara <ara_t@384.jp> 3.60-7
+- rebuild under current VineSeed environment
+
 * Fri Sep 02 2016 Toshiaki Ara <ara_t@384.jp> 3.60-6
 - rebuild with gcc-5.4.0