forked from pool/scribus
Accepting request 375357 from KDE:Extra
1 OBS-URL: https://build.opensuse.org/request/show/375357 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/scribus?expand=0&rev=54
This commit is contained in:
commit
99feeba6ae
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 18 10:38:55 UTC 2016 - alarrosa@suse.com
|
||||
|
||||
- Added an fdupes call to symlink duplicate files installed
|
||||
under /usr/share/. This reduces the installed size in around 20 Mb.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 11 17:26:06 UTC 2016 - plinnell@opensuse.org
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package scribus
|
||||
#
|
||||
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) Peter Linnell and 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
@ -95,7 +95,6 @@ for developing scribus plugins.
|
||||
|
||||
%setup -q
|
||||
|
||||
|
||||
%build
|
||||
# Delete non-free colour swatches (bnc#763586)
|
||||
rm resources/swatches/givelife_colors_license.rtf
|
||||
@ -143,7 +142,8 @@ install -D -m 0644 %{S:5} %{buildroot}%{_datadir}/icons/hicolor/256x256/apps/%{n
|
||||
# install -m 644 %{buildroot}%{_datadir}/%{name}/icons/%{name}.png %{buildroot}%{_datadir}/pixmaps/
|
||||
%endif
|
||||
|
||||
%fdupes %{buildroot}%{_includedir}/%{name}/
|
||||
%fdupes -s %{buildroot}%{_includedir}/%{name}/
|
||||
%fdupes -s %{buildroot}%{_datadir}
|
||||
|
||||
%if 0%{?suse_version}
|
||||
%suse_update_desktop_file -i %{buildroot}%{_datadir}/mimelnk/application/vnd.scribus.desktop Office WordProcessor
|
||||
|
Loading…
Reference in New Issue
Block a user