2014-04-06 05:41:12 +02:00
|
|
|
#
|
2014-06-20 15:19:33 +02:00
|
|
|
# spec file for package texstudio
|
2014-04-06 05:41:12 +02:00
|
|
|
#
|
2015-02-26 12:57:46 +01:00
|
|
|
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
|
2014-04-06 05:41:12 +02: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.
|
|
|
|
|
|
|
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
|
|
|
#
|
|
|
|
|
|
|
|
|
|
|
|
Name: texstudio
|
2015-10-27 10:11:44 +01:00
|
|
|
Version: 2.10.4
|
2014-04-06 05:41:12 +02:00
|
|
|
Release: 0
|
|
|
|
Summary: LaTeX Editor
|
|
|
|
License: GPL-2.0
|
|
|
|
Group: Productivity/Publishing/TeX/Frontends
|
2014-06-20 15:19:33 +02:00
|
|
|
Url: http://texstudio.sf.net
|
2014-04-06 05:41:12 +02:00
|
|
|
Source0: http://downloads.sourceforge.net/texstudio/%{name}-%{version}.tar.gz
|
2015-05-01 12:34:04 +02:00
|
|
|
BuildRequires: fdupes
|
2015-02-26 12:57:46 +01:00
|
|
|
BuildRequires: hicolor-icon-theme
|
2015-05-01 12:34:04 +02:00
|
|
|
%if 0%{?suse_version} <= 1320
|
2014-04-06 05:41:12 +02:00
|
|
|
BuildRequires: libpoppler-qt4-devel
|
2014-06-20 15:19:33 +02:00
|
|
|
BuildRequires: libqt4-devel
|
2015-05-01 12:34:04 +02:00
|
|
|
%else
|
|
|
|
BuildRequires: pkgconfig(Qt5Concurrent)
|
|
|
|
BuildRequires: pkgconfig(Qt5Gui)
|
|
|
|
BuildRequires: pkgconfig(Qt5Network)
|
|
|
|
BuildRequires: pkgconfig(Qt5PrintSupport)
|
|
|
|
BuildRequires: pkgconfig(Qt5Script)
|
|
|
|
BuildRequires: pkgconfig(Qt5Svg)
|
|
|
|
BuildRequires: pkgconfig(Qt5UiTools)
|
|
|
|
BuildRequires: pkgconfig(poppler-qt5)
|
|
|
|
%endif
|
2014-04-06 05:41:12 +02:00
|
|
|
Requires: hunspell
|
|
|
|
Requires: texlive-latex
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
|
|
|
|
|
|
%description
|
|
|
|
TeXstudio is a program based on texmaker, that integrates many tools needed
|
|
|
|
to develop documents with LaTeX, in just one application. Using its editor
|
|
|
|
you can write your documents with the help of interactive spell checking,
|
|
|
|
syntax highlighting, automatically code completion and more.
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q -n %{name}%{version}
|
|
|
|
|
|
|
|
%build
|
2015-05-01 12:34:04 +02:00
|
|
|
%if 0%{?suse_version} <= 1320
|
|
|
|
qmake QMAKE_CXXFLAGS="%optflags -fno-strict-aliasing" CONFIG-=debug texstudio.pro
|
|
|
|
%else
|
|
|
|
qmake-qt5 QMAKE_CXXFLAGS="%optflags -fno-strict-aliasing" CONFIG-=debug texstudio.pro
|
|
|
|
%endif
|
2014-04-06 05:41:12 +02:00
|
|
|
|
|
|
|
make %{?_smp_mflags}
|
|
|
|
|
|
|
|
%install
|
|
|
|
make INSTALL_ROOT=%{buildroot} install
|
|
|
|
|
2015-05-01 12:34:04 +02:00
|
|
|
rm -f %{buildroot}%{_datadir}/texstudio/{AUTHORS,COPYING,CHANGELOG.txt}
|
|
|
|
%fdupes -s %{buildroot}%{_datadir}/texstudio/
|
2015-02-26 12:57:46 +01:00
|
|
|
|
2014-04-06 05:41:12 +02:00
|
|
|
%files
|
|
|
|
%defattr(-,root,root)
|
2015-09-22 21:06:19 +02:00
|
|
|
%doc utilities/AUTHORS utilities/COPYING utilities/manual/CHANGELOG.txt
|
2014-04-06 05:41:12 +02:00
|
|
|
%{_bindir}/texstudio
|
|
|
|
%{_datadir}/texstudio/
|
|
|
|
%{_datadir}/applications/texstudio.desktop
|
2015-02-26 12:57:46 +01:00
|
|
|
%{_datadir}/icons/hicolor/scalable/apps/texstudio.svg
|
2014-06-20 15:19:33 +02:00
|
|
|
%dir %{_datadir}/appdata
|
|
|
|
%{_datadir}/appdata/texstudio.appdata.xml
|
2014-04-06 05:41:12 +02:00
|
|
|
|
|
|
|
%changelog
|