mirror of
https://github.com/samba-team/samba.git
synced 2025-03-11 16:58:40 +03:00
ctdb: do not provide a useless pkgconfig file for ctdb.
BUG: https://bugzilla.samba.org/show_bug.cgi?id=11696 We neither have public headers nor a public library. Guenther Signed-off-by: Guenther Deschner <gd@samba.org> Reviewed-by: Amitay Isaacs <amitay@gmail.com> Autobuild-User(master): Amitay Isaacs <amitay@samba.org> Autobuild-Date(master): Fri Jan 29 04:33:36 CET 2016 on sn-devel-144
This commit is contained in:
parent
7da9c659d3
commit
3029dc04ba
@ -1,19 +0,0 @@
|
||||
prefix=@prefix@
|
||||
exec_prefix=@exec_prefix@
|
||||
datarootdir=@datarootdir@
|
||||
includedir=@includedir@
|
||||
libdir=@libdir@
|
||||
bindir=@bindir@
|
||||
sbindir=@sbindir@
|
||||
mandir=@mandir@
|
||||
localstatedir=@localstatedir@
|
||||
srcdir=@srcdir@
|
||||
etcdir=@sysconfdir@
|
||||
|
||||
Name: ctdb
|
||||
Description: A clustered database to store temporary data
|
||||
Version: @PACKAGE_VERSION@
|
||||
Libs: -L${libdir}
|
||||
Cflags: -I${includedir}
|
||||
URL: http://ctdb.samba.org/
|
||||
|
@ -217,7 +217,6 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_mandir}/man7/ctdb.7.gz
|
||||
%{_mandir}/man7/ctdb-statistics.7.gz
|
||||
%{_mandir}/man7/ctdb-tunables.7.gz
|
||||
%{_libdir}/pkgconfig/ctdb.pc
|
||||
|
||||
|
||||
%package devel
|
||||
|
@ -615,15 +615,6 @@ def build(bld):
|
||||
bld.install_dir(bld.env.CTDB_RUNDIR)
|
||||
bld.install_dir(bld.env.CTDB_VARDIR)
|
||||
|
||||
sed_expr = 's/@PACKAGE_VERSION@/%s/g' % VERSION
|
||||
t = bld.SAMBA_GENERATOR('ctdb-pc',
|
||||
source='ctdb.pc.in',
|
||||
target='ctdb.pc',
|
||||
rule='sed -e "%s" ${SRC} > ${TGT}' % sed_expr,
|
||||
dep_vars=['VERSION'])
|
||||
t.env.VERSION = VERSION
|
||||
bld.INSTALL_FILES('${LIBDIR}/pkgconfig', 'ctdb.pc')
|
||||
|
||||
# Unit tests
|
||||
ctdb_unit_tests = [
|
||||
'db_hash_test',
|
||||
|
Loading…
x
Reference in New Issue
Block a user