From 006698a7283d102b49cd79694a58648ac90933d2 Mon Sep 17 00:00:00 2001 From: Kedar Sovani Date: Tue, 13 Jan 2009 14:26:30 +0530 Subject: [PATCH] Disable documentation The rpm-provides and rpm-requires were including stuff from the documentation directory. Quick fix to get this working. Signed-off-by: Kedar Sovani --- swig.spec | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/swig.spec b/swig.spec index 86275e5..2c1d9ca 100644 --- a/swig.spec +++ b/swig.spec @@ -4,7 +4,7 @@ Summary: Connects C/C++/Objective C to some high-level programming languages. Name: swig Version: 1.3.35 -Release: 2%{?dist} +Release: 2%{?dist}.fa1 License: BSD Group: Development/Tools URL: http://swig.sourceforge.net/ @@ -60,7 +60,9 @@ rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root) %doc ANNOUNCE CHANGES FUTURE INSTALL LICENSE NEW README TODO +%ifnarch %{arm} %doc Doc/* +%endif %{_bindir}/* %{_datadir}/swig -- 1.5.3.3