Accepting request 766890 from GNOME:Apps
- Remove docbook-toys build dependency, db2html is just an unused leftover in the configure script, only xsltproc is required. Removes build dependency on texlive-jadetex and some more. (forwarded request 766713 from StefanBruens) OBS-URL: https://build.opensuse.org/request/show/766890 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/dia?expand=0&rev=48
This commit is contained in:
commit
244188eb1a
@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jan 23 22:47:12 UTC 2020 - Stefan Brüns <stefan.bruens@rwth-aachen.de>
|
||||||
|
|
||||||
|
- Remove docbook-toys build dependency, db2html is just an unused
|
||||||
|
leftover in the configure script, only xsltproc is required.
|
||||||
|
Removes build dependency on texlive-jadetex and some more.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Mar 20 16:22:09 UTC 2018 - mimi.vx@gmail.com
|
Tue Mar 20 16:22:09 UTC 2018 - mimi.vx@gmail.com
|
||||||
|
|
||||||
|
12
dia.spec
12
dia.spec
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package dia
|
# spec file for package dia
|
||||||
#
|
#
|
||||||
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2020 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -12,7 +12,7 @@
|
|||||||
# license that conforms to the Open Source Definition (Version 1.9)
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
# published by the Open Source Initiative.
|
# published by the Open Source Initiative.
|
||||||
|
|
||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
@ -22,8 +22,8 @@ Release: 0
|
|||||||
Summary: A Diagram Creation Program
|
Summary: A Diagram Creation Program
|
||||||
License: GPL-2.0-or-later
|
License: GPL-2.0-or-later
|
||||||
Group: Productivity/Graphics/Other
|
Group: Productivity/Graphics/Other
|
||||||
Url: http://live.gnome.org/Dia
|
URL: https://wiki.gnome.org/Dia
|
||||||
Source0: http://download.gnome.org/sources/dia/0.97/%{name}-%{version}.tar.xz
|
Source0: https://download.gnome.org/sources/dia/0.97/%{name}-%{version}.tar.xz
|
||||||
Source1: font-test-japanese.dia
|
Source1: font-test-japanese.dia
|
||||||
Source2: font-test-czech.dia
|
Source2: font-test-czech.dia
|
||||||
Source3: font-test-german-euro.dia
|
Source3: font-test-german-euro.dia
|
||||||
@ -38,7 +38,6 @@ Patch17: dia-remove-datetime.patch
|
|||||||
Patch20: dia-libemf-64bit.patch
|
Patch20: dia-libemf-64bit.patch
|
||||||
# PATCH-FIX-OPENSUSE dia-enable-html-doc.patch mgorse@suse.com -- Always enable html docs if xsltproc present.
|
# PATCH-FIX-OPENSUSE dia-enable-html-doc.patch mgorse@suse.com -- Always enable html docs if xsltproc present.
|
||||||
Patch23: dia-enable-html-doc.patch
|
Patch23: dia-enable-html-doc.patch
|
||||||
BuildRequires: docbook-toys
|
|
||||||
BuildRequires: docbook-xsl-stylesheets
|
BuildRequires: docbook-xsl-stylesheets
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: gcc-c++
|
BuildRequires: gcc-c++
|
||||||
@ -46,8 +45,8 @@ BuildRequires: gettext
|
|||||||
BuildRequires: intltool
|
BuildRequires: intltool
|
||||||
BuildRequires: libEMF-devel
|
BuildRequires: libEMF-devel
|
||||||
BuildRequires: libtool
|
BuildRequires: libtool
|
||||||
|
BuildRequires: libxslt-tools
|
||||||
BuildRequires: pkgconfig
|
BuildRequires: pkgconfig
|
||||||
BuildRequires: sgml-skel
|
|
||||||
BuildRequires: swig
|
BuildRequires: swig
|
||||||
BuildRequires: translation-update-upstream
|
BuildRequires: translation-update-upstream
|
||||||
BuildRequires: update-desktop-files
|
BuildRequires: update-desktop-files
|
||||||
@ -100,7 +99,6 @@ autoreconf -f -i
|
|||||||
intltoolize --force
|
intltoolize --force
|
||||||
%configure\
|
%configure\
|
||||||
--disable-static\
|
--disable-static\
|
||||||
--enable-db2html\
|
|
||||||
--disable-gnome\
|
--disable-gnome\
|
||||||
--with-cairo\
|
--with-cairo\
|
||||||
--with-swig \
|
--with-swig \
|
||||||
|
Loading…
Reference in New Issue
Block a user