SPECS: source-highlight.spec - updated to 2.8 (GPL v3 now) - added...

qboosh qboosh at pld-linux.org
Fri Nov 30 23:03:24 CET 2007


Author: qboosh                       Date: Fri Nov 30 22:03:24 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- updated to 2.8 (GPL v3 now)
- added info patch

---- Files affected:
SPECS:
   source-highlight.spec (1.22 -> 1.23) 

---- Diffs:

================================================================
Index: SPECS/source-highlight.spec
diff -u SPECS/source-highlight.spec:1.22 SPECS/source-highlight.spec:1.23
--- SPECS/source-highlight.spec:1.22	Mon Sep  3 16:33:06 2007
+++ SPECS/source-highlight.spec	Fri Nov 30 23:03:19 2007
@@ -2,18 +2,20 @@
 Summary:	GNU Source Highlight
 Summary(pl.UTF-8):	Podświetlanie składni z projektu GNU
 Name:		source-highlight
-Version:	2.6
-Release:	3
-License:	GPL
+Version:	2.8
+Release:	1
+License:	GPL v3+
 Group:		Applications/Publishing
-Source0:	ftp://ftp.gnu.org/gnu/src-highlite/%{name}-%{version}.tar.gz
-# Source0-md5:	f36f813a0e5e2a55e9f8050a65dbc594
+Source0:	http://ftp.gnu.org/gnu/src-highlite/%{name}-%{version}.tar.gz
+# Source0-md5:	688174713b45509dbb840c65e57bb477
+Patch0:		%{name}-info.patch
 URL:		http://www.gnu.org/software/src-highlite/
 BuildRequires:	automake
 BuildRequires:	bison
 BuildRequires:	boost-regex-devel
 BuildRequires:	flex
 BuildRequires:	libstdc++-devel
+BuildRequires:	texinfo
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -74,6 +76,7 @@
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 cp -f /usr/share/automake/config.sub .
@@ -101,8 +104,12 @@
 %files
 %defattr(644,root,root,755)
 %doc AUTHORS ChangeLog NEWS README THANKS TODO.txt doc/{*.css,*.html,*.java}
-%attr(755,root,root) %{_bindir}/*
-%{_mandir}/man1/*.1*
+%attr(755,root,root) %{_bindir}/check-regexp
+%attr(755,root,root) %{_bindir}/cpp2html
+%attr(755,root,root) %{_bindir}/java2html
+%attr(755,root,root) %{_bindir}/source-highlight
+%attr(755,root,root) %{_bindir}/src-hilite-lesspipe.sh
+%{_mandir}/man1/source-highlight.1*
 %dir %{_datadir}/%{name}
 %{_datadir}/%{name}/*
 %{_infodir}/source-highlight.info*
@@ -113,6 +120,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.23  2007-11-30 22:03:19  qboosh
+- updated to 2.8 (GPL v3 now)
+- added info patch
+
 Revision 1.22  2007-09-03 14:33:06  baggins
 - rel 3
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/source-highlight.spec?r1=1.22&r2=1.23&f=u



More information about the pld-cvs-commit mailing list