Rename flex-static to flex-devel
- flex-static is still provided for backward compatibility in BuildRequires - Resolves: #674301
This commit is contained in:
parent
f936739e35
commit
0763a46cf7
15
flex.spec
15
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: 14%{?dist}
|
Release: 15%{?dist}
|
||||||
License: BSD
|
License: BSD
|
||||||
Group: Development/Tools
|
Group: Development/Tools
|
||||||
URL: http://flex.sourceforge.net/
|
URL: http://flex.sourceforge.net/
|
||||||
@ -32,11 +32,13 @@ application development.
|
|||||||
|
|
||||||
# We keep the libraries in separate sub-package to allow for multilib
|
# We keep the libraries in separate sub-package to allow for multilib
|
||||||
# installations of flex.
|
# installations of flex.
|
||||||
%package static
|
%package devel
|
||||||
Summary: Libraries for flex scanner generator
|
Summary: Libraries for flex scanner generator
|
||||||
Group: Development/Tools
|
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
|
This package contains the library with default implementations of
|
||||||
`main' and `yywrap' functions that the client binary can choose to use
|
`main' and `yywrap' functions that the client binary can choose to use
|
||||||
@ -96,11 +98,16 @@ rm -rf ${RPM_BUILD_ROOT}
|
|||||||
%{_includedir}/FlexLexer.h
|
%{_includedir}/FlexLexer.h
|
||||||
%{_infodir}/flex.info*
|
%{_infodir}/flex.info*
|
||||||
|
|
||||||
%files static
|
%files devel
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_libdir}/*.a
|
%{_libdir}/*.a
|
||||||
|
|
||||||
%changelog
|
%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
|
* 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
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user