rpms/texmaker/FC-4 texmaker.spec,1.6,1.7

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


Author: deji

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

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-4/texmaker.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- texmaker.spec	8 Jun 2006 19:58:53 -0000	1.6
+++ texmaker.spec	14 Jun 2006 22:05:06 -0000	1.7
@@ -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
 
@@ -90,7 +93,7 @@
 - Revert bad change
 
 * Wed May 31 2006 Deji Akingunola <dakingun at gmail.com> - 1.3-2
-- This should have been a noarch package (#193601) 
+- This should have been a noarch package (#193601)
 
 * Thu May 25 2006 Deji Akingunola <dakingun at gmail.com> - 1.3-1
 - Updated to 1.3 - had to add epoch to facilitate an upgrade




More information about the fedora-extras-commits mailing list