[w3m] Don't need external dependency generator now

Parag Nemade pnemade at fedoraproject.org
Wed Aug 20 09:20:03 UTC 2014


commit c5fe6b80abc0ac51402bc163112b5c88f804d6dd
Author: Parag Nemade <pnemade at redhat.com>
Date:   Wed Aug 20 14:49:54 2014 +0530

    Don't need external dependency generator now

 w3m.spec |   11 ++++-------
 1 files changed, 4 insertions(+), 7 deletions(-)
---
diff --git a/w3m.spec b/w3m.spec
index 9db6f5c..2ab09fe 100644
--- a/w3m.spec
+++ b/w3m.spec
@@ -1,6 +1,3 @@
-# This is needed so that our own filter script will work
-%global _use_internal_dependency_generator 0
-
 # These are the build option passed to ./configure command
 %global build_options  --enable-m17n --enable-unicode --enable-nls --with-editor=/bin/vi --with-mailer="gnome-open mailto:%s" --with-browser=gnome-open --with-charset=UTF-8 --with-gc --with-termlib=ncurses --enable-nntp --enable-gopher --enable-image=x11,fb --with-imagelib=gtk2 --enable-keymap=w3m
 
@@ -9,7 +6,7 @@
 
 Name:     w3m
 Version:  0.5.3
-Release:  16%{?dist}
+Release:  17%{?dist}
 # UCD is added for EastAsianWidth.txt source
 License:  MIT and UCD
 URL:      http://w3m.sourceforge.net/
@@ -35,9 +32,6 @@ Source0: http://downloads.sourceforge.net/w3m/%{name}-%{version}.tar.gz
 
 Source1:  w3mconfig
 
-Source2:  filter-requires-w3m.sh
-%global __find_requires %{SOURCE2}
-
 # Change for function call GC_get_warn_proc()
 # https://sourceforge.net/tracker/?func=detail&aid=3595876&group_id=39518&atid=425441
 Patch0:  %{name}-rh555467_FTBFS.patch
@@ -179,6 +173,9 @@ rm -rf doc/CVS doc-jp/CVS
 %{_libexecdir}/w3m/w3mimgdisplay
 
 %changelog
+* Wed Aug 20 2014 Parag <pnemade AT redhat DOT com> - 0.5.3-17
+- Don't need external dependency generator now
+
 * Mon Aug 18 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.5.3-16
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
 


More information about the scm-commits mailing list