diff --git a/evemu.changes b/evemu.changes index 639d85f..2321589 100644 --- a/evemu.changes +++ b/evemu.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Aug 1 11:10:55 UTC 2016 - jslaby@suse.com + +- run fdupes (on a per dir basis) to avoid 5 or so duplicates + ------------------------------------------------------------------- Sat Oct 10 13:26:03 UTC 2015 - sor.alexei@meowr.ru diff --git a/evemu.spec b/evemu.spec index a1ae9b0..4f4db69 100644 --- a/evemu.spec +++ b/evemu.spec @@ -27,6 +27,7 @@ Group: Hardware/Other Url: http://freedesktop.org/wiki/Evemu Source: http://archive.ubuntu.com/ubuntu/pool/universe/e/%{name}/%{name}_%{version}.orig.tar.xz BuildRequires: asciidoc +BuildRequires: fdupes BuildRequires: gcc-c++ BuildRequires: pkg-config BuildRequires: python-devel @@ -89,6 +90,10 @@ make %{?_smp_mflags} %make_install find %{buildroot} -type f -name "*.la" -delete -print +%fdupes %{buildroot}/%{_bindir} +%fdupes %{buildroot}/%{_mandir}/man?/ +%fdupes %{buildroot}/%{python_sitelib}/%{name}/ + %post -n %{soname}%{sover} -p /sbin/ldconfig %postun -n %{soname}%{sover} -p /sbin/ldconfig