Hello community, here is the log from the commit of package scribus for openSUSE:Factory checked in at 2018-06-02 12:14:47 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/scribus (Old) and /work/SRC/openSUSE:Factory/.scribus.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "scribus" Sat Jun 2 12:14:47 2018 rev:63 rq:613493 version:1.4.7 Changes: -------- --- /work/SRC/openSUSE:Factory/scribus/scribus.changes 2018-05-08 13:37:00.606267452 +0200 +++ /work/SRC/openSUSE:Factory/.scribus.new/scribus.changes 2018-06-02 12:15:14.397185947 +0200 @@ -1,0 +2,8 @@ +Wed May 30 08:03:23 UTC 2018 - [email protected] + +- Trim marketing filler wording from description. +- Replace duplicate -fno-strict-aliasing. +- Run fdupes over more files. (Do it with hardlinks; + symlinks upset the documentation system.) + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ scribus.spec ++++++ --- /var/tmp/diff_new_pack.DRw4Tp/_old 2018-06-02 12:15:16.949092343 +0200 +++ /var/tmp/diff_new_pack.DRw4Tp/_new 2018-06-02 12:15:16.953092197 +0200 @@ -20,8 +20,8 @@ Name: scribus Version: 1.4.7 Release: 0 -Summary: Open Source Page Layout and Desktop Publishing (DTP) -License: GPL-2.0+ +Summary: Page Layout and Desktop Publishing (DTP) +License: GPL-2.0-or-later Group: Productivity/Publishing/Other Url: http://www.scribus.net/ Source0: http://sourceforge.net/projects/%{name}/files/%{name}/%{version}/%{name}-%{version}.tar.xz @@ -58,7 +58,6 @@ BuildRequires: shared-mime-info BuildRequires: update-desktop-files - %if 0%{?suse_version} Requires: ghostscript-library Requires: python-imaging @@ -67,20 +66,16 @@ Suggests: Uniconvertor %endif - %description -Scribus is a open source page layout program which -produces commercial grade output in PDF and Postscript, primarily, -though not exclusively, for Linux. - -While the goals of the program are ease of use and simple -easy-to-understand tools, Scribus support for professional -publishing features, such as CMYK and spot colors, easy PDF creation, -Encapsulated Postscript import and export and creation of color -separations. +Scribus is a page layout program which produces output in PDF and +Postscript. + +Scribus supports publishing features such as CMYK and spot colors, +PDF creation, Encapsulated Postscript import and export and creation +of color separations. %package devel -Summary: Open Source Page Layout / Desktop Publishing (DTP) +Summary: Development files for Scribus Group: Development/Libraries/Other Requires: %{name} = %{version} Requires: freetype2-devel @@ -89,9 +84,8 @@ Requires: zlib-devel %description devel - -This package provides the development headers for scribus. It is most useful -for developing scribus plugins. +This package provides the development headers for Scribus, used for +developing Scribus plugins. %prep @@ -107,7 +101,7 @@ rm resources/swatches/dtp-studio-free-palettes-license.rtf export CXXFLAGS="%{optflags} -fno-strict-aliasing" -export CFLAGS="$CXXFLAGS -fno-strict-aliasing" +export CFLAGS="$CXXFLAGS" mkdir build pushd build @@ -127,8 +121,7 @@ %install pushd build -make install DESTDIR=%{buildroot} - +%make_install popd # install hi-res icons for better appearance on gnome-shell @@ -143,7 +136,7 @@ %endif -%fdupes -s %{buildroot}%{_includedir}/%{name}/ +%fdupes %{buildroot}/%{_prefix} # INSTALL APPSTREAM METAINFO (SOURCE6) install -Dm0644 %{S:6} %{buildroot}%{_datadir}/appdata/%{name}.appdata.xml
