Drop the dependency of core package on flex-static
This commit is contained in:
parent
12773fc12d
commit
d6e92f36f3
14
flex.spec
14
flex.spec
@ -1,7 +1,7 @@
|
|||||||
Summary: A tool for creating scanners (text pattern recognizers)
|
Summary: A tool for creating scanners (text pattern recognizers)
|
||||||
Name: flex
|
Name: flex
|
||||||
Version: 2.5.35
|
Version: 2.5.35
|
||||||
Release: 11%{?dist}
|
Release: 12%{?dist}
|
||||||
License: BSD
|
License: BSD
|
||||||
Group: Development/Tools
|
Group: Development/Tools
|
||||||
URL: http://flex.sourceforge.net/
|
URL: http://flex.sourceforge.net/
|
||||||
@ -16,14 +16,6 @@ BuildRequires: gettext bison m4
|
|||||||
Requires(post): /sbin/install-info
|
Requires(post): /sbin/install-info
|
||||||
Requires(preun): /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
|
%description
|
||||||
The flex program generates scanners. Scanners are programs which can
|
The flex program generates scanners. Scanners are programs which can
|
||||||
recognize lexical patterns in text. Flex takes pairs of regular
|
recognize lexical patterns in text. Flex takes pairs of regular
|
||||||
@ -109,6 +101,10 @@ rm -rf ${RPM_BUILD_ROOT}
|
|||||||
%{_libdir}/*.a
|
%{_libdir}/*.a
|
||||||
|
|
||||||
%changelog
|
%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
|
* 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
|
- Forgot that the changes in flex.skl won't propagate to skel.c
|
||||||
- Resolves: #612465
|
- Resolves: #612465
|
||||||
|
Loading…
Reference in New Issue
Block a user