|
@@ -1,7 +1,7 @@
|
|
%global apiversion 0.1
|
|
%global apiversion 0.1
|
|
|
|
|
|
Name: libvisio
|
|
Name: libvisio
|
|
-Version: 0.1.3
|
|
+Version: 0.1.5
|
|
Release: 1%{?_dist_release}
|
|
Release: 1%{?_dist_release}
|
|
Summary: A library for import of Microsoft Visio diagrams
|
|
Summary: A library for import of Microsoft Visio diagrams
|
|
Summary(ja): Microsoft Visio ダイアグラムをインポートするためのライブラリ
|
|
Summary(ja): Microsoft Visio ダイアグラムをインポートするためのライブラリ
|
|
@@ -12,8 +12,6 @@ URL: http://wiki.documentfoundation.org/DLP/Libraries/libvisio
|
|
|
|
|
|
Source: http://dev-www.libreoffice.org/src/%{name}/%{name}-%{version}.tar.xz
|
|
Source: http://dev-www.libreoffice.org/src/%{name}/%{name}-%{version}.tar.xz
|
|
|
|
|
|
-Patch0: 0001-fix-test.patch
|
|
|
|
-
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
BuildRequires: doxygen
|
|
BuildRequires: doxygen
|
|
BuildRequires: cppunit-devel
|
|
BuildRequires: cppunit-devel
|
|
@@ -62,7 +60,6 @@ Currently supported: XHTML, raw, plain text.
|
|
|
|
|
|
%prep
|
|
%prep
|
|
%setup -q
|
|
%setup -q
|
|
-%patch0 -p1
|
|
|
|
|
|
|
|
%build
|
|
%build
|
|
%configure --disable-static --disable-silent-rules
|
|
%configure --disable-static --disable-silent-rules
|
|
@@ -131,6 +128,10 @@ rm -rf %{buildroot}
|
|
%{_mandir}/man1/vss2xhtml.1*
|
|
%{_mandir}/man1/vss2xhtml.1*
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Sun Jul 03 2016 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 0.1.5-1
|
|
|
|
+- new upstream release
|
|
|
|
+- remove Patch0 (0001-fix-test.patch)
|
|
|
|
+
|
|
* Tue Nov 03 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 0.1.3-1
|
|
* Tue Nov 03 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 0.1.3-1
|
|
- new upstream release
|
|
- new upstream release
|
|
- add Patch0 (0001-fix-test.patch) from fedora
|
|
- add Patch0 (0001-fix-test.patch) from fedora
|