Don't BuildRequire pkg-config from the main and libtdb package.
OBS-URL: https://build.opensuse.org/package/show/network:samba:STABLE/tdb?expand=0&rev=48
This commit is contained in:
parent
bef1198f3e
commit
e44866c44b
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri May 23 16:03:32 UTC 2014 - lmuelle@suse.com
|
||||||
|
|
||||||
|
- Don't BuildRequire pkg-config from the main and libtdb package.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Mar 20 19:12:16 UTC 2014 - lmuelle@suse.com
|
Thu Mar 20 19:12:16 UTC 2014 - lmuelle@suse.com
|
||||||
|
|
||||||
|
10
tdb.spec
10
tdb.spec
@ -30,11 +30,6 @@ BuildRequires: docbook-xsl-stylesheets
|
|||||||
BuildRequires: gpg-offline
|
BuildRequires: gpg-offline
|
||||||
%endif
|
%endif
|
||||||
BuildRequires: libxslt
|
BuildRequires: libxslt
|
||||||
%if 0%{?suse_version} > 1020
|
|
||||||
BuildRequires: pkg-config
|
|
||||||
%else
|
|
||||||
BuildRequires: pkgconfig
|
|
||||||
%endif
|
|
||||||
BuildRequires: python-devel
|
BuildRequires: python-devel
|
||||||
Url: http://tdb.samba.org/
|
Url: http://tdb.samba.org/
|
||||||
Version: 1.2.13
|
Version: 1.2.13
|
||||||
@ -61,11 +56,6 @@ small.
|
|||||||
%package -n %{libtdb_name}
|
%package -n %{libtdb_name}
|
||||||
Summary: Libraries and Header Files to Develop Programs with tdb1 Support
|
Summary: Libraries and Header Files to Develop Programs with tdb1 Support
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
%if 0%{?suse_version} > 1020
|
|
||||||
Requires: pkg-config
|
|
||||||
%else
|
|
||||||
Requires: pkgconfig
|
|
||||||
%endif
|
|
||||||
PreReq: /sbin/ldconfig
|
PreReq: /sbin/ldconfig
|
||||||
|
|
||||||
%description -n %{libtdb_name}
|
%description -n %{libtdb_name}
|
||||||
|
Loading…
Reference in New Issue
Block a user