[sitecopy] forcibly prevent use of bundled neon/expat/gettext sources

jorton jorton at fedoraproject.org
Wed Mar 30 16:00:19 UTC 2011


commit 9925d29c608cdbfdea06ef0674a6bd0ab4c99e24
Author: Joe Orton <jorton at redhat.com>
Date:   Wed Mar 30 17:00:10 2011 +0100

    forcibly prevent use of bundled neon/expat/gettext sources

 sitecopy.spec |    8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)
---
diff --git a/sitecopy.spec b/sitecopy.spec
index dccbd88..80219bd 100644
--- a/sitecopy.spec
+++ b/sitecopy.spec
@@ -1,6 +1,6 @@
 Name:           sitecopy
 Version:        0.16.6
-Release:        6%{?dist}
+Release:        7%{?dist}
 Summary:        Tool for easily maintaining remote web sites
 Group:          Applications/Internet
 License:        GPLv2+
@@ -23,6 +23,9 @@ supported.
 %setup -q
 %patch0 -p1 -b .configure
 
+# Forcibly prevent use of bundled neon/expat/gettext sources.
+rm -r lib/neon/*.[ch] intl/*.[ch]
+
 %build
 export CFLAGS="$RPM_OPT_FLAGS -fPIE"
 export LDFLAGS="-pie"
@@ -46,6 +49,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_datadir}/sitecopy
 
 %changelog
+* Wed Mar 30 2011 Joe Orton <jorton at redhat.com> - 0.16.6-7
+- forcibly prevent use of bundled neon/expat/gettext sources
+
 * Wed Feb 09 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.16.6-6
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
 


More information about the scm-commits mailing list