rpms/tktray/devel import.log, NONE, 1.1 tktray.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Alexey Lubimov (avl) fedora-extras-commits at redhat.com
Fri Jun 6 16:05:05 UTC 2008


Author: avl

Update of /cvs/pkgs/rpms/tktray/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10885/devel

Modified Files:
	.cvsignore sources 
Added Files:
	import.log tktray.spec 
Log Message:
init rpm





--- NEW FILE import.log ---
tktray-1_1-4_fc9:HEAD:tktray-1.1-4.fc9.src.rpm:1212768273


--- NEW FILE tktray.spec ---
%{!?tcl_version: %define tcl_version %(echo 'puts $tcl_version' | tclsh)}
%{!?tcl_sitearch: %define tcl_sitearch %{_libdir}/tcl%{tcl_version}}

Summary: System Tray Icon Support for Tk on X11
Name: tktray
Version: 1.1
Release: 4%{?dist}
URL: http://www.sw4me.com/wiki/Tktray
Source0: http://www.sw4me.com/%{name}%{version}.tar.gz
License: MIT
Group: Applications/System
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: tk-devel,tcl-devel
BuildRequires: libXext-devel, libX11-devel

Requires: tk,tcl
Requires: tcl(abi) = 8.5

%description
Tktray is an extension that is able to create system tray icons.
It follows http://www.freedesktop.org specifications when looking 
up the system tray manager.

%prep

%setup -q -n %{name}%{version}

chmod 0644 ChangeLog license.terms doc/*

%build

%configure  --libdir=%{tcl_sitearch} \
	--with-tcl=%{_libdir} \
	--with-tk=%{_libdir}

make %{?_smp_mflags} CFLAGS_DEFAULT="" CFLAGS_WARNING="-Wall" 

%install
rm -rf $RPM_BUILD_ROOT 
make DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p" install


%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root,-)
%doc ChangeLog license.terms doc/tktray.html
%{tcl_sitearch}/%{name}%{version}
%{_mandir}/*/*

%changelog
* 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

* Fri May 16 2008 Alexey Lubimov <avl at l14.ru> - 1.1-1
- init rpm 



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/tktray/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	6 Jun 2008 15:42:54 -0000	1.1
+++ .cvsignore	6 Jun 2008 16:04:15 -0000	1.2
@@ -0,0 +1 @@
+tktray1.1.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/tktray/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	6 Jun 2008 15:42:54 -0000	1.1
+++ sources	6 Jun 2008 16:04:15 -0000	1.2
@@ -0,0 +1 @@
+d033dd0cf47cb6205364868455e01394  tktray1.1.tar.gz




More information about the fedora-extras-commits mailing list