2010-11-29 12:22:13 +00:00
|
|
|
#
|
2012-01-24 21:38:06 +00:00
|
|
|
# spec file for package kbibtex
|
2010-11-29 12:22:13 +00:00
|
|
|
#
|
2019-01-05 08:24:30 +00:00
|
|
|
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
2010-11-29 12:22:13 +00:00
|
|
|
#
|
2012-01-24 21:38:06 +00:00
|
|
|
# All modifications and additions to the file contributed by third parties
|
|
|
|
# remain the property of their copyright owners, unless otherwise agreed
|
|
|
|
# upon. The license for this file, and modifications and additions to the
|
|
|
|
# file, is the same license as for the pristine package itself (unless the
|
|
|
|
# license for the pristine package is not an Open Source License, in which
|
|
|
|
# case the license is the MIT License). An "Open Source License" is a
|
|
|
|
# license that conforms to the Open Source Definition (Version 1.9)
|
|
|
|
# published by the Open Source Initiative.
|
2010-11-29 12:22:13 +00:00
|
|
|
|
2018-11-18 17:01:35 +00:00
|
|
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
2012-01-24 21:38:06 +00:00
|
|
|
#
|
|
|
|
|
2018-09-12 10:39:22 +00:00
|
|
|
|
2018-11-18 19:07:20 +00:00
|
|
|
%bcond_without lang
|
|
|
|
|
2018-09-12 10:39:22 +00:00
|
|
|
Name: kbibtex
|
2019-11-18 11:22:20 +00:00
|
|
|
Version: 0.9.1
|
2018-09-12 10:39:22 +00:00
|
|
|
Release: 0
|
|
|
|
Summary: The BibTeX (Latex) bibliography manager by KDE
|
|
|
|
License: GPL-2.0-only
|
|
|
|
Group: Productivity/Publishing/TeX/Utilities
|
2018-11-18 17:01:35 +00:00
|
|
|
URL: https://userbase.kde.org/KBibTeX/
|
Accepting request 708183 from home:wolfi323:branches:KDE:Extra
- Update to version 0.9:
* Can be compiled under Windows via Craft
* Integrating 'BibSearch', a mobile variant of KBibTeX using QML
(Sailfish OS only as of now)
* Refactoring of id suggestion editor
* Making building Zotero support compile-time optional
* Internal refactoring of singleton variables and configuration
settings
* Adding considerable number of QtText-based tests
* Migrating from QRegExp to QRegularExpression class
* Using Kate's text editor component for BibTeX sources
* Validating user-entered BibTeX sources while typing
* More verbose diagnostics while loading BibTeX or RIS data
* Various bugfixes in Encoder and BibTeX import classes thanks to
improved automated tests
* Various small improvements for better robustness, performance,
and memory efficiency
* Make entry type (and more fields) available in entry id
suggestion setup (kde#392137)
* BibLaTeX uses "file" instead of "localfile" (kde#396597)
* Correct handling of ligatures like "st" (kde#405504,
kde#406692)
* Fixing resource leakage as identified by Coverity Scan:
CID 325572, 325573
* Integrating commits by Alexander Dunlap, Antonio Rojas, Erik
Quaeghebeur, Frederik Schwarzer, Pino Toscano, and Yuri
Chornoivan
OBS-URL: https://build.opensuse.org/request/show/708183
OBS-URL: https://build.opensuse.org/package/show/KDE:Extra/kbibtex?expand=0&rev=49
2019-06-06 20:20:20 +00:00
|
|
|
Source: https://download.kde.org/stable/KBibTeX/%{version}/%{name}-%{version}.tar.xz
|
2018-09-12 10:39:22 +00:00
|
|
|
BuildRequires: extra-cmake-modules
|
|
|
|
BuildRequires: kcompletion-devel
|
Accepting request 708183 from home:wolfi323:branches:KDE:Extra
- Update to version 0.9:
* Can be compiled under Windows via Craft
* Integrating 'BibSearch', a mobile variant of KBibTeX using QML
(Sailfish OS only as of now)
* Refactoring of id suggestion editor
* Making building Zotero support compile-time optional
* Internal refactoring of singleton variables and configuration
settings
* Adding considerable number of QtText-based tests
* Migrating from QRegExp to QRegularExpression class
* Using Kate's text editor component for BibTeX sources
* Validating user-entered BibTeX sources while typing
* More verbose diagnostics while loading BibTeX or RIS data
* Various bugfixes in Encoder and BibTeX import classes thanks to
improved automated tests
* Various small improvements for better robustness, performance,
and memory efficiency
* Make entry type (and more fields) available in entry id
suggestion setup (kde#392137)
* BibLaTeX uses "file" instead of "localfile" (kde#396597)
* Correct handling of ligatures like "st" (kde#405504,
kde#406692)
* Fixing resource leakage as identified by Coverity Scan:
CID 325572, 325573
* Integrating commits by Alexander Dunlap, Antonio Rojas, Erik
Quaeghebeur, Frederik Schwarzer, Pino Toscano, and Yuri
Chornoivan
OBS-URL: https://build.opensuse.org/request/show/708183
OBS-URL: https://build.opensuse.org/package/show/KDE:Extra/kbibtex?expand=0&rev=49
2019-06-06 20:20:20 +00:00
|
|
|
BuildRequires: kcoreaddons-devel >= 5.51.0
|
2018-09-12 10:39:22 +00:00
|
|
|
BuildRequires: kcrash-devel
|
|
|
|
BuildRequires: kdoctools-devel
|
|
|
|
BuildRequires: ki18n-devel
|
|
|
|
BuildRequires: kiconthemes-devel
|
|
|
|
BuildRequires: kio-devel
|
|
|
|
BuildRequires: kitemviews-devel
|
|
|
|
BuildRequires: kparts-devel
|
|
|
|
BuildRequires: kservice-devel
|
Accepting request 708183 from home:wolfi323:branches:KDE:Extra
- Update to version 0.9:
* Can be compiled under Windows via Craft
* Integrating 'BibSearch', a mobile variant of KBibTeX using QML
(Sailfish OS only as of now)
* Refactoring of id suggestion editor
* Making building Zotero support compile-time optional
* Internal refactoring of singleton variables and configuration
settings
* Adding considerable number of QtText-based tests
* Migrating from QRegExp to QRegularExpression class
* Using Kate's text editor component for BibTeX sources
* Validating user-entered BibTeX sources while typing
* More verbose diagnostics while loading BibTeX or RIS data
* Various bugfixes in Encoder and BibTeX import classes thanks to
improved automated tests
* Various small improvements for better robustness, performance,
and memory efficiency
* Make entry type (and more fields) available in entry id
suggestion setup (kde#392137)
* BibLaTeX uses "file" instead of "localfile" (kde#396597)
* Correct handling of ligatures like "st" (kde#405504,
kde#406692)
* Fixing resource leakage as identified by Coverity Scan:
CID 325572, 325573
* Integrating commits by Alexander Dunlap, Antonio Rojas, Erik
Quaeghebeur, Frederik Schwarzer, Pino Toscano, and Yuri
Chornoivan
OBS-URL: https://build.opensuse.org/request/show/708183
OBS-URL: https://build.opensuse.org/package/show/KDE:Extra/kbibtex?expand=0&rev=49
2019-06-06 20:20:20 +00:00
|
|
|
BuildRequires: ktexteditor-devel
|
2018-09-12 10:39:22 +00:00
|
|
|
BuildRequires: kwallet-devel
|
|
|
|
BuildRequires: kxmlgui-devel
|
|
|
|
BuildRequires: libicu-devel
|
|
|
|
BuildRequires: libpoppler-qt5-devel
|
|
|
|
BuildRequires: libqca-qt5-devel
|
2018-11-18 17:01:35 +00:00
|
|
|
BuildRequires: pkgconfig
|
2018-09-12 10:39:22 +00:00
|
|
|
BuildRequires: qoauth-qt5-devel
|
2018-11-18 17:01:35 +00:00
|
|
|
BuildRequires: update-desktop-files
|
2018-09-12 10:39:22 +00:00
|
|
|
BuildRequires: pkgconfig(Qt5Concurrent)
|
2018-11-18 17:01:35 +00:00
|
|
|
BuildRequires: pkgconfig(Qt5Core)
|
|
|
|
BuildRequires: pkgconfig(Qt5Network)
|
2018-09-12 10:39:22 +00:00
|
|
|
BuildRequires: pkgconfig(Qt5Test)
|
2018-11-18 17:01:35 +00:00
|
|
|
BuildRequires: pkgconfig(Qt5Widgets)
|
2018-09-12 10:39:22 +00:00
|
|
|
BuildRequires: pkgconfig(Qt5XmlPatterns)
|
2018-11-18 17:01:35 +00:00
|
|
|
Requires(post): desktop-file-utils
|
|
|
|
Requires(post): shared-mime-info
|
|
|
|
Requires(postun): desktop-file-utils
|
|
|
|
Requires(postun): shared-mime-info
|
2018-09-12 10:39:22 +00:00
|
|
|
Recommends: %{name}-lang
|
2018-11-18 17:01:35 +00:00
|
|
|
# Only include WebEngine for platforms that support it
|
|
|
|
%ifarch %{ix86} x86_64 %{arm} aarch64 mips mips64
|
|
|
|
BuildRequires: pkgconfig(Qt5WebEngineWidgets)
|
|
|
|
%else
|
|
|
|
BuildRequires: pkgconfig(Qt5WebKitWidgets)
|
|
|
|
%endif
|
2010-11-29 12:22:13 +00:00
|
|
|
|
|
|
|
%description
|
2018-06-24 21:28:47 +00:00
|
|
|
KBibTeX is a BibTeX editor by KDE to edit bibliographies used with
|
2012-01-24 21:38:06 +00:00
|
|
|
LaTeX. Features include comfortable input masks, starting web queries
|
|
|
|
(e. g. Google or PubMed) and exporting to PDF, PostScript, RTF and
|
|
|
|
XML/HTML. As KBibTeX is using KDE's KParts technology, KBibTeX can be
|
|
|
|
embedded into Kile or Konqueror.
|
2010-11-29 12:22:13 +00:00
|
|
|
|
2013-12-24 20:59:09 +00:00
|
|
|
%package devel
|
|
|
|
Summary: Devel Files for %{name}
|
|
|
|
Group: Development/Libraries/KDE
|
|
|
|
Requires: %{name} = %{version}
|
|
|
|
|
|
|
|
%description devel
|
2014-01-11 10:24:22 +00:00
|
|
|
This package contains the devel files for %{name}.
|
2013-12-24 20:59:09 +00:00
|
|
|
|
2017-03-23 19:08:12 +00:00
|
|
|
%lang_package
|
|
|
|
|
2010-11-29 12:22:13 +00:00
|
|
|
%prep
|
2019-01-05 08:24:30 +00:00
|
|
|
%autosetup -n %{name}-%{version}
|
2010-11-29 12:22:13 +00:00
|
|
|
|
|
|
|
%build
|
2018-05-05 21:36:06 +00:00
|
|
|
%cmake_kf5 -d build
|
2012-01-24 21:38:06 +00:00
|
|
|
make %{?_smp_mflags}
|
2010-11-29 12:22:13 +00:00
|
|
|
|
|
|
|
%install
|
2018-05-05 21:36:06 +00:00
|
|
|
%make_install -C build
|
2019-09-08 07:55:07 +00:00
|
|
|
%suse_update_desktop_file -r org.kde.kbibtex Qt KDE Office Database Science DataVisualization Education
|
2017-03-23 19:08:12 +00:00
|
|
|
|
2018-11-18 19:07:20 +00:00
|
|
|
%if %{with lang}
|
2017-03-23 19:08:12 +00:00
|
|
|
%find_lang %{name}
|
2018-11-18 19:07:20 +00:00
|
|
|
%endif
|
2017-03-23 19:08:12 +00:00
|
|
|
|
2018-11-18 17:01:35 +00:00
|
|
|
%post -p /sbin/ldconfig
|
|
|
|
%postun -p /sbin/ldconfig
|
2010-11-29 12:22:13 +00:00
|
|
|
|
2017-03-20 10:06:44 +00:00
|
|
|
%files
|
2018-05-29 09:40:58 +00:00
|
|
|
%doc ChangeLog
|
|
|
|
%license LICENSE
|
2018-05-05 21:36:06 +00:00
|
|
|
%{_kf5_libdir}/libkbibtex*.so.*
|
2018-11-18 17:01:35 +00:00
|
|
|
%config %{_kf5_configdir}/kbibtexrc
|
|
|
|
%{_kf5_bindir}/kbibtex
|
|
|
|
%{_kf5_plugindir}/kbibtexpart.so*
|
|
|
|
%{_kf5_applicationsdir}/org.kde.kbibtex.desktop
|
|
|
|
%{_kf5_iconsdir}/hicolor/*/apps/kbibtex.png
|
|
|
|
%{_kf5_sharedir}/kbibtex/
|
|
|
|
%{_kf5_servicesdir}/kbibtexpart.desktop
|
|
|
|
%{_kf5_kxmlguidir}/kbibtex/
|
|
|
|
%{_kf5_kxmlguidir}/kbibtexpart/
|
2018-05-05 21:36:06 +00:00
|
|
|
%dir %{_kf5_appstreamdir}
|
|
|
|
%{_kf5_appstreamdir}/org.kde.kbibtex.appdata.xml
|
2018-11-18 17:01:35 +00:00
|
|
|
%{_kf5_htmldir}/*/kbibtex/
|
|
|
|
%{_kf5_sharedir}/mime/packages/bibliography.xml
|
|
|
|
%{_kf5_sharedir}/man/man1/kbibtex.1.gz
|
|
|
|
%{_kf5_sharedir}/man/*/man1/kbibtex.1.gz
|
2017-03-23 19:08:12 +00:00
|
|
|
|
2018-11-18 19:07:20 +00:00
|
|
|
%if %{with lang}
|
2017-03-23 19:08:12 +00:00
|
|
|
%files lang -f %{name}.lang
|
2018-11-18 19:07:20 +00:00
|
|
|
%endif
|
2010-11-29 12:22:13 +00:00
|
|
|
|
2013-12-24 20:59:09 +00:00
|
|
|
%files devel
|
2018-11-18 17:01:35 +00:00
|
|
|
%{_kf5_libdir}/libkbibtex*.so
|
2013-12-24 20:59:09 +00:00
|
|
|
|
2011-06-06 14:30:31 +00:00
|
|
|
%changelog
|