rpms/texmaker/FC-5 texmaker.spec,1.7,1.8

Deji Akingunola (deji) fedora-extras-commits at redhat.com
Wed Jun 14 22:03:22 UTC 2006


Author: deji

Update of /cvs/extras/rpms/texmaker/FC-5
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6522

Modified Files:
	texmaker.spec 
Log Message:
* Thu Jun 08 2006 Deji Akingunola <dakingun at gmail.com> - 1.3-5
- Fix bug #194587



Index: texmaker.spec
===================================================================
RCS file: /cvs/extras/rpms/texmaker/FC-5/texmaker.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- texmaker.spec	8 Jun 2006 19:58:22 -0000	1.7
+++ texmaker.spec	14 Jun 2006 22:03:20 -0000	1.8
@@ -1,7 +1,7 @@
 Summary: LaTeX editor
 Name: texmaker
 Version: 1.3
-Release: 4%{?dist}
+Release: 5%{?dist}
 Epoch: 1
 License: GPL
 Group: Applications/Publishing
@@ -30,13 +30,13 @@
  
 %build
 export QTDIR=%{_libdir}/qt4
-qmake4 -unix QMAKE_STRIP= PREFIX=%{buildroot}%{_prefix} texmaker.pro
+qmake4 -unix texmaker.pro
 
-make %{?_smp_mflags}
+make %{?_smp_mflags} INSTALL_ROOT=%{buildroot}
 
 %install
 rm -rf %{buildroot}
-make DESTDIR=%{buildroot} install
+make INSTALL_ROOT=%{buildroot} install
 
 install -Dp -m 0644 utilities/texmaker16x16.png %{buildroot}%{_datadir}/icons/hicolor/16x16/apps/texmaker.png
 install -Dp -m 0644 utilities/texmaker22x22.png %{buildroot}%{_datadir}/icons/hicolor/22x22/apps/texmaker.png
@@ -83,6 +83,9 @@
 %{_datadir}/icons/hicolor/*/apps/texmaker.png
 
 %changelog
+* Thu Jun 08 2006 Deji Akingunola <dakingun at gmail.com> - 1.3-5
+- Fix bug #194587
+
 * Thu Jun 08 2006 Deji Akingunola <dakingun at gmail.com> - 1.3-4
 - Fix bug #193601
 




More information about the scm-commits mailing list