rpms/source-highlight/devel .cvsignore, 1.2, 1.3 source-highlight.spec, 1.5, 1.6 sources, 1.2, 1.3

Adrian Reber (adrian) fedora-extras-commits at redhat.com
Wed May 11 07:25:33 UTC 2005


Author: adrian

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

Modified Files:
	.cvsignore source-highlight.spec sources 
Log Message:
- updated to 1.11
- included the documentation
- optimised the %%descritpion



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/source-highlight/devel/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore	8 Nov 2004 05:21:35 -0000	1.2
+++ .cvsignore	11 May 2005 07:25:31 -0000	1.3
@@ -1 +1 @@
-source-highlight-1.9.tar.gz
+source-highlight-1.11.tar.gz


Index: source-highlight.spec
===================================================================
RCS file: /cvs/extras/rpms/source-highlight/devel/source-highlight.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- source-highlight.spec	6 Apr 2005 22:13:32 -0000	1.5
+++ source-highlight.spec	11 May 2005 07:25:31 -0000	1.6
@@ -1,28 +1,20 @@
-Summary:	Produces a document with syntax highlighting
-Name:		source-highlight
-Version:	1.9
-Release:	3
-
-Group:		Development/Tools
-License:	GPL
-Source:		ftp://ftp.gnu.org/gnu/src-highlite/%{name}-%{version}.tar.gz
-URL:		http://www.gnu.org/software/src-highlite/
-BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-BuildRequires:	bison, flex
+Summary: Produces a document with syntax highlighting
+Name: source-highlight
+Version: 1.11
+Release: 1
+Group: Development/Tools
+License: GPL
+Source: ftp://ftp.gnu.org/gnu/src-highlite/source-highlight-1.11.tar.gz
+URL: http://www.gnu.org/software/src-highlite/
+BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+BuildRequires: bison, flex
 
 %description
 This program, given a source file, produces a document with syntax
 highlighting. At the moment this package can handle :
-* Java
-* C/C++
-* Prolog
-* Perl
-* Php3 new
-as source languages, and HTML as output format.
-NOTICE: now the name of the program is source-highlight: there are no two
-separate programs, namely java2html and cpp2html, anymore.  However there
-are two shell scripts with the same name in order to facilitate the
-migration (however their use is not advised).
+Java, Javascript, C/C++, Prolog, Perl, Php3, Python, Flex, ChangeLog, Ruby, 
+Lua, Caml, Sml and Log as source languages, and HTML, XHTML and ANSI color 
+escape sequences as output format.
 
 %prep
 %setup -q
@@ -35,13 +27,14 @@
 rm -rf $RPM_BUILD_ROOT
 make install DESTDIR=$RPM_BUILD_ROOT
 
-rm -fr $RPM_BUILD_ROOT%{_datadir}/doc/
+mv $RPM_BUILD_ROOT%{_datadir}/doc/ docs
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr (-,root,root)
+%doc docs/source-highlight/*
 %{_bindir}/cpp2html
 %{_bindir}/java2html
 %{_bindir}/source-highlight
@@ -51,6 +44,11 @@
 %{_mandir}/man1/*
 
 %changelog
+* Wed May 11 2005 Adrian Reber <adrian at lisas.de> - 1.11-1
+- updated to 1.11
+- included the documentation
+- optimised the %%descritpion
+
 * Fri Apr  7 2005 Michael Schwendt <mschwendt[AT]users.sf.net>
 - rebuilt
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/source-highlight/devel/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	8 Nov 2004 05:21:35 -0000	1.2
+++ sources	11 May 2005 07:25:31 -0000	1.3
@@ -1 +1 @@
-88e1ecd5c4c37104ed98c0674f630656  source-highlight-1.9.tar.gz
+4d044e7fb4593e9214f64bedad42ea09  source-highlight-1.11.tar.gz




More information about the fedora-extras-commits mailing list