This commit is contained in:
parent
b8cbc78cb0
commit
e431b5d736
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Mar 26 15:47:02 CEST 2007 - rguenther@suse.de
|
||||||
|
|
||||||
|
- Add bison BuildRequires.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed May 17 15:59:20 CEST 2006 - mmarek@suse.cz
|
Wed May 17 15:59:20 CEST 2006 - mmarek@suse.cz
|
||||||
|
|
||||||
|
22
flex.spec
22
flex.spec
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package flex (Version 2.5.33)
|
# spec file for package flex (Version 2.5.33)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2006 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
# This file and all modifications and additions to the pristine
|
# This file and all modifications and additions to the pristine
|
||||||
# package are under the same license as the package itself.
|
# package are under the same license as the package itself.
|
||||||
#
|
#
|
||||||
@ -11,15 +11,15 @@
|
|||||||
# norootforbuild
|
# norootforbuild
|
||||||
|
|
||||||
Name: flex
|
Name: flex
|
||||||
BuildRequires: gcc-c++ help2man
|
BuildRequires: bison gcc-c++ help2man
|
||||||
URL: http://flex.sourceforge.net/
|
URL: http://flex.sourceforge.net/
|
||||||
License: BSD, Other License(s), see package
|
License: BSD License and BSD-like
|
||||||
Group: Development/Languages/C and C++
|
Group: Development/Languages/C and C++
|
||||||
Requires: m4
|
Requires: m4
|
||||||
PreReq: %install_info_prereq
|
PreReq: %install_info_prereq
|
||||||
Autoreqprov: on
|
Autoreqprov: on
|
||||||
Version: 2.5.33
|
Version: 2.5.33
|
||||||
Release: 2
|
Release: 31
|
||||||
Summary: Fast Lexical Analyzer Generator
|
Summary: Fast Lexical Analyzer Generator
|
||||||
Source: %{name}-%{version}.tar.bz2
|
Source: %{name}-%{version}.tar.bz2
|
||||||
Source1: lex-wrapper.sh
|
Source1: lex-wrapper.sh
|
||||||
@ -83,16 +83,18 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%postun
|
%postun
|
||||||
%install_info_delete --info-dir=%{_infodir} %{_infodir}/%{name}.info.gz
|
%install_info_delete --info-dir=%{_infodir} %{_infodir}/%{name}.info.gz
|
||||||
|
|
||||||
%changelog -n flex
|
%changelog
|
||||||
|
* Mon Mar 26 2007 - rguenther@suse.de
|
||||||
|
- Add bison BuildRequires.
|
||||||
* Wed May 17 2006 - mmarek@suse.cz
|
* Wed May 17 2006 - mmarek@suse.cz
|
||||||
- update to 2.5.33
|
- update to 2.5.33
|
||||||
* bugfix release
|
* bugfix release
|
||||||
* obsoleted patches:
|
* obsoleted patches:
|
||||||
- YY_DECL.patch
|
- YY_DECL.patch
|
||||||
- array-yymore.patch
|
- array-yymore.patch
|
||||||
- double-free.patch
|
- double-free.patch
|
||||||
- keep-macros.patch
|
- keep-macros.patch
|
||||||
- overflow.patch
|
- overflow.patch
|
||||||
* kept fPIC.patch, yylineno.patch and doc-fix.diff
|
* kept fPIC.patch, yylineno.patch and doc-fix.diff
|
||||||
* Tue May 16 2006 - agruen@suse.de
|
* Tue May 16 2006 - agruen@suse.de
|
||||||
- A minor fix in the documentation.
|
- A minor fix in the documentation.
|
||||||
|
Loading…
Reference in New Issue
Block a user