rpms/highlight/devel highlight.spec,1.1,1.2

Matthias Saou (thias) fedora-extras-commits at redhat.com
Thu Aug 4 15:42:28 UTC 2005


Author: thias

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

Modified Files:
	highlight.spec 
Log Message:
Fix the spaces vs. tabs I mentioned, .gz man page extension in case it doesn't get compressed and an unneeded double slash.



Index: highlight.spec
===================================================================
RCS file: /cvs/extras/rpms/highlight/devel/highlight.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- highlight.spec	4 Aug 2005 15:38:30 -0000	1.1
+++ highlight.spec	4 Aug 2005 15:42:26 -0000	1.2
@@ -1,17 +1,17 @@
-Name: 		highlight
-Summary: 	Universal source code to formatted text converter
-Version: 	2.4.1
-Release: 	3%{?dist}
+Name:		highlight
+Summary:	Universal source code to formatted text converter
+Version:	2.4.1
+Release:	3%{?dist}
 
-Group: 		Development/Tools
-License: 	GPL
+Group:		Development/Tools
+License:	GPL
 
-URL: 		http://www.andre-simon.de/
+URL:		http://www.andre-simon.de/
 Source0:	http://www.andre-simon.de/zip/%{name}-2.4-1.tar.bz2
 Patch1:		highlight-2.4-makefile.patch
 Patch2:		highlight-2.4-rpmoptflags.patch
 
-Buildroot:      %{_tmppath}/%{name}-%{version}-root-%(%{__id_u} -n)
+Buildroot:	%{_tmppath}/%{name}-%{version}-root-%(%{__id_u} -n)
 
 %description
 A utility that converts sourcecode to HTML, XHTML, RTF, LaTeX, TeX,
@@ -44,9 +44,9 @@
 
 %{_bindir}/highlight
 %{_datadir}/highlight/
-%{_mandir}/man1/highlight.1.gz
+%{_mandir}/man1/highlight.1*
 
-%doc ChangeLog AUTHORS README* COPYING TODO examples//
+%doc ChangeLog AUTHORS README* COPYING TODO examples/
 
 %changelog
 * Wed Aug  3 2005 Jochen Schmitt <Jochen herr-schmitt de> 2.4.1-3




More information about the scm-commits mailing list