diff --git a/.gitignore b/.gitignore index 6916762..dcb68f2 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ /clawsker-0.7.13.tar.gz /clawsker-0.7.14.tar.xz /clawsker-1.0.0.tar.xz +/clawsker-1.0.1.tar.xz diff --git a/clawsker.spec b/clawsker.spec index c4a83b8..46c7673 100644 --- a/clawsker.spec +++ b/clawsker.spec @@ -1,7 +1,7 @@ # Review at https://bugzilla.redhat.com/show_bug.cgi?id=620191 Name: clawsker -Version: 1.0.0 +Version: 1.0.1 Release: 1%{?dist} Summary: Dialog to edit Claws Mail's hidden preferences @@ -15,6 +15,9 @@ BuildArch: noarch BuildRequires: gettext BuildRequires: desktop-file-utils BuildRequires: /usr/bin/pod2man +# for automatic RPM package dependencies +BuildRequires: perl-generators + Requires: claws-mail %description @@ -37,6 +40,7 @@ make %{?_smp_mflags} rm -rf %{buildroot} make install DESTDIR=%{buildroot} PREFIX=%{_prefix} +desktop-file-validate %{buildroot}/%{_datadir}/applications/%{name}.desktop %find_lang %{name} @@ -67,6 +71,11 @@ fi %changelog +* Sun Nov 13 2016 Michael Schwendt - 1.0.1-1 +- Update to 1.0.1. +- Validate the included desktop file. +- Build with perl-generators again. + * Sun Oct 2 2016 Michael Schwendt - 1.0.0-1 - Update to 1.0.0. diff --git a/sources b/sources index ea6d9ff..8afc2d9 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -7071eef20c6e37e97f83702b2cf42d9a clawsker-1.0.0.tar.xz +6545270ffcbd85084c638695d3391db0 clawsker-1.0.1.tar.xz