Rename flex-static to flex-devel

- flex-static is still provided for backward compatibility in BuildRequires
- Resolves: #674301
This commit is contained in:
Petr Machata 2012-03-12 20:38:15 +01:00
parent f936739e35
commit 0763a46cf7

View File

@ -1,7 +1,7 @@
Summary: A tool for creating scanners (text pattern recognizers)
Name: flex
Version: 2.5.35
Release: 14%{?dist}
Release: 15%{?dist}
License: BSD
Group: Development/Tools
URL: http://flex.sourceforge.net/
@ -32,11 +32,13 @@ application development.
# We keep the libraries in separate sub-package to allow for multilib
# installations of flex.
%package static
%package devel
Summary: Libraries for flex scanner generator
Group: Development/Tools
Obsoletes: flex-static < 2.5.35-15
Provides: flex-static
%description static
%description devel
This package contains the library with default implementations of
`main' and `yywrap' functions that the client binary can choose to use
@ -96,11 +98,16 @@ rm -rf ${RPM_BUILD_ROOT}
%{_includedir}/FlexLexer.h
%{_infodir}/flex.info*
%files static
%files devel
%defattr(-,root,root)
%{_libdir}/*.a
%changelog
* Mon Mar 12 2012 Petr Machata <pmachata@redhat.com> - 2.5.35-15
- Rename flex-static to flex-devel so that it gets to repositories of
minor multi-lib arch (i386 on x86_64 etc.)
- Resolves: #674301
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.5.35-14
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild