]> git.pld-linux.org Git - packages/texmaker.git/blame - texmaker.spec
- massive change ( validate errors warrings from desktop-file-validate)
[packages/texmaker.git] / texmaker.spec
CommitLineData
6b635d9f 1Summary: LaTeX development environment
b29f4beb 2Summary(pl.UTF-8): Środowisko do tworzenia dokumentów LaTeXa
6b635d9f 3Name: texmaker
d0643da8 4Version: 1.3
5Release: 0.1
6b635d9f 6License: GPL
7Group: Applications/Publishing
8Source0: http://www.xm1math.net/texmaker/%{name}-%{version}.tar.bz2
d0643da8 9# Source0-md5: 17f91175a32827e9c9f45dc7a20a0c2b
6b635d9f 10Source1: %{name}.desktop
11URL: http://www.xm1math.net/texmaker/
12BuildRequires: qmake
d0643da8 13BuildRequires: qt-devel >= 4.1
6b635d9f 14BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
15
16%description
17Texmaker is a free LaTeX editor, that integrates many tools needed to
18develop documents with LaTeX, in just one application.
19
9ba10fe1
JR
20%description -l pl.UTF-8
21Texmaker to darmowy edytor LaTeXa, który łączy wiele narzędzi
22potrzebnych do tworzenia dokumentów LaTeXa w jednej aplikacji.
6b635d9f 23
24%prep
25%setup -q
26
27%build
28export QTDIR="%{_prefix}"
6b7c1b04
PG
29qmake -unix texmaker.pro \
30 PREFIX="%{_prefix}" \
6dc5ba09 31 CXXFLAGS="%{rpmcflags}"
6b635d9f 32%{__make}
33
34%install
35rm -rf $RPM_BUILD_ROOT
36install -d $RPM_BUILD_ROOT{%{_bindir},%{_pixmapsdir},%{_desktopdir},%{_datadir}/texmaker}
6b7c1b04 37
6b635d9f 38install %{name} $RPM_BUILD_ROOT%{_bindir}
39install utilities/{*.png,*.gif,usermanual.html,style.css} $RPM_BUILD_ROOT%{_datadir}/texmaker
40install %{SOURCE1} $RPM_BUILD_ROOT%{_desktopdir}
41install utilities/texmaker32x32.png $RPM_BUILD_ROOT%{_pixmapsdir}/texmaker.png
42# are SVG icons supported?
43#install utilities/texmaker.svg $RPM_BUILD_ROOT%{_pixmapsdir}
44
45%clean
46rm -rf $RPM_BUILD_ROOT
47
48%files
49%defattr(644,root,root,755)
6b635d9f 50%doc utilities/AUTHORS
e71d1072 51%attr(755,root,root) %{_bindir}/*
6b635d9f 52%{_datadir}/%{name}
b3599aa8 53%{_desktopdir}/*.desktop
6b635d9f 54%{_pixmapsdir}/*
This page took 0.123597 seconds and 4 git commands to generate.