rpms/texlive-texmf/devel texlive-texmf.spec,1.37,1.38

Jindrich Novy jnovy at fedoraproject.org
Tue Jan 5 14:10:53 UTC 2010


Author: jnovy

Update of /cvs/pkgs/rpms/texlive-texmf/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv30972

Modified Files:
	texlive-texmf.spec 
Log Message:
* Tue Jan  5 2010 Jindrich Novy <jnovy at redhat.com> 2007-35
- add perltex man page (#541085)



Index: texlive-texmf.spec
===================================================================
RCS file: /cvs/pkgs/rpms/texlive-texmf/devel/texlive-texmf.spec,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -p -r1.37 -r1.38
--- texlive-texmf.spec	5 Dec 2009 10:27:49 -0000	1.37
+++ texlive-texmf.spec	5 Jan 2010 14:10:52 -0000	1.38
@@ -14,7 +14,7 @@
 
 Name:		texlive-texmf
 Version:	2007
-Release:	34%{?dist}
+Release:	35%{?dist}
 Summary:	Architecture independent parts of the TeX formatting system
 
 Group:		Applications/Publishing
@@ -497,6 +497,9 @@ rm -rf %{buildroot}%{_texmf_main}/dvipdf
 # install perltex
 install -d -m755 %{buildroot}%{_bindir}
 install -p -m755 perltex/perltex.pl %{buildroot}%{_bindir}/perltex
+# generate perltex man page (#541085)
+install -d -m755 %{buildroot}%{_mandir}/man1
+install -p -m644 perltex/perltex.1 %{buildroot}%{_mandir}/man1
 
 # fix permissions of /var/lib/texmf/web2c
 chmod 755 %{buildroot}%{_texmf_var}/web2c
@@ -880,6 +883,7 @@ fi
 
 %files latex
 %defattr(-,root,root,-)
+%{_mandir}/man1/*
 %{_bindir}/perltex
 %{_texmf_main}/tex/cslatex/
 %{_texmf_main}/tex/latex/
@@ -900,6 +904,9 @@ fi
 %doc %{_texmf_main}/doc/
 
 %changelog
+* Tue Jan  5 2010 Jindrich Novy <jnovy at redhat.com> 2007-35
+- add perltex man page (#541085)
+
 * Fri Dec 04 2009 Jindrich Novy <jnovy at redhat.com> 2007-34
 - fix permissions of /var/lib/texmf/web2c (#512459, #531894)
 - add IEEEconf (#495877)




More information about the fedora-extras-commits mailing list