rpms/amsn/F-8 amsn.spec,1.15,1.16

Sander Hoentjen (tjikkun) fedora-extras-commits at redhat.com
Wed Nov 21 09:37:32 UTC 2007


Author: tjikkun

Update of /cvs/pkgs/rpms/amsn/F-8
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28547

Modified Files:
	amsn.spec 
Log Message:
Fix undefined tcl_version



Index: amsn.spec
===================================================================
RCS file: /cvs/pkgs/rpms/amsn/F-8/amsn.spec,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- amsn.spec	11 Nov 2007 13:34:45 -0000	1.15
+++ amsn.spec	21 Nov 2007 09:36:58 -0000	1.16
@@ -1,8 +1,9 @@
+%{!?tcl_version: %define tcl_version 8.4}
 %{!?tcl_sitearch: %define tcl_sitearch %{_libdir}/tcl%{tcl_version}}
 
 Name:           amsn
 Version:        0.96
-Release:        10%{?dist}
+Release:        11%{?dist}
 Summary:        MSN Messenger clone for Linux, Mac and Windows
 
 Group:          Applications/Internet
@@ -12,7 +13,7 @@
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  autoconf, desktop-file-utils, tk-devel, which, libpng-devel, libjpeg-devel
-Requires:       tcl(abi) = 8.4
+Requires:       tcl(abi) = %{tcl_version}
 Requires:       tcltls, tclsoap, tcllib, bwidget, tkdnd, xdg-utils, alsa-utils
 Patch1:         amsn-0.96-system-bwidget.patch
 
@@ -128,6 +129,9 @@
 
 
 %changelog
+* Wed Nov 21 2007 Sander Hoentjen <sander at hoentjen.eu> - 0.96-11
+- Fix undefined tcl_version
+
 * Sun Nov 11 2007 Sander Hoentjen <sander at hoentjen.eu> - 0.96-10
 - change htmlview to xdg-open (bug #365381)
 - use alsa by default for playing sounds




More information about the fedora-extras-commits mailing list