[flex] Rename flex-static to flex-devel

Petr Machata pmachata at fedoraproject.org
Mon Mar 12 19:38:57 UTC 2012


commit 0763a46cf77c92babb11cdc7e5587a36d715650c
Author: Petr Machata <pmachata at redhat.com>
Date:   Mon Mar 12 20:38:15 2012 +0100

    Rename flex-static to flex-devel
    
    - flex-static is still provided for backward compatibility in BuildRequires
    - Resolves: #674301

 flex.spec |   15 +++++++++++----
 1 files changed, 11 insertions(+), 4 deletions(-)
---
diff --git a/flex.spec b/flex.spec
index 88c81db..44a7a04 100644
--- a/flex.spec
+++ b/flex.spec
@@ -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 at 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 at lists.fedoraproject.org> - 2.5.35-14
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
 


More information about the scm-commits mailing list