Accepting request 149252 from GNOME:Apps

Don't do fdupes -s for the lang package stuff.. it breaks weirdly the bundle-extras package (forwarded request 149246 from Zaitor)

OBS-URL: https://build.opensuse.org/request/show/149252
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/dia?expand=0&rev=33
This commit is contained in:
Stephan Kulow 2013-01-20 11:11:51 +00:00 committed by Git OBS Bridge
commit 86ec434c09
2 changed files with 8 additions and 2 deletions

View File

@ -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

View File

@ -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