SHA256
1
0
forked from pool/texstudio

Accepting request 287908 from Publishing

1

OBS-URL: https://build.opensuse.org/request/show/287908
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/texstudio?expand=0&rev=4
This commit is contained in:
Dominique Leuenberger 2015-02-27 10:09:55 +00:00 committed by Git OBS Bridge
commit bdf21ebd55
5 changed files with 15 additions and 24 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:8cc16964c7ed38313b0ed6a25249429439bd74916480b916919f9df148f462bb
size 23418801

3
texstudio-2.8.8.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5d00c42425c0d1464438c0c1701508fef281f5dbdd0fbcebdbba9de60ac6db95
size 25198033

View File

@ -1,16 +0,0 @@
Index: texstudio2.7.0/texstudio.pro
===================================================================
--- texstudio2.7.0.orig/texstudio.pro
+++ texstudio2.7.0/texstudio.pro
@@ -432,10 +432,7 @@ unix {
utilities/dictionaries/fr.stopWords \
utilities/dictionaries/th_en_US_v2.dat \
utilities/dictionaries/th_fr_FR_v2.dat \
- utilities/dictionaries/th_de_DE_v2.dat \
- utilities/AUTHORS \
- utilities/COPYING \
- utilities/CHANGELOG.txt
+ utilities/dictionaries/th_de_DE_v2.dat
INSTALLS += target \
utilities
}

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu Feb 26 10:58:38 UTC 2015 - dmitry_r@opensuse.org
- Update to version 2.8.8, mostly bugfixes, see CHANGELOG.txt
- Drop texstudio-correct-doc-location.patch
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Jun 20 12:48:53 UTC 2014 - dmitry_r@opensuse.org Fri Jun 20 12:48:53 UTC 2014 - dmitry_r@opensuse.org

View File

@ -1,7 +1,7 @@
# #
# spec file for package texstudio # spec file for package texstudio
# #
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. # Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
# #
# 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
@ -17,15 +17,14 @@
Name: texstudio Name: texstudio
Version: 2.8.0 Version: 2.8.8
Release: 0 Release: 0
Summary: LaTeX Editor Summary: LaTeX Editor
License: GPL-2.0 License: GPL-2.0
Group: Productivity/Publishing/TeX/Frontends Group: Productivity/Publishing/TeX/Frontends
Url: http://texstudio.sf.net Url: http://texstudio.sf.net
Source0: http://downloads.sourceforge.net/texstudio/%{name}-%{version}.tar.gz Source0: http://downloads.sourceforge.net/texstudio/%{name}-%{version}.tar.gz
# PATCH-FIX-OPENSUSE texstudio-correct-doc-location.patch BuildRequires: hicolor-icon-theme
Patch1: texstudio-correct-doc-location.patch
BuildRequires: libpoppler-qt4-devel BuildRequires: libpoppler-qt4-devel
BuildRequires: libqt4-devel BuildRequires: libqt4-devel
Requires: hunspell Requires: hunspell
@ -40,7 +39,6 @@ syntax highlighting, automatically code completion and more.
%prep %prep
%setup -q -n %{name}%{version} %setup -q -n %{name}%{version}
%patch1 -p1
%build %build
qmake CONFIG-=debug texstudio.pro qmake CONFIG-=debug texstudio.pro
@ -50,12 +48,15 @@ make %{?_smp_mflags}
%install %install
make INSTALL_ROOT=%{buildroot} install make INSTALL_ROOT=%{buildroot} install
rm -f %{buildroot}%{_datadir}texstudio/{AUTHORS,COPYING,CHANGELOG.txt}
%files %files
%defattr(-,root,root) %defattr(-,root,root)
%doc utilities/AUTHORS utilities/COPYING utilities/CHANGELOG.txt %doc utilities/AUTHORS utilities/COPYING utilities/CHANGELOG.txt
%{_bindir}/texstudio %{_bindir}/texstudio
%{_datadir}/texstudio/ %{_datadir}/texstudio/
%{_datadir}/applications/texstudio.desktop %{_datadir}/applications/texstudio.desktop
%{_datadir}/icons/hicolor/scalable/apps/texstudio.svg
%dir %{_datadir}/appdata %dir %{_datadir}/appdata
%{_datadir}/appdata/texstudio.appdata.xml %{_datadir}/appdata/texstudio.appdata.xml