Add patch to ignore --disable-silent-rules
Include README documentation
This commit is contained in:
parent
d47df948c8
commit
c18cc8fee4
30
0001-build-added-autoconf-disable-silent-rules-option.patch
Normal file
30
0001-build-added-autoconf-disable-silent-rules-option.patch
Normal file
@ -0,0 +1,30 @@
|
|||||||
|
From 6af702bdc9ea36a1f33232a818a819afde9bc4d2 Mon Sep 17 00:00:00 2001
|
||||||
|
From: Sumit Bose <sbose@redhat.com>
|
||||||
|
Date: Thu, 6 Oct 2011 10:32:58 +0200
|
||||||
|
Subject: [PATCH] build: added autoconf --disable-silent-rules option
|
||||||
|
MIME-Version: 1.0
|
||||||
|
Content-Type: text/plain; charset=UTF-8
|
||||||
|
Content-Transfer-Encoding: 8bit
|
||||||
|
|
||||||
|
Signed-off-by: Günther Deschner <gd@samba.org>
|
||||||
|
---
|
||||||
|
buildtools/wafsamba/wscript | 3 +++
|
||||||
|
1 files changed, 3 insertions(+), 0 deletions(-)
|
||||||
|
|
||||||
|
diff --git a/buildtools/wafsamba/wscript b/buildtools/wafsamba/wscript
|
||||||
|
index 1a7f3eb69974625e903f314c6c7b92547063e884..5c5e249758c36a64083499b9050c0c4e77c87b6d 100755
|
||||||
|
--- a/buildtools/wafsamba/wscript
|
||||||
|
+++ b/buildtools/wafsamba/wscript
|
||||||
|
@@ -162,6 +162,9 @@ def set_options(opt):
|
||||||
|
opt.add_option('--disable-dependency-tracking',
|
||||||
|
help=SUPPRESS_HELP,
|
||||||
|
action='store_true', dest='AUTOCONF_DISABLE_DEPENDENCY_TRACKING', default=False)
|
||||||
|
+ opt.add_option('--disable-silent-rules',
|
||||||
|
+ help=SUPPRESS_HELP,
|
||||||
|
+ action='store_true', dest='AUTOCONF_DISABLE_SILENT_RULES', default=False)
|
||||||
|
|
||||||
|
gr = opt.option_group('dist options')
|
||||||
|
gr.add_option('--sign-release',
|
||||||
|
--
|
||||||
|
1.7.7.3
|
||||||
|
|
11
libtdb.spec
11
libtdb.spec
@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
Name: libtdb
|
Name: libtdb
|
||||||
Version: 1.2.9
|
Version: 1.2.9
|
||||||
Release: 12%{?dist}
|
Release: 13%{?dist}
|
||||||
Group: System Environment/Daemons
|
Group: System Environment/Daemons
|
||||||
Summary: The tdb library
|
Summary: The tdb library
|
||||||
License: LGPLv3+
|
License: LGPLv3+
|
||||||
@ -25,6 +25,8 @@ Provides: bundled(libreplace)
|
|||||||
Patch0001: 0001-Install-python-bindings-in-the-arch-specific-locatio.patch
|
Patch0001: 0001-Install-python-bindings-in-the-arch-specific-locatio.patch
|
||||||
Patch0002: tdb-1.2.9-limit-tdb_expand.patch
|
Patch0002: tdb-1.2.9-limit-tdb_expand.patch
|
||||||
|
|
||||||
|
Patch1001: 0001-build-added-autoconf-disable-silent-rules-option.patch
|
||||||
|
|
||||||
%description
|
%description
|
||||||
A library that implements a trivial database.
|
A library that implements a trivial database.
|
||||||
|
|
||||||
@ -58,6 +60,8 @@ Python bindings for libtdb
|
|||||||
%patch0001 -p1
|
%patch0001 -p1
|
||||||
%patch0002 -p1
|
%patch0002 -p1
|
||||||
|
|
||||||
|
%patch1001 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
./autogen.sh
|
./autogen.sh
|
||||||
%configure --disable-rpath \
|
%configure --disable-rpath \
|
||||||
@ -85,6 +89,7 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
|
%doc docs/README
|
||||||
%{_includedir}/tdb.h
|
%{_includedir}/tdb.h
|
||||||
%{_libdir}/libtdb.so
|
%{_libdir}/libtdb.so
|
||||||
%{_libdir}/pkgconfig/tdb.pc
|
%{_libdir}/pkgconfig/tdb.pc
|
||||||
@ -113,6 +118,10 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%postun -n python-tdb -p /sbin/ldconfig
|
%postun -n python-tdb -p /sbin/ldconfig
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Dec 01 2011 Stephen Gallagher <sgallagh@redhat.com> - 1.2.9-13
|
||||||
|
- Add patch to ignore --disable-silent-rules
|
||||||
|
- Include README documentation
|
||||||
|
|
||||||
* Wed Nov 23 2011 Stephen Gallagher <sgallagh@redhat.com> - 1.2.9-12
|
* Wed Nov 23 2011 Stephen Gallagher <sgallagh@redhat.com> - 1.2.9-12
|
||||||
- Add explicit mention of the bundled libreplace
|
- Add explicit mention of the bundled libreplace
|
||||||
- https://fedorahosted.org/fpc/ticket/120
|
- https://fedorahosted.org/fpc/ticket/120
|
||||||
|
Loading…
Reference in New Issue
Block a user