rpms/source-highlight/FC-3 .cvsignore, 1.2, 1.3 source-highlight.spec, 1.3, 1.4 sources, 1.2, 1.3

Adrian Reber (adrian) fedora-extras-commits at redhat.com
Thu Aug 4 13:10:06 UTC 2005


Author: adrian

Update of /cvs/extras/rpms/source-highlight/FC-3
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14725

Modified Files:
	.cvsignore source-highlight.spec sources 
Log Message:
* Wed Aug 03 2005 Adrian Reber <adrian at lisas.de> - 2.1.1-1
- updated to 2.1.1 (fixes #164861)



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/source-highlight/FC-3/.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	4 Aug 2005 13:10:04 -0000	1.3
@@ -1 +1,2 @@
-source-highlight-1.9.tar.gz
+source-highlight-2.1.1.tar.gz
+source-highlight-2.1.1.tar.gz.sig


Index: source-highlight.spec
===================================================================
RCS file: /cvs/extras/rpms/source-highlight/FC-3/source-highlight.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- source-highlight.spec	10 Dec 2004 22:03:11 -0000	1.3
+++ source-highlight.spec	4 Aug 2005 13:10:04 -0000	1.4
@@ -1,28 +1,24 @@
-Summary: 	Produces a document with syntax highlighting
-Name: 		source-highlight
-Version: 	1.9
-Release:	2
-Epoch:		0
-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: 2.1.1
+Release: 1%{?dist}
+Group: Development/Tools
+License: GPL
+Source0: ftp://ftp.gnu.org/gnu/src-highlite/source-highlight-2.1.1.tar.gz
+Source1: ftp://ftp.gnu.org/gnu/src-highlite/source-highlight-2.1.1.tar.gz.sig
+URL: http://www.gnu.org/software/src-highlite/
+BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+BuildRequires: bison, flex, boost-devel
+BuildRequires: help2man
+Requires(post): /sbin/install-info
+Requires(postun): /sbin/install-info
 
 %description
-This program, given a source file, produces a document with syntax 
+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,22 +31,53 @@
 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
+%{__sed} -i 's/\r//' docs/source-highlight/xhtml.css
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
+%post
+/sbin/install-info %{_infodir}/source-highlight.info \
+  %{_infodir}/dir 2>/dev/null || :
+
+%preun
+if [ $1 -eq 0 ]; then
+  /sbin/install-info --delete %{_infodir}/source-highlight.info \
+    %{_infodir}/dir 2>/dev/null || :
+fi
+
 %files
 %defattr (-,root,root)
+%doc docs/source-highlight/*
 %{_bindir}/cpp2html
 %{_bindir}/java2html
 %{_bindir}/source-highlight
-%{_bindir}/source-highlight-cgi
 %{_bindir}/src-hilite-lesspipe.sh
 %{_datadir}/%{name}
 %{_mandir}/man1/*
+%{_infodir}/source-highlight.info*
 
 %changelog
+* Wed Aug 03 2005 Adrian Reber <adrian at lisas.de> - 2.1.1-1
+- updated to 2.1.1 (fixes #164861)
+
+* Mon Aug 01 2005 Adrian Reber <adrian at lisas.de> - 2.1-1
+- updated to 2.1
+
+* Sun Jun 19 2005 Adrian Reber <adrian at lisas.de> - 2.0-1
+- updated to 2.0
+- added boost-devel, help2man to BR
+- included info file
+
+* 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
+
 * Tue Jun 22 2004 Adrian Reber <adrian at lisas.de> - 0:1.9-0.fdr.2
 - added the Epoch: 0
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/source-highlight/FC-3/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	4 Aug 2005 13:10:04 -0000	1.3
@@ -1 +1,2 @@
-88e1ecd5c4c37104ed98c0674f630656  source-highlight-1.9.tar.gz
+b31e7a52a91a8fb8093934b54b4f317a  source-highlight-2.1.1.tar.gz
+79622b9b9fe571b812e1d5bfc504ac81  source-highlight-2.1.1.tar.gz.sig




More information about the scm-commits mailing list