Accepting request 149246 from home:dimstar:branches:GNOME:Apps

Don't do fdupes -s for the lang package stuff.. it breaks weirdly the bundle-extras package

OBS-URL: https://build.opensuse.org/request/show/149246
OBS-URL: https://build.opensuse.org/package/show/GNOME:Apps/dia?expand=0&rev=21
This commit is contained in:
Dominique Leuenberger 2013-01-19 19:30:32 +00:00 committed by Git OBS Bridge
parent 5db101a3c2
commit df21b7bbb2
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