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