Drop the dependency of core package on flex-static

This commit is contained in:
Petr Machata 2010-08-17 15:15:12 +02:00
parent 12773fc12d
commit d6e92f36f3

View File

@ -1,7 +1,7 @@
Summary: A tool for creating scanners (text pattern recognizers)
Name: flex
Version: 2.5.35
Release: 11%{?dist}
Release: 12%{?dist}
License: BSD
Group: Development/Tools
URL: http://flex.sourceforge.net/
@ -16,14 +16,6 @@ BuildRequires: gettext bison m4
Requires(post): /sbin/install-info
Requires(preun): /sbin/install-info
# We need to pull in the static library package. That's necessary so
# that packages that just do BuildRequires: flex can still use -lfl.
# I suspect that linking to -lfl is actually rare and those (few)
# packages that do use it could be taught to require the sub-package
# explicitly. So at some point in future, this dependency may be
# dropped.
Requires: flex-static = %{version}
%description
The flex program generates scanners. Scanners are programs which can
recognize lexical patterns in text. Flex takes pairs of regular
@ -109,6 +101,10 @@ rm -rf ${RPM_BUILD_ROOT}
%{_libdir}/*.a
%changelog
* Tue Aug 17 2010 Petr Machata <pmachata@redhat.com> - 2.5.35-12
- Drop the dependency of core package on flex-static.
- Resolves: #624549
* Wed Jul 14 2010 Petr Machata <pmachata@redhat.com> - 2.5.35-11
- Forgot that the changes in flex.skl won't propagate to skel.c
- Resolves: #612465