Browse Source

librevenge-0.0.4-2

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@10511 ec354946-7b23-47d6-9f5a-488ba84defc7
tomop 7 years ago
parent
commit
58f1e686b6
1 changed files with 14 additions and 3 deletions
  1. 14 3
      lib/libr/librevenge/librevenge-vl.spec

+ 14 - 3
lib/libr/librevenge/librevenge-vl.spec

@@ -1,7 +1,7 @@
 %global apiversion 0.0
 
 Name: librevenge
-Version: 0.0.2
+Version: 0.0.4
 Release: 2%{?_dist_release}
 Summary: A base library for writing document import filters
 Summary(ja): ドキュメントのインポートフィルタを作成するための基礎ライブラリ
@@ -11,6 +11,9 @@ License: (LGPLv2+ or MPLv2.0) and BSD
 Group: System Environment/Libraries
 URL: http://sourceforge.net/p/libwpd/wiki/librevenge/
 
+Vendor: Project Vine
+Distribution: Vine Linux
+
 Source: http://downloads.sourceforge.net/libwpd/%{name}-%{version}.tar.xz
 
 BuildRoot: %{_tmppath}/%{name}-%{version}-root
@@ -61,8 +64,10 @@ rm -f %{buildroot}/%{_libdir}/*.la
 # we install API docs directly from build
 rm -rf %{buildroot}/%{_docdir}/%{name}
 
-%post -p /sbin/ldconfig
-%postun -p /sbin/ldconfig
+%post
+/sbin/ldconfig
+%postun
+/sbin/ldconfig
 
 #%check
 #export LD_LIBRARY_PATH=%{buildroot}%{_libdir}${LD_LIBRARY_PATH:+:${LD_LIBRARY_PATH}}
@@ -97,6 +102,12 @@ rm -rf %{buildroot}
 %doc docs/doxygen/html
 
 %changelog
+* Sun Jul  3 2016 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 0.0.4-2
+- fixed %%post and %%postun scripts.
+
+* Sat Jul  2 2016 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 0.0.4-1
+- new upstream release.
+
 * Tue Jan 13 2015 Ryoichi INAGAKI <ryo1@toki.waseda.jp> - 0.0.2-2
 - Initial build for Vine Linux