From 5acc2352fc0d0f4b38ca09d51068c9b5cf676a13 Mon Sep 17 00:00:00 2001 From: cvsextras Date: Mon, 8 Nov 2004 05:21:35 +0000 Subject: [PATCH] =?UTF-8?q?auto-import=20changelog=20data=20from=20source-?= =?UTF-8?q?highlight-1.9-0.fdr.2.1.src.rpm=201.9-0.fdr.2=20-=20added=20the?= =?UTF-8?q?=20Epoch:=200=20Tue=20Jun=2022=202004=20Adrian=20Reber=20=20-=201.9-0.fdr.1=20-=20removed=20mandrake=20specif?= =?UTF-8?q?ic=20macros=20Thu=20Jun=2017=202004=20Lenny=20Cartier=20=201.9-1mdk=20-=201.9=20Wed=20Jan=2007=202004?= =?UTF-8?q?=20Per=20=D8yvind=20Karlsen=20=20?= =?UTF-8?q?1.8-1mdk=20-=201.8=20-=20drop=20Prefix=20tag=20-=20clean=20out?= =?UTF-8?q?=20redundant=20buildrequires=20-=20rm=20-rf=20$RPM=5FBUILD=5FRO?= =?UTF-8?q?OT=20at=20the=20beginning=20of=20%install,=20not=20%prep=20-=20?= =?UTF-8?q?use=20%makeinstall=5Fstd=20macro=20-=20cosmetics=20Wed=20Mar=20?= =?UTF-8?q?26=202003=20Lenny=20Cartier=20=201.7-1m?= =?UTF-8?q?dk=20-=201.7=20Sat=20Feb=2001=202003=20Lenny=20Cartier=20=201.6.3-1mdk=20-=201.6.3=20Wed=20Jan=2022=20?= =?UTF-8?q?2003=20Lenny=20Cartier=20=201.6.2-1mdk?= =?UTF-8?q?=20-=201.6.2=20Sat=20Nov=2023=202002=20Olivier=20Thauvin=20=201.6.1-1mdk=20-=201.6.1=20-=20fix=20unp?= =?UTF-8?q?ackaged=20files=20Thu=20Sep=2005=202002=20Lenny=20Cartier=20=201.5-2mdk=20-=20rebuild=20Thu=20Jul=2018?= =?UTF-8?q?=202002=20Lenny=20Cartier=20=201.5-1mdk?= =?UTF-8?q?=20-=201.5=20Wed=20Jun=2026=202002=20Lenny=20Cartier=20=201.4-1mdk=20-=20obsoletes=20java2html=20&=20c?= =?UTF-8?q?pp2html?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .cvsignore | 1 + source-highlight.spec | 91 +++++++++++++++++++++++++++++++++++++++++++ sources | 1 + 3 files changed, 93 insertions(+) create mode 100644 source-highlight.spec diff --git a/.cvsignore b/.cvsignore index e69de29..aec67f7 100644 --- a/.cvsignore +++ b/.cvsignore @@ -0,0 +1 @@ +source-highlight-1.9.tar.gz diff --git a/source-highlight.spec b/source-highlight.spec new file mode 100644 index 0000000..b81a7ef --- /dev/null +++ b/source-highlight.spec @@ -0,0 +1,91 @@ +Summary: Produces a document with syntax highlighting +Name: source-highlight +Version: 1.9 +Release: 0.fdr.2.1 +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 + +%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). + +%prep +%setup -q + +%build +%configure +make %{?_smp_mflags} + +%install +rm -rf $RPM_BUILD_ROOT +make install DESTDIR=$RPM_BUILD_ROOT + +rm -fr $RPM_BUILD_ROOT%{_datadir}/doc/ + +%clean +rm -rf $RPM_BUILD_ROOT + +%files +%defattr (-,root,root) +%{_bindir}/cpp2html +%{_bindir}/java2html +%{_bindir}/source-highlight +%{_bindir}/source-highlight-cgi +%{_bindir}/src-hilite-lesspipe.sh +%{_datadir}/%{name} +%{_mandir}/man1/* + +%changelog +* Tue Jun 22 2004 Adrian Reber - 0:1.9-0.fdr.2 +- added the Epoch: 0 + +* Tue Jun 22 2004 Adrian Reber - 1.9-0.fdr.1 +- removed mandrake specific macros + +* Thu Jun 17 2004 Lenny Cartier 1.9-1mdk +- 1.9 + +* Wed Jan 07 2004 Per Øyvind Karlsen 1.8-1mdk +- 1.8 +- drop Prefix tag +- clean out redundant buildrequires +- rm -rf $RPM_BUILD_ROOT at the beginning of %%install, not %%prep +- use %%makeinstall_std macro +- cosmetics + +* Wed Mar 26 2003 Lenny Cartier 1.7-1mdk +- 1.7 + +* Sat Feb 01 2003 Lenny Cartier 1.6.3-1mdk +- 1.6.3 + +* Wed Jan 22 2003 Lenny Cartier 1.6.2-1mdk +- 1.6.2 + +* Sat Nov 23 2002 Olivier Thauvin 1.6.1-1mdk +- 1.6.1 +- fix unpackaged files + +* Thu Sep 05 2002 Lenny Cartier 1.5-2mdk +- rebuild + +* Thu Jul 18 2002 Lenny Cartier 1.5-1mdk +- 1.5 + +* Wed Jun 26 2002 Lenny Cartier 1.4-1mdk +- obsoletes java2html & cpp2html diff --git a/sources b/sources index e69de29..21e490d 100644 --- a/sources +++ b/sources @@ -0,0 +1 @@ +88e1ecd5c4c37104ed98c0674f630656 source-highlight-1.9.tar.gz