Inter-depend sub-packages to prevent from mixing different versions
This commit is contained in:
parent
48b0511fab
commit
399c938b4b
@ -2,7 +2,7 @@
|
||||
%global rcversion RC1
|
||||
Name: pcre
|
||||
Version: 8.32
|
||||
Release: %{?rcversion:0.}1%{?rcversion:.%rcversion}%{?dist}
|
||||
Release: %{?rcversion:0.}2%{?rcversion:.%rcversion}%{?dist}
|
||||
%global myversion %{version}%{?rcversion:-%rcversion}
|
||||
Summary: Perl-compatible regular expression library
|
||||
Group: System Environment/Libraries
|
||||
@ -36,6 +36,7 @@ Development files (Headers, libraries for dynamic linking, etc) for %{name}.
|
||||
%package static
|
||||
Summary: Static library for %{name}
|
||||
Group: Development/Libraries
|
||||
Requires: %{name}-devel = %{version}-%{release}
|
||||
|
||||
%description static
|
||||
Library for static linking for %{name}.
|
||||
@ -43,6 +44,7 @@ Library for static linking for %{name}.
|
||||
%package tools
|
||||
Summary: Auxiliary utilities for %{name}
|
||||
Group: Development/Tools
|
||||
Requires: %{name} = %{version}-%{release}
|
||||
|
||||
%description tools
|
||||
Utilities demonstrating PCRE capabilities like pcregrep or pcretest.
|
||||
@ -115,6 +117,9 @@ make check
|
||||
%{_mandir}/man1/pcretest.*
|
||||
|
||||
%changelog
|
||||
* Thu Nov 29 2012 Petr Pisar <ppisar@redhat.com> - 8.32-0.2.RC1
|
||||
- Inter-depend sub-packages to prevent from mixing different versions
|
||||
|
||||
* Tue Nov 13 2012 Petr Pisar <ppisar@redhat.com> - 8.32-0.1.RC1
|
||||
- 8.32-RC1 bump
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user