rebuilt with debug package [release 3.1.9-2mamba;Fri Dec 11 2020]

This commit is contained in:
Silvan Calarco 2024-01-05 18:01:31 +01:00
parent d7487f76d3
commit b4331bceff

View File

@ -1,6 +1,6 @@
Name: source-highlight
Version: 3.1.9
Release: 1mamba
Release: 2mamba
Summary: A source code highlighter with support for many languages
Group: Applications/Publishing
Vendor: openmamba
@ -11,6 +11,7 @@ Source: ftp://ftp.gnu.org/gnu/src-highlite/source-highlight-%{version}.ta
License: GPL
## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel
BuildRequires: ldconfig
BuildRequires: libboost-devel
BuildRequires: libgcc
BuildRequires: libstdc++6-devel
@ -42,14 +43,13 @@ Requires: %{name} = %{version}-%{release}
%description devel
GNU Source-highlight, given a source file, produces a document with syntax highlighting.
Source-highlight reads source language specifications dynamically, thus it can be easily extended (without recompiling the sources) for handling new languages.
It also reads output format specifications dynamically, and thus it can be easily extended (without recompiling the sources) for handling new output formats.
The syntax for these specifications is quite easy (take a look at the manual).
Source-highlight is a command line program, and it can also be used as a CGI.
This package contains static libraries and header files needed for development.
This package contains static libraries and header files need for development.
%debug_package
%prep
%setup -q
@ -109,6 +109,9 @@ rm -fr %{buildroot}%{_docdir}
%doc TODO.txt doc/{*.css,*.html,*.java}
%changelog
* Fri Dec 11 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 3.1.9-2mamba
- rebuilt with debug package
* Sun Oct 13 2019 Automatic Build System <autodist@mambasoft.it> 3.1.9-1mamba
- automatic version update by autodist