rpms/xdvik/devel xdvik.spec,1.12,1.13

Jonathan G. Underwood (jgu) fedora-extras-commits at redhat.com
Sat Feb 2 23:12:44 UTC 2008


Author: jgu

Update of /cvs/extras/rpms/xdvik/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1039

Modified Files:
	xdvik.spec 
Log Message:
* Sat Feb  2  2008 Jonathan G. Underwood <jonathan.underwood at gmail.com> - 22.84.13-15
- Fix definition of _texmf_main for now
- Fix previous changelog entry version number



Index: xdvik.spec
===================================================================
RCS file: /cvs/extras/rpms/xdvik/devel/xdvik.spec,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- xdvik.spec	2 Feb 2008 22:47:18 -0000	1.12
+++ xdvik.spec	2 Feb 2008 23:12:11 -0000	1.13
@@ -1,11 +1,14 @@
 %bcond_without japanese
 %define desktop_file_utils_version 0.9
-%{!?_texmf_main: %define _texmf_main %{_datadir}/texmf}
+
+# _texmf_main is currently badly defined, so hard code it for now
+#%{!?_texmf_main: %define _texmf_main %{_datadir}/texmf}
+%define _texmf_main %{_datadir}/texmf
 
 Summary:        An X viewer for DVI files
 Name:           xdvik
 Version:        22.84.13
-Release:        14%{?dist}
+Release:        15%{?dist}
 Url:            http://xdvi.sourceforge.net/
 # encodings.c is GPLv2+ and LGPL and MIT
 # read-mapfile.c tfmload.c are from dvips
@@ -265,7 +268,11 @@
 %endif
 
 %changelog
-* Sat Feb  2  2008 Jonathan G. Underwood <jonathan.underwood at gmail.com> - 22.84.13-13
+* Sat Feb  2  2008 Jonathan G. Underwood <jonathan.underwood at gmail.com> - 22.84.13-15
+- Fix definition of _texmf_main for now
+- Fix previous changelog entry version number
+
+* Sat Feb  2  2008 Jonathan G. Underwood <jonathan.underwood at gmail.com> - 22.84.13-14
 - Rework xdvik-22.84.13-uint32_t-fix.patch so as to be consistent with the
   upstream japanese patch and to stop the build barfing
 - Remove parallel make since occasionally this fails




More information about the fedora-extras-commits mailing list