[w3m] Resolves:rh#885091 - update license tag to include UCD also

pnemade pnemade at fedoraproject.org
Fri Dec 7 13:47:26 UTC 2012


commit 5aa1d301c9b92b2bf82281ba3cc16179c21493e0
Author: Parag Nemade <pnemade at redhat.com>
Date:   Fri Dec 7 19:19:17 2012 +0530

    Resolves:rh#885091 - update license tag to include UCD also

 w3m.spec |   14 +++++++++-----
 1 files changed, 9 insertions(+), 5 deletions(-)
---
diff --git a/w3m.spec b/w3m.spec
index b958f0a..cea40dc 100644
--- a/w3m.spec
+++ b/w3m.spec
@@ -5,8 +5,9 @@
 
 Name:     w3m
 Version:  0.5.3
-Release:  6%{?dist}
-License:  MIT
+Release:  7%{?dist}
+# UCD is added for EastAsianWidth.txt source
+License:  MIT and UCD
 URL:      http://w3m.sourceforge.net/
 BuildRequires:  ncurses-devel
 BuildRequires:  openssl-devel
@@ -122,10 +123,10 @@ popd
 make # %{?_smp_mflags}
 
 %install
-make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p"
+make install DESTDIR=%{buildroot} INSTALL="install -p"
 
-mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/w3m
-install -p -m 644 %{SOURCE1} $RPM_BUILD_ROOT%{_sysconfdir}/w3m/config
+mkdir -p %{buildroot}%{_sysconfdir}/w3m
+install -p -m 644 %{SOURCE1} %{buildroot}%{_sysconfdir}/w3m/config
 
 rm -f doc*/w3m.1
 rm -rf doc/CVS doc-jp/CVS
@@ -150,6 +151,9 @@ rm -rf doc/CVS doc-jp/CVS
 %{_libexecdir}/w3m/w3mimgdisplay
 
 %changelog
+* Fri Dec 07 2012 Parag <pnemade AT redhat DOT com> - 0.5.3-7
+- Resolves:rh#885091 - update license tag to include UCD also
+
 * Wed Nov 21 2012 Parag <pnemade AT redhat DOT com> - 0.5.3-6
 - Resolves:rh#878803 - some spec cleanups
 


More information about the scm-commits mailing list