Accepting request 159657 from home:badshah400:branches:Publishing

Update to version 4.0.1; spec file cleanups; pass smp_mflags to make to speed up build

OBS-URL: https://build.opensuse.org/request/show/159657
OBS-URL: https://build.opensuse.org/package/show/Publishing/texmaker?expand=0&rev=51
This commit is contained in:
OBS User mrdocs 2013-03-16 21:21:50 +00:00 committed by Git OBS Bridge
parent 96ed2c4fc5
commit 027625551f
4 changed files with 19 additions and 9 deletions

3
texmaker-4.0.1.tar.bz2 Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:7ef9a5e1e24e734bfb7edb084ec6574fa3fc61b31685ca5402d6649a53a4e12d
size 13065488

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:7e8dd8ebf7ed2102c32b46640e3b030d9d8d4899067d50873cd9f9f6eabd2c21
size 13120378

View File

@ -1,3 +1,16 @@
-------------------------------------------------------------------
Sat Mar 16 16:39:18 UTC 2013 - badshah400@gmail.com
- Update to version 4.0.1:
+ Bugs fixed:
- Potential crash when synctex sends a bad page
number has been fixed
- An 's' character is no more inserted while using Ctrl+S
shortcut with an unmodified document
+ Pdownload35 option has been added to the default dvips
command for miktex
- Pass smp_mflags to make to speed up build.
-------------------------------------------------------------------
Thu Mar 14 17:48:13 UTC 2013 - badshah400@gmail.com

View File

@ -17,7 +17,7 @@
Name: texmaker
Version: 4.0
Version: 4.0.1
Release: 0
Summary: Free cross-platform LaTeX editor
License: GPL-2.0
@ -35,18 +35,16 @@ Requires: hunspell
Requires: libQtWebKit4 >= 4.6.1
Requires: texlive-latex
BuildRoot: %{_tmppath}/%{name}-%{version}-build
#
%description
Texmaker is a free LaTeX editor, that integrates many tools
needed to develop documents with LaTeX, in just one application.
Texmaker runs on unix, macosx and windows systems and is released
under the GPL license .
#
%prep
%setup -q
%patch1 -p1
#
%build
QTDIR=%{_libdir}/qt4
@ -56,8 +54,7 @@ DYLD_LIBRARY_PATH=$QTDIR/lib:$DYLD_LIBRARY_PATH
export QTDIR PATH LD_LIBRARY_PATH DYLD_LIBRARY_PATH
PREFIX=%{buildroot}%{_prefix}
qmake -unix texmaker.pro
make INSTALL_ROOT=%{buildroot}
#
make %{?_smp_mflags} INSTALL_ROOT=%{buildroot}
%install
make INSTALL_ROOT=%{buildroot} install