diff --git a/dia.changes b/dia.changes index 24aeb3f..26ff513 100644 --- a/dia.changes +++ b/dia.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sat Jan 19 17:19:48 UTC 2013 - dimstar@opensuse.org + +- Only run fdupes on %{_datadir} (where the duplicates are) and + make hardlinks. + ------------------------------------------------------------------- Tue Sep 25 17:35:23 CEST 2012 - sbrabec@suse.cz diff --git a/dia.spec b/dia.spec index 389d624..f026d41 100644 --- a/dia.spec +++ b/dia.spec @@ -1,7 +1,7 @@ # # spec file for package dia # -# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -116,7 +116,7 @@ mv %{buildroot}%{_datadir}/gnome/help/dia/en %{buildroot}%{_datadir}/gnome/help/ # No need for mime-info-to-mime, application/x-dia-diagram is defined in freedesktop.org.xml rm -r $RPM_BUILD_ROOT%{_datadir}/mime-info rm samples/Makefile* samples/*png -%fdupes -s $RPM_BUILD_ROOT +%fdupes %{buildroot}%{_datadir} %if 0%{?suse_version} > 1130