]> git.pld-linux.org Git - packages/texmaker.git/commitdiff
- cosmetics
authorPaweł Gołaszewski <blues@pld-linux.org>
Sat, 28 May 2005 17:29:06 +0000 (17:29 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    texmaker.spec -> 1.2

texmaker.spec

index ae194a0e2def7b06b860d689aaad956f592c317c..1bbaaa3a6088218a76db916d0980f2ca3d0438af 100644 (file)
@@ -1,4 +1,4 @@
-# $Revision: 1.1 $
+# $Revision: 1.2 $
 Summary:       LaTeX development environment
 Summary(pl):   ¦rodowisko do tworzenia dokumentów LaTeXa
 Name:          texmaker
@@ -27,12 +27,15 @@ potrzebnych do tworzenia dokument
 
 %build
 export QTDIR="%{_prefix}"
-qmake -unix PREFIX="%{_prefix}" CXXFLAGS="%{rpmcflags}" texmaker.pro
+qmake -unix texmaker.pro \
+       PREFIX="%{_prefix}" \
+       CXXFLAGS="%{rpmcflags}" 
 %{__make}
 
 %install
 rm -rf $RPM_BUILD_ROOT
 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 %{SOURCE1} $RPM_BUILD_ROOT%{_desktopdir}
This page took 0.10093 seconds and 4 git commands to generate.