- updated to 2.2
- added ctags BuildRequires and Requires
This commit is contained in:
parent
4a24312923
commit
83c74c224f
@ -1,2 +1,2 @@
|
||||
source-highlight-2.1.2.tar.gz
|
||||
source-highlight-2.1.2.tar.gz.sig
|
||||
source-highlight-2.2.tar.gz
|
||||
source-highlight-2.2.tar.gz.sig
|
||||
|
@ -1,17 +1,18 @@
|
||||
Summary: Produces a document with syntax highlighting
|
||||
Name: source-highlight
|
||||
Version: 2.1.2
|
||||
Version: 2.2
|
||||
Release: 1%{?dist}
|
||||
Group: Development/Tools
|
||||
License: GPL
|
||||
Source0: ftp://ftp.gnu.org/gnu/src-highlite/source-highlight-2.1.2.tar.gz
|
||||
Source1: ftp://ftp.gnu.org/gnu/src-highlite/source-highlight-2.1.2.tar.gz.sig
|
||||
Source0: ftp://ftp.gnu.org/gnu/src-highlite/source-highlight-2.2.tar.gz
|
||||
Source1: ftp://ftp.gnu.org/gnu/src-highlite/source-highlight-2.2.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
|
||||
BuildRequires: help2man, ctags
|
||||
Requires(post): /sbin/install-info
|
||||
Requires(postun): /sbin/install-info
|
||||
Requires: ctags
|
||||
|
||||
%description
|
||||
This program, given a source file, produces a document with syntax
|
||||
@ -59,6 +60,10 @@ fi
|
||||
%{_infodir}/source-highlight.info*
|
||||
|
||||
%changelog
|
||||
* Mon Oct 17 2005 Adrian Reber <adrian@lisas.de> - 2.2-1
|
||||
- updated to 2.2
|
||||
- added ctags BuildRequires and Requires
|
||||
|
||||
* Wed Aug 31 2005 Adrian Reber <adrian@lisas.de> - 2.1.2-1
|
||||
- updated to 2.1.2
|
||||
- removed boost-compile-fix patch
|
||||
|
Loading…
Reference in New Issue
Block a user