- Rebuild for new boost

- Fix Requires for %post and %preun
This commit is contained in:
Christoph Wickert 2010-07-27 18:16:55 +00:00
parent e50af5661d
commit d5a218d74b
1 changed files with 7 additions and 3 deletions

View File

@ -1,7 +1,7 @@
Summary: Produces a document with syntax highlighting
Name: source-highlight
Version: 3.1.3
Release: 1%{?dist}
Release: 2%{?dist}
Group: Development/Tools
License: GPLv3+
Source0: ftp://ftp.gnu.org/gnu/src-highlite/%{name}-%{version}.tar.gz
@ -10,8 +10,8 @@ URL: http://www.gnu.org/software/src-highlite/
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: bison, flex, boost-devel
BuildRequires: help2man, ctags, chrpath
Requires(post): /sbin/install-info
Requires(postun): /sbin/install-info
Requires(post): info
Requires(preun): info
Requires: ctags
%description
@ -94,6 +94,10 @@ fi
%{_datadir}/aclocal/ax_boost_*.m4
%changelog
* Tue Jul 27 2010 Christoph Wickert <cwickert@fedoraproject.org> - 3.1.3-2
- Rebuild for new boost
- Fix Requires for %%post and %%preun
* Fri Jun 04 2010 Leigh Scott <leigh123linux@googlemail.com> - 3.1.3-1
- updated to 3.1.3
- change configure command so it finds boost_regex