diff --git a/.gitignore b/.gitignore index dcbb5d7..fad94ff 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ unoconv-0.3.tar.bz2 /unoconv-0.4.tar.bz2 /unoconv-0.5.tar.bz2 +/unoconv-0.6.tar.gz diff --git a/sources b/sources index c071b87..23edf65 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -09a02fe3d258dd332826569026f84d6f unoconv-0.5.tar.bz2 +eeda0d358ce4bacd5dd84303012c416d unoconv-0.6.tar.gz diff --git a/unoconv.spec b/unoconv.spec index a8a1f0f..d9196d6 100644 --- a/unoconv.spec +++ b/unoconv.spec @@ -1,11 +1,11 @@ Summary: Tool to convert between any document format supported by LibreOffice Name: unoconv -Version: 0.5 -Release: 2%{?dist} +Version: 0.6 +Release: 1%{?dist} License: GPLv2 Group: System Environment/Base URL: http://dag.wieers.com/home-made/unoconv/ -Source: http://dag.wieers.com/home-made/%{name}/%{name}-%{version}.tar.bz2 +Source: http://dag.wieers.com/home-made/%{name}/%{name}-%{version}.tar.gz BuildArch: noarch Requires: libreoffice-core @@ -29,11 +29,14 @@ RTF, Docbook (.xml), and more. make install DESTDIR="%{buildroot}" %files -%doc AUTHORS ChangeLog COPYING README.asciidoc WISHLIST docs/ tests/ +%doc AUTHORS ChangeLog COPYING README.asciidoc WISHLIST doc/*.txt tests/ %{_mandir}/man1/%{name}.1* %{_bindir}/%{name} %changelog +* Mon Nov 05 2012 David Tardon - 0.6-1 +- new upstream release + * Sun Jul 22 2012 Fedora Release Engineering - 0.5-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild