Hello community,

here is the log from the commit of package tcl-tktray for openSUSE:Factory
checked in at Wed Aug 24 16:17:02 CEST 2011.



--------
New Changes file:

--- /dev/null   2010-08-26 16:28:41.000000000 +0200
+++ /mounts/work_src_done/STABLE/tcl-tktray/tcl-tktray.changes  2011-08-18 
16:50:16.000000000 +0200
@@ -0,0 +1,30 @@
+-------------------------------------------------------------------
+Thu Aug 18 14:49:22 UTC 2011 - [email protected]
+
+- fixed bnc#712876
+
+-------------------------------------------------------------------
+Mon May  9 06:34:09 UTC 2011 - [email protected]
+
+- updated to 1.2
+- renamed to tcl-tktray
+
+-------------------------------------------------------------------
+Sat Mar 14 22:46:20 CET 2009 - [email protected]
+
+- add rpmlintrc
+
+-------------------------------------------------------------------
+Mon Feb  9 19:05:00 CET 2009 - [email protected]
+
+- Branched for Contrib
+
+-------------------------------------------------------------------
+Mon Feb  9 14:42:34 CET 2009 - [email protected]
+
+- Initial package.
+- Fix pkgIndex.tcl.in.
+- Install extension in libdir.
+- Install pkgIndex.tcl where it's searched for in an openSUSE
+  installation.
+

calling whatdependson for head-i586


New:
----
  tcl-tktray.changes
  tcl-tktray.spec
  tktray1.2.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ tcl-tktray.spec ++++++
#
# spec file for package tcl-tktray
#
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2011 open-slx GmbH <[email protected]>
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

# Please submit bugfixes or comments via http://bugs.opensuse.org/
#



Name:           tcl-tktray
Version:        1.2
Release:        1
License:        TCL
Summary:        System Tray Icon Support for Tk on X11
Url:            http://sw4me.com/wiki/Tktray
Group:          Development/Languages/Tcl
Source:         http://tktray.googlecode.com/files/tktray%{version}.tar.gz
BuildRequires:  tcl-devel
BuildRequires:  tk-devel
BuildRequires:  xorg-x11-libXext-devel
Requires:       gcc-c++
Requires:       tcl
Requires:       tk
BuildRoot:      %{_tmppath}/%{name}-%{version}-build

%description
Tktray is a Tk extension that is able to create system tray icons. It
follows http://www.freedesktop.org specifications when looking up the system
tray manager.  This protocol is supported by modern versions of KDE and
Gnome panels, and by some other panel-like application.

%prep
%setup -q -n tktray%{version}

%build
%configure \
%ifarch x86_64
    --enable-64bit \
%endif
    --with-tcl=%{_libdir} \
    --with-tk=%{_libdir} \
    --libdir=%{tcl_archdir}
make %{?_smp_mflags}
make pkgIndex.tcl

%install
%make_install

%clean
rm -rf %{buildroot}

%post -p /sbin/ldconfig

%postun -p /sbin/ldconfig

%files
%defattr(-,root,root)
%dir %{tcl_archdir}/tktray%{version}
%{tcl_archdir}/tktray%{version}/libtktray%{version}.so
%{tcl_archdir}/tktray%{version}/pkgIndex.tcl
%{_mandir}/mann/tktray.n.*
%doc ChangeLog license.terms README doc/

%changelog

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++



Remember to have fun...

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to