rpms/xchat/devel xchat.spec,1.99,1.100

Kevin Kofler kkofler at fedoraproject.org
Tue Feb 10 08:45:47 UTC 2009


Author: kkofler

Update of /cvs/pkgs/rpms/xchat/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv1104/devel

Modified Files:
	xchat.spec 
Log Message:
* Tue Feb 10 2009 Kevin Kofler <Kevin at tigcc.ticalc.org> - 1:2.8.6-6
- fix filtering of Provides on lib64 architectures


Index: xchat.spec
===================================================================
RCS file: /cvs/pkgs/rpms/xchat/devel/xchat.spec,v
retrieving revision 1.99
retrieving revision 1.100
diff -u -r1.99 -r1.100
--- xchat.spec	16 Jan 2009 10:16:38 -0000	1.99
+++ xchat.spec	10 Feb 2009 08:45:17 -0000	1.100
@@ -4,7 +4,7 @@
 Summary:   A popular and easy to use graphical IRC (chat) client
 Name:      xchat
 Version:   2.8.6
-Release:   5%{?dist}
+Release:   6%{?dist}
 Epoch:     1
 Group:     Applications/Internet
 License:   GPLv2+
@@ -118,7 +118,7 @@
 %{__cat} << \EOF > %{name}.prov
 #!%{_buildshell}
 %{__grep} -v %{_docdir} - | %{__find_provides} $* \
-	| %{__sed} '/\.so$/d'
+	| %{__sed} '/\.so\(()(64bit)\)\?$/d'
 EOF
 %define __find_provides %{_builddir}/%{name}-%{version}/%{name}.prov
 %{__chmod} +x %{__find_provides}
@@ -164,6 +164,9 @@
 %{_libdir}/xchat/plugins/tcl.so
 
 %changelog
+* Tue Feb 10 2009 Kevin Kofler <Kevin at tigcc.ticalc.org> - 1:2.8.6-6
+- fix filtering of Provides on lib64 architectures
+
 * Fri Jan 16 2009 Kevin Kofler <Kevin at tigcc.ticalc.org> - 1:2.8.6-5
 - rebuild for new OpenSSL
 




More information about the fedora-extras-commits mailing list