SPECS: texmaker.spec - upgraded to 1.7.1
gotar
gotar at pld-linux.org
Sat Sep 20 15:59:02 CEST 2008
Author: gotar Date: Sat Sep 20 13:59:02 2008 GMT
Module: SPECS Tag: HEAD
---- Log message:
- upgraded to 1.7.1
---- Files affected:
SPECS:
texmaker.spec (1.8 -> 1.9)
---- Diffs:
================================================================
Index: SPECS/texmaker.spec
diff -u SPECS/texmaker.spec:1.8 SPECS/texmaker.spec:1.9
--- SPECS/texmaker.spec:1.8 Mon Feb 12 23:09:17 2007
+++ SPECS/texmaker.spec Sat Sep 20 15:58:57 2008
@@ -1,17 +1,21 @@
# $Revision$, $Date$
+#
+# TODO: - use system hunspell
+#
Summary: LaTeX development environment
Summary(pl.UTF-8): Środowisko do tworzenia dokumentów LaTeXa
Name: texmaker
-Version: 1.3
-Release: 0.1
+Version: 1.7.1
+Release: 1
License: GPL
-Group: Applications/Publishing
+Group: X11/Applications/Publishing
Source0: http://www.xm1math.net/texmaker/%{name}-%{version}.tar.bz2
-# Source0-md5: 17f91175a32827e9c9f45dc7a20a0c2b
+# Source0-md5: 2b59114f02b0e4ad65db78c10c740bf8
Source1: %{name}.desktop
URL: http://www.xm1math.net/texmaker/
-BuildRequires: qmake
-BuildRequires: qt-devel >= 4.1
+BuildRequires: qt4-build
+BuildRequires: qt4-qmake
+BuildRequires: QtGui-devel
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
%description
@@ -27,7 +31,7 @@
%build
export QTDIR="%{_prefix}"
-qmake -unix texmaker.pro \
+qmake-qt4 -unix texmaker.pro \
PREFIX="%{_prefix}" \
CXXFLAGS="%{rpmcflags}"
%{__make}
@@ -37,7 +41,10 @@
install -d $RPM_BUILD_ROOT{%{_bindir},%{_pixmapsdir},%{_desktopdir},%{_datadir}/texmaker}
install %{name} $RPM_BUILD_ROOT%{_bindir}
-install utilities/{*.png,*.gif,usermanual.html,style.css} $RPM_BUILD_ROOT%{_datadir}/texmaker
+install utilities/{*.gif,*.png,psheader.txt,*.aff,*.dic,*.qm} $RPM_BUILD_ROOT%{_datadir}/texmaker
+for i in latexhelp.html style.css usermanual_en.html usermanual_fr.html; do
+ ln -s %{_docdir}/%{name}-%{version}/$i $RPM_BUILD_ROOT%{_datadir}/texmaker
+done
install %{SOURCE1} $RPM_BUILD_ROOT%{_desktopdir}
install utilities/texmaker32x32.png $RPM_BUILD_ROOT%{_pixmapsdir}/texmaker.png
# are SVG icons supported?
@@ -48,9 +55,17 @@
%files
%defattr(644,root,root,755)
-%doc utilities/AUTHORS
+%doc utilities/AUTHORS utilities/CHANGELOG.txt utilities/latexhelp.html utilities/style.css utilities/usermanual_*.html
%attr(755,root,root) %{_bindir}/*
-%{_datadir}/%{name}
+%dir %{_datadir}/%{name}
+%{_datadir}/%{name}/en_GB.*
+%lang(fr) %{_datadir}/%{name}/fr_FR.*
+%lang(fr) %{_datadir}/%{name}/texmaker_fr.qm
+%{_datadir}/%{name}/*.css
+%{_datadir}/%{name}/*.html
+%{_datadir}/%{name}/*.gif
+%{_datadir}/%{name}/*.png
+%{_datadir}/%{name}/*.txt
%{_desktopdir}/*.desktop
%{_pixmapsdir}/*
@@ -60,6 +75,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.9 2008/09/20 13:58:57 gotar
+- upgraded to 1.7.1
+
Revision 1.8 2007/02/12 22:09:17 glen
- tabs in preamble
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/texmaker.spec?r1=1.8&r2=1.9&f=u
More information about the pld-cvs-commit
mailing list