diff --git a/README.md b/README.md index 5cc7a8c..f7fb273 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,4 @@ # librevenge -librevenge is a base library for writing document import filters. It has -interfaces for text documents, vector graphics, spreadsheets and presentations. +librevenge is a base library for writing document import filters. It has interfaces for text documents, vector graphics, spreadsheets and presentations. diff --git a/librevenge.spec b/librevenge.spec index ad74394..bedf613 100644 --- a/librevenge.spec +++ b/librevenge.spec @@ -1,5 +1,5 @@ Name: librevenge -Version: 0.0.3 +Version: 0.0.4 Release: 1mamba Summary: A base library for writing document import filters Group: System/Libraries @@ -16,11 +16,9 @@ BuildRequires: libstdc++6-devel BuildRequires: libz-devel ## AUTOBUILDREQ-END BuildRequires: libcppunit-devel -BuildRoot: %{_tmppath}/%{name}-%{version}-root %description -librevenge is a base library for writing document import filters. It has -interfaces for text documents, vector graphics, spreadsheets and presentations. +librevenge is a base library for writing document import filters. It has interfaces for text documents, vector graphics, spreadsheets and presentations. %package devel Group: Development/Libraries @@ -37,7 +35,9 @@ This package contains libraries and header files for developing applications tha %setup -q %build -%configure +%configure \ + --disable-werror + %make %install @@ -81,6 +81,9 @@ This package contains libraries and header files for developing applications tha %doc ChangeLog NEWS README %changelog +* Thu Jan 14 2016 Automatic Build System 0.0.4-1mamba +- automatic version update by autodist + * Fri Dec 25 2015 Automatic Build System 0.0.3-1mamba - automatic version update by autodist