rpms/tktray/F-8 tktray.spec,1.1,1.2

Mamoru Tasaka (mtasaka) fedora-extras-commits at redhat.com
Fri Jun 6 18:39:28 UTC 2008


Author: mtasaka

Update of /cvs/extras/rpms/tktray/F-8
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1725

Modified Files:
	tktray.spec 
Log Message:
* Fri Jun  6  2008 Mamoru Tasaka <mtasaka at ioa.s.u-tokyo.ac.jp> - 1.1-4.fc8.1
- Workaround for tclInt.h include issue on 
  %{_includedir}/tk-private/unix/tkUnixPort.h on F-8 tk 8.4
  (fixed in tk 8.5)



Index: tktray.spec
===================================================================
RCS file: /cvs/extras/rpms/tktray/F-8/tktray.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- tktray.spec	6 Jun 2008 16:17:43 -0000	1.1
+++ tktray.spec	6 Jun 2008 18:38:47 -0000	1.2
@@ -4,7 +4,7 @@
 Summary: System Tray Icon Support for Tk on X11
 Name: tktray
 Version: 1.1
-Release: 4%{?dist}
+Release: 4%{?dist}.1
 URL: http://www.sw4me.com/wiki/Tktray
 Source0: http://www.sw4me.com/%{name}%{version}.tar.gz
 License: MIT
@@ -33,7 +33,13 @@
 	--with-tcl=%{_libdir} \
 	--with-tk=%{_libdir}
 
-make %{?_smp_mflags} CFLAGS_DEFAULT="" CFLAGS_WARNING="-Wall" 
+make %{?_smp_mflags} \
+%if 0%{?fedora} <= 8
+	CFLAGS_DEFAULT="-D_TCLINT" \
+%else
+	CFLAGS_DEFAULT="" \
+%endif
+	CFLAGS_WARNING="-Wall" 
 
 %install
 rm -rf $RPM_BUILD_ROOT 
@@ -50,6 +56,11 @@
 %{_mandir}/*/*
 
 %changelog
+* Fri Jun  6  2008 Mamoru Tasaka <mtasaka at ioa.s.u-tokyo.ac.jp> - 1.1-4.fc8.1
+- Workaround for tclInt.h include issue on 
+  %%{_includedir}/tk-private/unix/tkUnixPort.h on F-8 tk 8.4
+  (fixed in tk 8.5)
+
 * Thu Jun  5  2008 Alexey Lubimov <avl at l14.ru> - 1.1-4
 - fix spec follow https://bugzilla.redhat.com/show_bug.cgi?id=446978
 




More information about the fedora-extras-commits mailing list