- updated to 2.8
- license changed to GPLv3+
This commit is contained in:
parent
f9afd7e0a1
commit
0b5128ea6b
@ -1,2 +1,2 @@
|
||||
source-highlight-2.7.tar.gz.sig
|
||||
source-highlight-2.7.tar.gz
|
||||
source-highlight-2.8.tar.gz
|
||||
source-highlight-2.8.tar.gz.sig
|
||||
|
@ -1,3 +0,0 @@
|
||||
vardef URLPART = '[[:word:]\./\-_]+'
|
||||
url = '(<?)' + $URLPART + '@' + $URLPART + '(>?)'
|
||||
url = '[[:word:]]+://' + $URLPART
|
@ -1,11 +1,11 @@
|
||||
Summary: Produces a document with syntax highlighting
|
||||
Name: source-highlight
|
||||
Version: 2.7
|
||||
Version: 2.8
|
||||
Release: 1%{?dist}
|
||||
Group: Development/Tools
|
||||
License: GPLv2+
|
||||
Source0: ftp://ftp.gnu.org/gnu/src-highlite/source-highlight-2.7.tar.gz
|
||||
Source1: ftp://ftp.gnu.org/gnu/src-highlite/source-highlight-2.7.tar.gz.sig
|
||||
License: GPLv3+
|
||||
Source0: ftp://ftp.gnu.org/gnu/src-highlite/source-highlight-2.8.tar.gz
|
||||
Source1: ftp://ftp.gnu.org/gnu/src-highlite/source-highlight-2.8.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
|
||||
@ -33,7 +33,7 @@ rm -rf $RPM_BUILD_ROOT
|
||||
make install DESTDIR=$RPM_BUILD_ROOT
|
||||
|
||||
mv $RPM_BUILD_ROOT%{_datadir}/doc/ docs
|
||||
%{__sed} -i 's/\r//' docs/source-highlight/xhtml.css
|
||||
%{__sed} -i 's/\r//' docs/source-highlight/*.css
|
||||
|
||||
rm -f $RPM_BUILD_ROOT%{_infodir}/dir
|
||||
|
||||
@ -63,6 +63,10 @@ fi
|
||||
%{_infodir}/source-highlight.info*
|
||||
|
||||
%changelog
|
||||
* Fri Dec 14 2007 Adrian Reber <adrian@lisas.de> - 2.8-1
|
||||
- updated to 2.8
|
||||
- license changed to GPLv3+
|
||||
|
||||
* Sun Sep 16 2007 Adrian Reber <adrian@lisas.de> - 2.7-1
|
||||
- updated to 2.7
|
||||
- updated files section
|
||||
|
Loading…
Reference in New Issue
Block a user