SPECS: tksystray.spec (NEW) - Imported new spec.
    japhy 
    japhy at pld-linux.org
       
    Sun Jan 22 16:02:24 CET 2006
    
    
  
Author: japhy                        Date: Sun Jan 22 15:02:24 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- Imported new spec.
---- Files affected:
SPECS:
   tksystray.spec (NONE -> 1.1)  (NEW)
---- Diffs:
================================================================
Index: SPECS/tksystray.spec
diff -u /dev/null SPECS/tksystray.spec:1.1
--- /dev/null	Sun Jan 22 16:02:24 2006
+++ SPECS/tksystray.spec	Sun Jan 22 16:02:19 2006
@@ -0,0 +1,55 @@
+# $Revision$, $Date$
+Summary:	Tk systray extension
+Summary(pl):	Rozszerzenie Tk o obsługę doku systemowego
+Name:		tksystray
+Version:	0.1
+Release:	0.1
+License:	Unknown (not provided)
+Group:		Development/Languages/Tcl
+Source0:	http://sgolovan.nes.ru/debian/pool/main/tksystray/%{name}_%{version}.orig.tar.gz
+# Source0-md5:	d1784d2f786304bd6eaa82512fd5cf1c
+URL:		http://tkabber.jabber.ru/tksystray
+BuildRequires:	tcl-devel
+BuildRequires:	tk-devel
+BuildRequires:	imlib2-devel
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Freedesktop systray for Tk
+
+%description -l pl
+Obsługa doku systemowego Freedesktop dla Tk
+
+
+%prep
+%setup -q -n %{name}-%{version}
+
+%build
+%configure
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{_libdir}/%{name}
+
+install -m 0644 pkgIndex.tcl $RPM_BUILD_ROOT%{_libdir}/%{name}/
+install -m 0755 libtray.so $RPM_BUILD_ROOT%{_libdir}/%{name}/
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+%files
+%defattr(644,root,root,755)
+%doc README
+%dir %{_libdir}/%{name}
+%attr(755,root,root) %{_libdir}/%{name}/libtray.so
+%{_libdir}/%{name}/pkgIndex.tcl
+
+%define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2006/01/22 15:02:19  japhy
+- Imported new spec.
+
================================================================
    
    
More information about the pld-cvs-commit
mailing list