This commit is contained in:
parent
37e63499b5
commit
c2d62a80ce
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 30 12:34:56 CET 2008 - olh@suse.de
|
||||
|
||||
- obsolete old -XXbit packages (bnc#437293)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 10 12:54:45 CEST 2008 - ro@suse.de
|
||||
|
||||
|
27
flex.spec
27
flex.spec
@ -2,9 +2,16 @@
|
||||
# spec file for package flex (Version 2.5.35)
|
||||
#
|
||||
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# This file and all modifications and additions to the pristine
|
||||
# package are under the same license as the package itself.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
# upon. The license for this file, and modifications and additions to the
|
||||
# file, is the same license as for the pristine package itself (unless the
|
||||
# license for the pristine package is not an Open Source License, in which
|
||||
# case the license is the MIT License). An "Open Source License" is a
|
||||
# license that conforms to the Open Source Definition (Version 1.9)
|
||||
# published by the Open Source Initiative.
|
||||
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
@ -19,8 +26,16 @@ Group: Development/Languages/C and C++
|
||||
Requires: m4
|
||||
PreReq: %install_info_prereq
|
||||
AutoReqProv: on
|
||||
# bug437293
|
||||
%ifarch ppc64
|
||||
Obsoletes: flex-64bit
|
||||
%endif
|
||||
%ifarch %ix86 ppc
|
||||
Obsoletes: flex-32bit
|
||||
%endif
|
||||
#
|
||||
Version: 2.5.35
|
||||
Release: 9
|
||||
Release: 42
|
||||
Summary: Fast Lexical Analyzer Generator
|
||||
Source: %{name}-%{version}.tar.bz2
|
||||
Source1: lex-wrapper.sh
|
||||
@ -87,6 +102,8 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%install_info_delete --info-dir=%{_infodir} %{_infodir}/%{name}.info.gz
|
||||
|
||||
%changelog
|
||||
* Thu Oct 30 2008 olh@suse.de
|
||||
- obsolete old -XXbit packages (bnc#437293)
|
||||
* Thu Apr 10 2008 ro@suse.de
|
||||
- added baselibs.conf file to build xxbit packages
|
||||
for multilib support
|
||||
@ -174,12 +191,12 @@ rm -rf $RPM_BUILD_ROOT
|
||||
- added install_info macros
|
||||
* Tue Sep 17 2002 ro@suse.de
|
||||
- removed bogus self-provides
|
||||
* Sun Jul 28 2002 kukuk@suse.de
|
||||
* Sat Jul 27 2002 kukuk@suse.de
|
||||
- remove yacc from neededforbuild, bison is used
|
||||
* Wed Jun 26 2002 tcrhak@suse.cz
|
||||
- update to 2.5.4a (slight change in license only)
|
||||
- bzipped sources
|
||||
* Wed Jan 09 2002 schwab@suse.de
|
||||
* Tue Jan 08 2002 schwab@suse.de
|
||||
- Use <iostream> and std namespace in FlexLexer.h.
|
||||
* Tue Jul 31 2001 nadvornik@suse.cz
|
||||
- installed info pages [bug #9566]
|
||||
|
Loading…
Reference in New Issue
Block a user