rpms/kita/F-9 kita.spec,1.16,1.17

Mamoru Tasaka mtasaka at fedoraproject.org
Thu Oct 9 04:51:28 UTC 2008


Author: mtasaka

Update of /cvs/extras/rpms/kita/F-9
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv26104/F-9

Modified Files:
	kita.spec 
Log Message:
* Thu Oct  9 2008 Mamoru Tasaka <mtasaka at ioa.s.u-tokyo.ac.jp> - 0.177.5-2
- Fix sparc64 build



Index: kita.spec
===================================================================
RCS file: /cvs/extras/rpms/kita/F-9/kita.spec,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- kita.spec	22 Sep 2008 18:00:15 -0000	1.16
+++ kita.spec	9 Oct 2008 04:50:57 -0000	1.17
@@ -4,7 +4,7 @@
 Summary:    2ch client for KDE
 Name:       kita
 Version:    %{version}
-Release:    1%{?dist}
+Release:    2%{?dist}
 Source:     http://downloads.sourceforge.jp/kita/%{repoid}/kita-%{version}.tar.gz
 #Patch0:     kita-0.177.3-nonweak-symbol.patch
 License:    GPLv2+
@@ -51,7 +51,7 @@
 
 %build
 export LDFLAGS="-Wl,--rpath,%{_libdir}/%{name}"
-if [ %{_arch} == x86_64 -o %{_arch} == ppc64 ] ; then
+if [ %{_lib} != lib ] ; then
    SUF=64
 else
    SUF=
@@ -133,6 +133,9 @@
 %{_datadir}/doc/HTML/en/kita/
 
 %changelog
+* Thu Oct  9 2008 Mamoru Tasaka <mtasaka at ioa.s.u-tokyo.ac.jp> - 0.177.5-2
+- Fix sparc64 build
+
 * Tue Sep 23 2008 Mamoru Tasaka <mtasaka at ioa.s.u-tokyo.ac.jp> - 0.177.5-1
 - 0.177.5
 - cookie-change.patch accepted by upstream




More information about the scm-commits mailing list