Browse Source

rebuild for VineSeed

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@10816 ec354946-7b23-47d6-9f5a-488ba84defc7
ara_t 7 years ago
parent
commit
664e94a2dd
1 changed files with 6 additions and 1 deletions
  1. 6 1
      w/wv2/wv2-vl.spec

+ 6 - 1
w/wv2/wv2-vl.spec

@@ -2,7 +2,7 @@ Summary: library which allows access to Microsoft Word files
 Summary(ja): Microsoft Word 形式のファイルを扱うためのライブラリ
 Name: wv2
 Version: 0.4.2
-Release: 1%{?_dist_release}
+Release: 2%{?_dist_release}
 
 Group: System Environment/Libraries
 License: LGPL
@@ -35,6 +35,7 @@ Development files for wv2
 %setup -q
 
 %build
+export CXXFLAGS="%{optflags} `pkg-config libgsf-1 --cflags`"
 mkdir -p %{_target_platform}
 pushd %{_target_platform}
 %cmake ..
@@ -68,6 +69,10 @@ rm -rf $RPM_BUILD_ROOT
 %{_libdir}/wvWare/*.cmake
 
 %changelog
+* Wed Nov 16 2016 Toshiaki Ara <ara_t@384.jp> 0.4.2-2
+- rebuild under VineSeed
+- add export CXXFLAGS="%%{optflags} `pkg-config libgsf-1 --cflags`"
+
 * Sat Mar 26 2011 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.4.2-1
 - new upstream release
 - added %%post and %%postun section